GNOME Bugzilla – Bug 319886
Compilation failure when libxml2 is compiled without XINCLUDE support
Last modified: 2006-10-12 09:58:52 UTC
Compiled libxml2 2.6.22 with --without-xinclude. libxslt failed to compile with xsltproc.c: In function ‘xsltProcess’: xsltproc.c:394: error: ‘xinclude’ undeclared (first use in this function) xsltproc.c:394: error: (Each undeclared identifier is reported only once xsltproc.c:394: error: for each function it appears in.)
Created attachment 53917 [details] [review] Patch adding #ifdef on LIBXML_XINCLUDE_ENABLED
looks like the patch has not been committed yet - daniel: *ping*? gary, i guess this is still an issue?
Yes, I just commited it a few minutes ago, thanks ! Daniel
great, thanks for the quick response, daniel!