Hi,

git cloned main branch and tried to compile it on Cent OS 6.

The mi_xmlrpc module is failing to compile

make
Makefile:46: You are using an unsupported libxmlrpc-c3 version  (1.16.24), compile at your own risk!
Makefile:46: You are using an unsupported libxmlrpc-c3 version  (1.16.24), compile at your own risk!
CC (gcc) [M mi_xmlrpc.so] abyss_conf.o
CC (gcc) [M mi_xmlrpc.so] abyss_conn.o
CC (gcc) [M mi_xmlrpc.so] abyss_data.o
abyss_data.c:219: error: expected ‘)’ before ‘*’ token
abyss_data.c:236: error: expected ‘)’ before ‘*’ token
abyss_data.c:249: error: expected ‘)’ before ‘*’ token
abyss_data.c:287: error: expected ‘)’ before ‘*’ token
abyss_data.c:299: error: expected ‘)’ before ‘*’ token
abyss_data.c:312: error: expected ‘)’ before ‘*’ token
abyss_data.c:326: error: expected ‘)’ before ‘*’ token
abyss_data.c:332: error: expected ‘)’ before ‘*’ token
make: *** [abyss_data.o] Error 1


I have installed following rpms:

xmlrpc-c-devel-1.16.24-1200.1840.el6_1.4.x86_64
xmlrpc-c-client-1.16.24-1200.1840.el6_1.4.x86_64
xmlrpc-c-client++-1.16.24-1200.1840.el6_1.4.x86_64
xmlrpc-c-c++-1.16.24-1200.1840.el6_1.4.x86_64
xmlrpc-c-1.16.24-1200.1840.el6_1.4.x86_64

Can someone help with this? 

Thanks
Krish