Forum OpenACS Development: Compiling nxxml-1.5, missing libraries

Collapse
Posted by Carl Coryell-Martin on
I am trying to make ns_xml 1.5 and running into the following
errors:

gcc -I/include/libxml2 -I/export/nsadmin/include -D_REENTRANT=1 -DNDEBUG=1 -g -f
PIC -Wall -Wno-unused -mcpu=i686 -DHAVE_CMMSG=1 -DUSE_FIONREAD=1 -DHAVE_COND_EIN
TR=1  -c -o nsxml.o nsxml.c
nsxml.c:115:27: libxml/parser.h: No such file or directory
nsxml.c:116:31: libxml/HTMLparser.h: No such file or directory
nsxml.c:117:30: libxml/xmlmemory.h: No such file or directory
nsxml.c:118:26: libxml/xpath.h: No such file or directory
nsxml.c:119:29: libxml/xpointer.h: No such file or directory
nsxml.c:141: parse error before "xmlNewStringInputStream"

Can anyone give me a pointer on how to tell the compiler where the libxml libraries are?

thanks,

carl