From: Frederik H. <fre...@ar...> - 2004-05-10 19:35:46
|
I'm trying to compile libxml++ 1.0.3, but it fails with this error: g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_ STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libxml++\" -DVERSION=\"1.0.3\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHA VE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_ST DINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_STRING=1 -DHAVE_LIST=1 -DHAVE _MAP=1 -DLIBXMLPP_COMPILATION -I. -I. -I../.. -I/usr/include/libxml2 -g -O2 -MT parser.lo -MD -MP -MF .deps/parser.Tpo -c parser.cc -fPIC -DPIC -DPIC -o parser .o In file included from ../../libxml++/nodes/node.h:10, from ../../libxml++/nodes/element.h:10, from ../../libxml++/parsers/parser.h:14, from parser.cc:7: ../../libxml++/noncopyable.h:11:33: libxml++/api_export.h: No such file or directory [...] -- Frederik Himpe |