<span class="gmail_quote"></span>Experimenting with FreeSwitch, so newbie questions ahead... ;-)<br>Compiling on Mac OSX, used SVN to download today (Oct 29).<br>
Compilation works fine, except module: mod_event_socket.<br><br>Is there a way to fix this?<br><br>The error message:<br><br>...<br>making event_handlers/mod_event_socket<br>gcc&nbsp; -Werror -I/usr/local/freeswitch/include&nbsp;&nbsp; -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/local/freeswitch/include/apr-1&nbsp; -I/usr/local/freeswitch/include/srtp&nbsp; -I/usr/local/freeswitch/include/apr-1&nbsp;&nbsp;&nbsp; -DMACOSX -fPIC -Wall -I/usr/src/freeswitch/freeswitch.trunk/src/sqlite -I/usr/src/freeswitch/freeswitch.trunk -I/usr/src/freeswitch/freeswitch.trunk/src/include -I/usr/local/freeswitch/include -DSWITCH_MOD_DIR=/usr/local/freeswitch/mod -DSWITCH_PREFIX_DIR=/usr/local/freeswitch -DSWITCH_CONF_DIR=/usr/local/freeswitch/conf -DSWITCH_DB_DIR=/usr/local/freeswitch/db -DSWITCH_LOG_DIR=/usr/local/freeswitch/log -DSWITCH_SCRIPT_DIR=/usr/local/freeswitch/scripts -DSWITCH_HTDOCS_DIR=/usr/local/freeswitch/htdocs -fPIC -c mod_event_socket.c -o mod_event_socket.o
<br>cc1: warnings being treated as errors<br>mod_event_socket.c: In function 'read_packet':<br>mod_event_socket.c:329: warning: format '%d' expects type 'int', but argument 4 has type 'size_t'<br>mod_event_socket.c:374: warning: format '%d' expects type 'int', but argument 4 has type 'switch_size_t'
<br>mod_event_socket.c: In function 'api_exec':<br>mod_event_socket.c:434: warning: format '%d' expects type 'int', but argument 4 has type 'switch_size_t'<br>make[1]: *** [mod_event_socket.dylib] Error 1<br><br><br><br>
Thanks in advance!
<br>