GNOME Bugzilla – Bug 87628
[FreeBSD] Failed make on gst/gstxml.c
Last modified: 2004-12-22 21:47:04 UTC
gstxml.c failes to build as xmlGenericErrorContext is undeclared. To fix, I added an include to gstconfig.h: #include <libxml/xmlerror.h>
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
Created attachment 9767 [details] Output from configure on the machine
Created attachment 9768 [details] Partial output of make
The version of libxml2 is: libxml2-2.4.3_1
Remarking from needinfo to Open, thomas can this be closed now?
updated configure.ac, now need 2.4.9 libxml2