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. Cheers, _______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
