Hi, I'm trying to compile kamailio with mi_xmlrpc, I've followed the instructions, first installing xmlrpc-c-0.9.1.0 and xmlrpc-c-dev-0.9.1.0 but the folder xmlrpc-c in /usr/include is not created, so kamailio couldn't be compiled. Then I've installed the latest version of xmlrpc-c-dev, in this case the folder xmlrpc-c with the headers was created but the module didn;t compile, this are the errors:


Makefile:46: You are using an unsupported libxmlrpc-c3 version  (1.16.34), compile at your own risk!
CC (gcc) [M mi_xmlrpc.so]               abyss_data.o
abyss_data.c:218: error: expected ')' before '*' token
abyss_data.c:235: error: expected ')' before '*' token
abyss_data.c:248: error: expected ')' before '*' token
abyss_data.c:286: error: expected ')' before '*' token
abyss_data.c:298: error: expected ')' before '*' token
abyss_data.c:311: error: expected ')' before '*' token
abyss_data.c:325: error: expected ')' before '*' token
abyss_data.c:331: error: expected ')' before '*' token
make: *** [abyss_data.o] Error 1



I would appreciate if someone can point me through the right path.
Thanks in advance.


Lucas Alvarez