GNOME Bugzilla – Bug 172683
build bug
Last modified: 2009-08-15 18:40:50 UTC
Please describe the problem: ./configure --without-ftp --without-http --without-debug --without-html --without-sax1 make Steps to reproduce: 1. 2. 3. Actual results: globals.c:459: error: `xmlSAX2StartElement' undeclared here (not in a function) globals.c:459: error: initializer element is not constant globals.c:459: error: (near initialization for `docbDefaultSAXHandler. startElement') globals.c:460: error: `xmlSAX2EndElement' undeclared here (not in a function) globals.c:460: error: initializer element is not constant globals.c:460: error: (near initialization for `docbDefaultSAXHandler. endElement') globals.c: In function `xmlInitializeGlobalState__internal_alias': globals.c:500: warning: implicit declaration of function `initdocbDefaultSAXHandler' globals.c:500: warning: nested extern declaration of `initdocbDefaultSAXHandler' Expected results: Building without sax1 Does this happen every time? Yes Other information:
Is that with 2.6.19 ? I tried --with-minimum without troubles before the release. Daniel
Okay this was still present in CVS, fixed that problem and various assorted bugs, you really want --without-docbook if disabling sax1 BTW thanks, Daniel
This should be closed by release of libxml2-2.6.21, thanks, Daniel