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 125745 - cannot compile gnomemeeting (xdap.c) with libxml2-2.6.0
cannot compile gnomemeeting (xdap.c) with libxml2-2.6.0
Status: RESOLVED DUPLICATE of bug 128452
Product: ekiga
Classification: Applications
Component: general
0.98.5
Other FreeBSD
: Normal normal
: ---
Assigned To: Ekiga maintainers
Ekiga maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-29 01:26 UTC by Byron Blunk
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Byron Blunk 2003-10-29 01:26:44 UTC
Compilation of gnomemeeting fails due to an error in xdap.c 
(/usr/ports/net/gnomemeeting/work/gnomemeeting-0.98.5/lib/xdap).  Manual 
compilation of this file (with the flags from the makefile) results in the 
following error.

xdap.c: In function `struct xmlDoc * parseonly(char *, xmlEntity * (*)
(void *, const xmlChar *), xmlEntity * (**)(void *, const xmlChar *), 
int)':
xdap.c:162: no match for `xmlSAXHandler & = xmlSAXHandlerV1 &'
/usr/local/include/libxml2/libxml/parser.h:720: candidates are: struct 
_xmlSAXHandler & _xmlSAXHandler::operator =(const _xmlSAXHandler &)

Changing the declaration of sax on line 159 from 
xmlSAXHandler sax; 
to 
xmlSAXHandlerV1 sax; 
allows compilation to occur without any errors.

The libxml2-2.6.60 documentation shows that the global variable 
xmlDefaultSAXHandler has had type changed from xmlSAXHandler to 
xmlSAXHandlerV1.
Comment 1 Julien MOUTTE 2003-12-03 16:37:45 UTC

*** This bug has been marked as a duplicate of 128452 ***