On Mon, 6 Aug 2012, Daniel Veillard wrote:
Based on google codesearch, other modules needing fixing are
Don't forget LibXSLT. [...] CC xslt.lo CC xsltlocale.lo CC xsltutils.lo xsltutils.c: In function 'xsltSaveResultTo': xsltutils.c:1542:3: warning: passing argument 1 of 'xmlBufferWriteQuotedString' from incompatible pointer type [enabled by default] /tmp/libxml2-install/include/libxml2/libxml/tree.h:1115:3: note: expected 'xmlBufferPtr' but argument is of type 'xmlBufPtr' xsltutils.c:1555:3: warning: passing argument 1 of 'xmlBufferWriteQuotedString' from incompatible pointer type [enabled by default] /tmp/libxml2-install/include/libxml2/libxml/tree.h:1115:3: note: expected 'xmlBufferPtr' but argument is of type 'xmlBufPtr' xsltutils.c: In function 'xsltSaveResultToString': xsltutils.c:1759:26: error: dereferencing pointer to incomplete type xsltutils.c:1760:37: error: dereferencing pointer to incomplete type xsltutils.c:1762:28: error: dereferencing pointer to incomplete type xsltutils.c:1763:39: error: dereferencing pointer to incomplete type make[2]: *** [xsltutils.lo] Error 1 make[2]: Leaving directory `/tmp/libxslt-build/libxslt' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/libxslt-build' make: *** [all] Error 2 --Daniel -- Daniel Richard G. || [email protected] || Software Developer Teragram Linguistic Technologies (a division of SAS) http://www.teragram.com/ _______________________________________________ xslt mailing list, project page http://xmlsoft.org/XSLT/ [email protected] https://mail.gnome.org/mailman/listinfo/xslt
