Note: I was able to compile it in the same conditions with last Friday&#39;s (Feb 10 2012) git. With today&#39;s (Feb 13) I can&#39;t.<br><br>After ./bootstrap.sh and ./configure, the modules I enabled were:<br>xml_int/mod_xml_curl<br>
endpoints/mod_rtmp<br>applications/mod_callcenter<br>applications/mod_curl<br>applications/mod_http_cache<br>applications/mod_voicemail_ivr<br><br>The craziest thing: when I go to /usr/src/cloudivr/freeswitch.test/src/mod/xml_int/mod_xml_rpc it seems that last gcc line ran OK! Re-running it confirms it. So, where does the error come from?<br>
<br>(snip...)<br>Compiling ../../../../libs/xmlrpc-c/src/xmlrpc_parse.c...<br>Compiling ../../../../libs/xmlrpc-c/src/xmlrpc_serialize.c...<br>Compiling ../../../../libs/xmlrpc-c/src/xmlrpc_server_abyss.c...<br>Compiling ../../../../libs/xmlrpc-c/src/xmlrpc_server_cgi.c...<br>
Compiling ../../../../libs/xmlrpc-c/src/xmlrpc_string.c...<br>Compiling ../../../../libs/xmlrpc-c/src/xmlrpc_struct.c...<br>Compiling ../../../../libs/xmlrpc-c/lib/expat/xmltok/xmltok.c...<br>Compiling /usr/src/cloudivr/freeswitch.test/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c...<br>
quiet_libtool: compile:  gcc -w -I../../../../libs/xmlrpc-c/lib/expat/xmlparse -I../../../../libs/xmlrpc-c/lib/expat/xmltok -I../../../../libs/xmlrpc-c -I../../../../libs/xmlrpc-c/include -I../../../../libs/xmlrpc-c/lib/abyss/src -I../../../../libs/xmlrpc-c/lib/util/include -D_THREAD -D__EXTENSIONS__ -I/usr/src/cloudivr/freeswitch.test/src/include -I/usr/src/cloudivr/freeswitch.test/src/include -I/usr/src/cloudivr/freeswitch.test/libs/libteletone/src -fPIC -Werror -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -ggdb -DHAVE_OPENSSL -g -O2 -Wall -std=c99 -pedantic -Wdeclaration-after-statement -D_GNU_SOURCE -DHAVE_CONFIG_H -c /usr/src/cloudivr/freeswitch.test/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c  -fPIC -DPIC -o .libs/mod_xml_rpc.o<br>
quiet_libtool: compile:  gcc -w -I../../../../libs/xmlrpc-c/lib/expat/xmlparse -I../../../../libs/xmlrpc-c/lib/expat/xmltok -I../../../../libs/xmlrpc-c -I../../../../libs/xmlrpc-c/include -I../../../../libs/xmlrpc-c/lib/abyss/src -I../../../../libs/xmlrpc-c/lib/util/include -D_THREAD -D__EXTENSIONS__ -I/usr/src/cloudivr/freeswitch.test/src/include -I/usr/src/cloudivr/freeswitch.test/src/include -I/usr/src/cloudivr/freeswitch.test/libs/libteletone/src -fPIC -Werror -fvisibility=hidden -DSWITCH_API_VISIBILITY=1 -DHAVE_VISIBILITY=1 -g -ggdb -DHAVE_OPENSSL -g -O2 -Wall -std=c99 -pedantic -Wdeclaration-after-statement -D_GNU_SOURCE -DHAVE_CONFIG_H -c /usr/src/cloudivr/freeswitch.test/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c -o mod_xml_rpc.o &gt;/dev/null 2&gt;&amp;1<br>
Creating mod_xml_rpc.la...<br>make[1]: ** [all-recursive] Erro 1<br>make: ** [all] Erro 2<br>#<br>