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 172683 - build bug
build bug
Status: VERIFIED FIXED
Product: libxml2
Classification: Platform
Component: general
2.6.x
Other All
: Normal normal
: ---
Assigned To: Daniel Veillard
libxml QA maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-05 07:07 UTC by Philip
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philip 2005-04-05 07:07:31 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:
Comment 1 Daniel Veillard 2005-04-05 08:58:45 UTC
Is that with 2.6.19 ? I tried --with-minimum without troubles before the release.

Daniel
Comment 2 Daniel Veillard 2005-08-23 22:15:13 UTC
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
Comment 3 Daniel Veillard 2005-09-05 09:02:05 UTC
This should be closed by release of libxml2-2.6.21,

  thanks,

Daniel