I have a source file that I can run through the terminal using
gcc source.c -I/usr/include/libxml2 -lxml2 -o output
but when I #include source file that contains the libxml source files, the compiler complains that libxml/xmlmemory.h: libxml/parser.h: libxml/xpath.h cannot be found: there is no such file or directory.
c libxml2
jarryd
source share