bug-commoncpp
[Top][All Lists]
Advanced

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

Re: Problem compiling commonc++ 1.9.7


From: Pavel Tsekov
Subject: Re: Problem compiling commonc++ 1.9.7
Date: Tue, 2 Apr 2002 09:35:47 +0200

Hello Pierre,

Tuesday, April 02, 2002, 12:42:16 AM, you wrote:

P> Hi,

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

P> # gmake
P> Making all in src
P> gmake[1]: Entering directory `/tmp/CommonC++-1.9.7/src'
P> /bin/sh ../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I. 
P> -I../src -I/usr/local/include/libxml2    -I../src  -O3 -march=i686 
P> -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -c xml.cpp
P> rm -f .libs/xml.lo
P> c++ -DHAVE_CONFIG_H -I. -I. -I. -I../src -I/usr/local/include/libxml2 
P> -I../src -O3 -march=i686 -D_GNU_SOURCE -D_REENTRANT -D_THREAD_SAFE -c 
P> xml.cpp  -fPIC -DPIC -o .libs/xml.lo

[ snip errors ]

Well, it seems like you have some other xml parsing library than the
one expected by CommonC++, or you don't have any at all :) This means
either that the configure script doesn't detect properly the presence
of a xml library or that you specified manually the -I/usr/local/include/libxml2
when invoking the configure script and this folder doesn't contain the
include files necessary to compile xml.cpp.

However if you don't need xml support at all you can pass the
--without-xml option to the configure script and the compilation will
just skip over xml.cpp.




reply via email to

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