Hello,
I am trying to compile mi_xmlrpc on Solaris 10 64bit OS and I am getting this error:
CC (gcc) [M mi_xmlrpc.so] abyss_xmlrpc_server.o abyss_xmlrpc_server.c:948:1: error: conflicting types for 'shutdownAbyss' abyss_xmlrpc_server.c:945:34: note: previous declaration of 'shutdownAbyss' was here abyss_xmlrpc_server.c: In function 'normalLevelAbyssRun': abyss_xmlrpc_server.c:1005:42: warning: passing argument 2 of 'xmlrpc_registry_set_shutdown' from incompatible pointer type [enabled by default] /opt/csw/include/xmlrpc-c/server.h:114:1: note: expected 'void (* const)(struct xmlrpc_env * const, void * const, const char * const, void * const)' but argument is of type 'void (*)(struct xmlrpc_env * const, void * const, const char * const)' gmake[1]: *** [abyss_xmlrpc_server.o] Error 1 gmake: *** [modules_k] Error 1
Thanks
Nathaniel L Keeling