1 Sep 2005 11:04
RE: Apache Log4cxx - problem with make on Solaris
Ambarish Mitra <ambarish_mitra <at> persistent.co.in>
2005-09-01 09:04:10 GMT
2005-09-01 09:04:10 GMT
I could figure out the cause of the error. In the file gnomexml.h, I added the following line: #include <libxml/parser.h> // added later. Ambarish. Sept 1, 2005 and it fixed the error. The error was that the function `xmlParseFile' was declared in /usr/include/libxml/parser.h, but this was #included. Is this a bug with configure script? Thanks to anyone who may have spent some time on this. -----Original Message----- From: Ambarish Mitra [mailto:ambarish_mitra <at> persistent.co.in] Sent: Wednesday, August 31, 2005 5:30 PM To: log4cxx-user <at> logging.apache.org Subject: Apache Log4cxx - problem with make on Solaris 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?(Continue reading)
You can get the latest (unofficial) 0.9.8 build at
RSS Feed