Averroes wrote:
> 
> Hi All,
> 
> I am new in kannel project and wanted to install it
> in my linux box "Slackware 7.0 kernel 2.2.20"
> with : egcs-2.91.66
> 
> As the requirements said, I installed : libxml2-2.4.19
> until here all is OK!
> 
> Now I do ./configure in ./gateway-1.0.3
> 
> checking whether the C compiler (gcc  ) works... yes
> checking whether the C compiler (gcc  ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> [...]
> checking for xml2-config... /usr/local/bin/xml2-config
> checking for xml-config... /usr/bin/xml-config
> [...]
> checking for pthread.h... yes
> 
> All seems to be OK!
> But when i wanted to do : make the problems come! :-(
> 
> /var/tmp/gateway-1.0.3# make
> Makefile:208: .depend: No such file or directory
> for dir in gw gwlib test utils wmlscript checks; do \
>         gcc -D_REENTRANT=1 -I. -g -O2 -I/usr/local/include/libxml2 -Wall -MM
> $dir/*.c | sed "s:^[^ ]:$dir/&:"; done > .depend
> gw/wml_compiler.c:24: warning: No include path in which to find xmlmemory.h
> gw/wml_compiler.c:25: warning: No include path in which to find parser.h
> gw/wml_compiler.c:26: warning: No include path in which to find tree.h
> gw/wml_compiler.c:27: warning: No include path in which to find debugXML.h
> 
> [...]
> 
> gw/wapbox.c:435: warning: suggest explicit braces to avoid ambiguous `else'
> gcc -D_REENTRANT=1 -I. -g -O2 -I/usr/local/include/libxml2 -Wall -o
> gw/wml_compiler.o -c gw/wml_compiler.c
> gw/wml_compiler.c:24: xmlmemory.h: No such file or directory
> gw/wml_compiler.c:25: parser.h: No such file or directory
> gw/wml_compiler.c:26: tree.h: No such file or directory
> gw/wml_compiler.c:27: debugXML.h: No such file or directory
> make: *** [gw/wml_compiler.o] Error 1
> 
> That's all.

Did you install libxml devel library, too ?

Aarno

Reply via email to