Hi,

I'm trying to compile the Kannel gateway 1.1.6 source on an i386 running
SuSE 7.3. (I have it working as a binary with Debian.)

I've downloaded the xml files from www.xmlsoft.org so have gotten past that
particular hurdle, but the make depend now displays the message "No include
path in which to find xmlmemory.h" and similar messages for tree.h,
debugXML.h and encoding.h.

The files required are in directory /usr/includes/libxml2/libxml, but I've
been unable to find out how to add or modify such a path.

I'm also getting the following, but being new to compiling, I'm not sure yet
if this is good or bad!

linux:/usr/src/gateway-1.1.6 # make depend
for dir in gw gwlib test utils wmlscript checks wap; do \
        gcc -D_REENTRANT=1 -I. -g -O2 -DBROKEN_PTHREADS=1
-I/usr/include/libxml2  -MM $dir/*.c | sed "s:^[^ ]:$dir/&:"; done > .depend

Is anyone able to offer any suggestions about how to resolve the path issue
and any other pearls of wisdom that might be of help?

Thanks,

Malcolm


Reply via email to