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 611806 - missing #ifdef
missing #ifdef
Status: RESOLVED FIXED
Product: libxml2
Classification: Platform
Component: general
2.7.6
Other All
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-04 14:57 UTC by Mark Overmeer
Modified: 2010-03-10 14:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mark Overmeer 2010-03-04 14:57:18 UTC
variable xmlout is only defined when LIBXML_HTML_ENABLED or LIBXML_VALID_ENABLED

xmllint.c: In function ‘parseAndPrintFile’:
xmllint.c:2554: error: ‘xmlout’ undeclared (first use in this function)
xmllint.c:2554: error: (Each undeclared identifier is reported only once
xmllint.c:2554: error: for each function it appears in.)
make[2]: *** [xmllint.o] Error 1
Comment 1 Daniel Veillard 2010-03-10 14:04:17 UTC
Okay, trivial fix pushed to git upstream,

thanks,

Daniel