[JDEV] Can't compile groupchat-transport
Mark N. Gibson
mark at kaivo.com
Tue Jul 25 15:45:50 CDT 2000
Can someone please help me with this?
I checked out all the latest from cvs, ran autogen, make. I get the following
error:
parser.c:6: too many arguments to function `xmlnode_insert_cdata'
in parser.c, the call looks like this:
----------
xmlnode_insert_cdata(xmlnode_insert_tag(p->x,"query"),"xmlns","jabber:iq:groupchat",-1);
----------
The prototype fomr xmlnode_insert_cdata in libxode.h looks like this:
----------
xmlnode xmlnode_insert_cdata(xmlnode parent, const char* CDATA, unsigned int size);
----------
Can someone help me out? Thanks,
Mark
More information about the JDev
mailing list