Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: compile module xmlrpc error conflicting  (Read 5690 times)

0 Members and 1 Guest are viewing this topic.

Alejandroppp

  • Guest
compile module xmlrpc error conflicting
« 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]
Logged

Tom65789

  • Anope User
  • Offline Offline
  • Posts: 343
    • www.t65789.co.uk
(No subject)
« Reply #1 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.

Trystan Scott Lee

  • Contributor
  • *
  • Offline Offline
  • Gender: Male
  • Posts: 343
(No subject)
« Reply #2 on: May 19, 2006, 06:48:04 PM »

Either an old xmlrpc lib header or a newer one where the function has been redefined
Logged
my God my tourniquet, return to me salvation
Pages: [1]   Go Up