After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 319886 - Compilation failure when libxml2 is compiled without XINCLUDE support
Compilation failure when libxml2 is compiled without XINCLUDE support
Status: RESOLVED FIXED
Product: libxslt
Classification: Platform
Component: general
1.1.15
Other Linux
: Normal minor
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-26 18:26 UTC by Gary Coady
Modified: 2006-10-12 09:58 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch adding #ifdef on LIBXML_XINCLUDE_ENABLED (471 bytes, patch)
2005-10-26 18:28 UTC, Gary Coady
none Details | Review

Description Gary Coady 2005-10-26 18:26:55 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.)
Comment 1 Gary Coady 2005-10-26 18:28:53 UTC
Created attachment 53917 [details] [review]
Patch adding #ifdef on LIBXML_XINCLUDE_ENABLED
Comment 2 André Klapper 2006-10-09 23:06:52 UTC
looks like the patch has not been committed yet - daniel: *ping*?
gary, i guess this is still an issue?
Comment 3 Daniel Veillard 2006-10-11 20:28:37 UTC
Yes, I just commited it a few minutes ago,

  thanks !

Daniel
Comment 4 André Klapper 2006-10-12 09:58:52 UTC
great, thanks for the quick response, daniel!