Anope IRC Services

Anope Development => Modules => Topic started by: Alejandroppp on May 18, 2006, 11:38:09 PM

Title: compile module xmlrpc error conflicting
Post by: Alejandroppp on May 18, 2006, 11:38:09 PM
Hello, I am trying to compile anope with I modulate "xmlrpc", but it gives the following error me, to aver if somebody could help me

make all in xmlrpc...
make[2]: Entering directory `/home/ircd2/anope-1.7.14/src/modules/xmlrpc'
gcc -pipe -g -O2 -pthread -export-dynamic -I/usr/local/include -g -rdynamic -Wall -fPIC -DPIC -shared -I../ -I../../../include -c group_nick.c
In file included from rpc.h:10,
                 from group_nick.c:8:
/usr/include/xmlrpc_abyss.h:62: error: conflicting types for `xmlrpc_server_abyss_init'
/usr/local/include/xmlrpc_server_abyss.h:133: error: previous declaration of `xmlrpc_server_abyss_init'
make[2]: *** [group_nick.o] Error 1
make[2]: Leaving directory `/home/ircd2/anope-1.7.14/src/modules/xmlrpc'
make[1]: *** [subs] Error 2
make[1]: Leaving directory `/home/ircd2/anope-1.7.14/src/modules'
make: *** [modules] Error 2

[Edited on 18-5-2006 by Alejandroppp]
Title:
Post by: Tom65789 on May 19, 2006, 03:36:03 PM
i think i would need to see the code to see why it was bringing up that error.
Title:
Post by: Trystan Scott Lee on May 19, 2006, 06:48:04 PM
Either an old xmlrpc lib header or a newer one where the function has been redefined