[xml] libxml2-py.h compilation problem.



libxml.c, line 20, HEAD branch is trying to #include libxml2-py.h.

Compilation is failing for me, and i can't find any libxml2-py.h inside
the module.

any ideas ?

Here is the output :
---------------------------------
[chema bongo gnome-xml]$ pwd
/home/chema/gnome/head/cvs/gnome-xml
[chema bongo gnome-xml]$ cd python/
[chema bongo python]$ make
Making all in .
make[1]: Entering directory `/home/chema/gnome/head/cvs/gnome-xml/python'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python1.5     
-I/usr/include/python1.5        -I../include    -Wall -g -c libxml.c
rm -f .libs/libxml.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/python1.5 -I/usr/include/python1.5 -I../include -Wall -g 
-Wp,-MD,.deps/libxml.pp -c libxml.c  -fPIC -DPIC -o .libs/libxml.lo
libxml.c:20:24: libxml2-py.h: No such file or directory
libxml.c:1353:28: libxml2-export.c: No such file or directory
make[1]: *** [libxml.lo] Error 1
make[1]: Leaving directory `/home/chema/gnome/head/cvs/gnome-xml/python'
make: *** [all-recursive] Error 1
-----------------------------------

Trying to look for the file give me no results :
---------------------------
[chema bongo python]$ cd ..
[chema bongo gnome-xml]$ 
[chema bongo gnome-xml]$ find | grep "libxml2-py"
./python/libxml2-python-api.xml
[chema bongo gnome-xml]$
----------------------------

thanks,
Chema




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]