[Quickfix-developers] compile problems under FC2 and FC3
Brought to you by:
orenmnero
From: Brian <bri...@du...> - 2004-11-22 15:41:36
|
hi, with the code from cvs for the last couple of weeks... i'm getting compile errors under Fedora Core 2 and 3... make is not including the include flags for libxml2 i think it's a disconnect somewhere in automake... the configure script finds and seems to set the flags correctly, but then they are not included when make runs. (this is stretching my knowledge of automake) errors below. if you need more info, please let me know. thanks, brian g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I.. -I../.. -g -O2 -I/usr/include/mysql -I/usr/java/j2sdk1.4.2_04/include -I/usr/java/j2sdk1.4.2_04/include/linux -MT DataDictionary.lo -MD -MP -MF .deps/DataDictionary.Tpo -c DataDictionary.cpp -fPIC -DPIC -o .libs/DataDictionary.o In file included from DataDictionary.cpp:37: LIBXML_DOMDocument.h:32:30: libxml/xmlmemory.h: No such file or directory LIBXML_DOMDocument.h:33:27: libxml/parser.h: No such file or directory In file included from DataDictionary.cpp:37: LIBXML_DOMDocument.h:40: error: expected `)' before "pNode" LIBXML_DOMDocument.h:47: error: `xmlNodePtr' does not name a type LIBXML_DOMDocument.h:53: error: expected `)' before "pNode" LIBXML_DOMDocument.h:64: error: `xmlNodePtr' does not name a type LIBXML_DOMDocument.h:80: error: `xmlDocPtr' does not name a type |