Hi,
to get python test suite working (as subject says) I had to apply
attached patch.
It seems that following fix wasn't complete.
https://git.gnome.org/browse/libxml2/commit/python/libxml_wrap.h?id=bf4a8f0ea8579f05eea2e6f43df73b2a239d41b3
Thanks,
Petr
--- libxml2-2.9.1/python/libxml_wrap.h 2013-04-01 19:25:28.000000000 -0700
+++ libxml2-2.9.1/python/libxml_wrap.h 2013-04-23 07:55:11.268714627 -0700
@@ -34,11 +34,11 @@
#define PyBytes_AsString PyString_AsString
#define PyBytes_AS_STRING PyString_AS_STRING
#define PyBytes_GET_SIZE PyString_GET_SIZE
-
+#endif
+#ifndef PyCapsule_New
#define PyCapsule_New PyCObject_FromVoidPtrAndDesc
#define PyCapsule_CheckExact PyCObject_Check
#define PyCapsule_GetPointer(o, n) PyCObject_GetDesc((o))
-
#endif
#endif
_______________________________________________
xml mailing list, project page http://xmlsoft.org/
xml@gnome.org
https://mail.gnome.org/mailman/listinfo/xml