problems with xmlnode.c in libpurple

Stu Tomlinson stu at nosnilmot.com
Fri Aug 31 15:25:01 EDT 2007


On Fri, 2007-08-31 at 12:00 -0700, Bill Fassler wrote:
> Does anyone understand why I might be seeing this? I successfully
> cross-compiled and installed libxml2 (although I did use the flag
> --with-minimum).
...
> xmlnode.c: In function 'xmlnode_from_str':
> xmlnode.c:568: error: implicit declaration of function
> 'xmlSAXUserParseMemory'
> xmlnode.c:568: warning: nested extern declaration of
> 'xmlSAXUserParseMemory'
> make[4]: *** [xmlnode.lo] Error 1

Building libxml2 with --with-minimum disables the SAX1 interface - try
compiling libxml2 using "--with-minimum --with-sax1" instead

Regards,


Stu.




More information about the Devel mailing list