Hao Hu wrote:
Basically, in libexslt/exslt.c
The
#include "exsltconfig.h"
should be
#include<libexslt/exsltconfig.h>
Else the issue is:
When trying to compile outside of the libxslt source tree.
It won't use the new exsltconfig.h generated by libtool.
Hmm,
$ find -name exsltconfig.h
./libexslt/exsltconfig.h
$ ./libtool --version
ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
$ grep ^srcdir Makefile | head -1
srcdir = /work/repo/GIT/GNOME/libxslt/origin
$ grep ^builddir Makefile | head -1
builddir = .
$ pwd
/..../repo-builds/libxslt-origin
Cheers,
Roumen
_______________________________________________
xml mailing list, project page http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml