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 87628 - [FreeBSD] Failed make on gst/gstxml.c
[FreeBSD] Failed make on gst/gstxml.c
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.4.0
Other FreeBSD
: Normal normal
: 0.4.0
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-07-08 04:46 UTC by Andrew Turner
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Output from configure on the machine (12.58 KB, text/plain)
2002-07-10 07:13 UTC, Andrew Turner
Details
Partial output of make (1.94 KB, text/plain)
2002-07-10 07:15 UTC, Andrew Turner
Details

Description Andrew Turner 2002-07-08 04:46:18 UTC
gstxml.c failes to build as xmlGenericErrorContext is undeclared.

To fix, I added an include to gstconfig.h:
#include <libxml/xmlerror.h>
Comment 1 Thomas Vander Stichele 2002-07-09 15:15:13 UTC
Hi,

can you
a) paste the build error
b) state your version of libxml2 it's building against ?
c) paste output of configure ?

None of us is having that problem so I want to verify when it occurs.

Thanks
Comment 2 Andrew Turner 2002-07-10 07:13:44 UTC
Created attachment 9767 [details]
Output from configure on the machine
Comment 3 Andrew Turner 2002-07-10 07:15:27 UTC
Created attachment 9768 [details]
Partial output of make
Comment 4 Andrew Turner 2002-07-10 07:16:28 UTC
The version of libxml2 is:

libxml2-2.4.3_1
Comment 5 Christian Fredrik Kalager Schaller 2002-11-15 20:06:01 UTC
Remarking from needinfo to Open, thomas can this be closed now?
Comment 6 Thomas Vander Stichele 2002-12-07 21:56:08 UTC
updated configure.ac, now need 2.4.9 libxml2