bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem compiling commonc++ 1.9.7


From: Pierre
Subject: Problem compiling commonc++ 1.9.7
Date: Tue, 2 Apr 2002 00:42:16 +0200

Hi,

I try to compile CommonC++-1.9.7 on my linux slackware 8 with gcc-3.0.4
there was no problem with the configure, but for the make i got this :

# gmake
Making all in src
gmake[1]: Entering directory `/tmp/CommonC++-1.9.7/src'
/bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. -I../src -I/usr/local/include/libxml2 -I../src -O3 -march=i686 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -c xml.cpp
rm -f .libs/xml.lo
c++ -DHAVE_CONFIG_H -I. -I. -I. -I../src -I/usr/local/include/libxml2 -I../src -O3 -march=i686 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -c xml.cpp -fPIC -DPIC -o .libs/xml.lo
xml.cpp:54:20: parser.h: No such file or directory
xml.cpp:55:29: parserInternals.h: No such file or directory
xml.cpp:56:19: xmlIO.h: No such file or directory
xml.cpp: In member function `bool ost::XMLStream::Parse(const char*)':
xml.cpp:130: `xmlParserCtxtPtr' undeclared (first use this function)
xml.cpp:130: (Each undeclared identifier is reported only once for each function it appears in.)
xml.cpp:130: parse error before `;' token
xml.cpp:131: `xmlSAXHandler' undeclared (first use this function)
xml.cpp:137: `sax' undeclared (first use this function)
xml.cpp:138: `startDocumentSAXFunc' undeclared (first use this function)
xml.cpp:139: `endDocumentSAXFunc' undeclared (first use this function)
xml.cpp:140: `startElementSAXFunc' undeclared (first use this function)
xml.cpp:141: `endElementSAXFunc' undeclared (first use this function)
xml.cpp:142: `charactersSAXFunc' undeclared (first use this function)
xml.cpp:143: `commentSAXFunc' undeclared (first use this function)
xml.cpp:145: `xml' undeclared (first use this function)
xml.cpp:146: `xmlInputReadCallback' undeclared (first use this function)
xml.cpp:147: `xmlInputCloseCallback' undeclared (first use this function)
xml.cpp:148: `xmlCharEncoding' undeclared (first use this function)
xml.cpp:148: parse error before numeric constant
xml.cpp:153: `xmlParseDocument' undeclared (first use this function)
xml.cpp:158: `xmlFreeParserCtxt' undeclared (first use this function)
gmake[1]: *** [xml.lo] Error 1
gmake[1]: Leaving directory `/tmp/CommonC++-1.9.7/src'
gmake: *** [all-recursive] Error 1



It would be great if you could help me with this !

Best regards,

Pierre.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]