Hi, I am using Apache Log4cxx 0.9.7 on Solaris 8. I have been able to generate the Makefile using the autogen script, but I am having problems in "make".
When I do 'make', I get the following error. [gnomexml.cpp:94: error: `::xmlParseFile' undeclared] I had run ./configure -prefix = /some/path/for/log4cxx/local/ If anyone can tell me what went wrong, that would be helpful. Do I need to set some parameters before this? Regards, Ambarish. g++ -DHAVE_CONFIG_H -I. -I. -I../include/log4cxx -I../include -I/usr/include /libxml2/libxml -I/usr/include/libxml2 -D_REENTRANT -g -O2 -MT gnomexml.lo -MD -MP -MF .deps/gnomexml.Tpo -c gnomexml.cpp -fPIC -DPIC -o .libs/gnomexml.o gnomexml.cpp: In member function `virtual void log4cxx::helpers::GnomeXMLDOMDocument::load(const log4cxx::String&)': gnomexml.cpp:94: error: `::xmlParseFile' undeclared (first use here) *** Error code 1 make: Fatal error: Command failed for target `gnomexml.lo' Current working directory /export/home/proserv/installers/log4cxx/log4cxx-0.9.7/src *** Error code 1 make: Fatal error: Command failed for target `all-recursive' bash-2.05$
