[ 12s] Summary of build options: [ 12s] * Video support false [ 12s] * GTK interface true [ 12s] * Account assistant true [ 12s] * Console interface true [ 12s] * Tools true [ 12s] * Message storage false [ 12s] * zRTP encryption (GPLv3) true [ 12s] * uPnP support true [ 12s] Now type 'make' to compile, and then 'make install' as root to install it. [ 12s] + make -j4 [ 12s] make all-recursive [ 12s] make[1]: Entering directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1' [ 12s] Making all in build [ 12s] make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/build' [ 12s] Making all in macos [ 12s] make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/build/macos' [ 12s] make[3]: Nothing to be done for `all'. [ 12s] make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/build/macos' [ 12s] make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/build' [ 12s] make[3]: Nothing to be done for `all-am'. [ 12s] make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/build' [ 12s] make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/build' [ 12s] Making all in m4 [ 12s] make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/m4' [ 12s] make[2]: Nothing to be done for `all'. [ 12s] make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/m4' [ 12s] Making all in pixmaps [ 12s] make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/pixmaps' [ 12s] make[2]: Nothing to be done for `all'. [ 12s] make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/pixmaps' [ 12s] Making all in po [ 12s] make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/po' [ 12s] MSGFMT fr.gmo [ 12s] MSGFMT it.gmo [ 12s] MSGFMT de.gmo [ 12s] MSGFMT ja.gmo [ 12s] MSGFMT es.gmo [ 12s] MSGFMT pl.gmo [ 12s] MSGFMT cs.gmo [ 12s] MSGFMT nl.gmo [ 12s] MSGFMT sv.gmo [ 12s] MSGFMT pt_BR.gmo [ 12s] MSGFMT hu.gmo [ 12s] MSGFMT ru.gmo [ 12s] MSGFMT zh_CN.gmo [ 12s] MSGFMT nb_NO.gmo [ 12s] MSGFMT zh_TW.gmo [ 12s] MSGFMT he.gmo [ 12s] MSGFMT sr.gmo [ 12s] make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/po' [ 12s] Making all in coreapi [ 12s] make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/coreapi' [ 12s] if test "`git describe --always`" != "" ; then \ [ 12s] /bin/echo -n "#define LIBLINPHONE_GIT_VERSION \"`git describe --always`\"" > liblinphone_gitversion.h.tmp ; \ [ 12s] elif test "`git rev-parse HEAD`" != "" ; then \ [ 12s] /bin/echo -n "#define LIBLINPHONE_GIT_VERSION \"3.6.1_`git rev-parse HEAD`\"" > liblinphone_gitversion.h.tmp ; \ [ 12s] else \ [ 12s] /bin/echo -n "" > liblinphone_gitversion.h.tmp ; \ [ 12s] fi [ 12s] /bin/sh: git: command not found [ 12s] /bin/sh: line 2: git: command not found [ 12s] if test ! -f ./liblinphone_gitversion.h ; then \ [ 12s] cp -f liblinphone_gitversion.h.tmp ./liblinphone_gitversion.h ; \ [ 12s] fi [ 12s] if test "`cat liblinphone_gitversion.h.tmp`" != "`cat ./liblinphone_gitversion.h`" ; then \ [ 12s] cp -f liblinphone_gitversion.h.tmp ./liblinphone_gitversion.h ; \ [ 12s] fi [ 12s] rm -f liblinphone_gitversion.h.tmp ; [ 12s] make all-recursive [ 12s] make[3]: Entering directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/coreapi' [ 12s] Making all in . [ 12s] make[4]: Entering directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/coreapi' [ 12s] CC linphonecore.lo [ 12s] CC offeranswer.lo [ 12s] CC sal.lo [ 12s] CC sal_eXosip2.lo [ 12s] CC sal_eXosip2_sdp.lo [ 12s] CC sal_eXosip2_presence.lo [ 12s] sal_eXosip2.c: In function 'sal_get_default_local_ip': [ 12s] sal_eXosip2.c:49:2: warning: passing argument 1 of 'eXosip_guess_localip' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:345:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:49:2: warning: passing argument 2 of 'eXosip_guess_localip' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:345:7: note: expected 'int' but argument is of type 'char *' [ 12s] sal_eXosip2.c:49:2: warning: passing argument 3 of 'eXosip_guess_localip' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:345:7: note: expected 'char *' but argument is of type 'size_t' [ 12s] sal_eXosip2.c:49:2: error: too few arguments to function 'eXosip_guess_localip' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:345:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_op_release': [ 12s] sal_eXosip2.c:195:3: warning: passing argument 1 of 'eXosip_register_remove' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:108:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:195:3: error: too few arguments to function 'eXosip_register_remove' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:108:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_init': [ 12s] sal_eXosip2.c:276:2: error: too few arguments to function 'eXosip_init' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:68:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_uninit': [ 12s] sal_eXosip2.c:293:2: error: too few arguments to function 'eXosip_quit' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:75:8: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_unlisten_ports': [ 12s] sal_eXosip2.c:351:3: error: too few arguments to function 'eXosip_quit' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:75:8: note: declared here [ 12s] sal_eXosip2.c:352:3: error: too few arguments to function 'eXosip_init' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:68:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_reset_transports': [ 12s] sal_eXosip2.c:362:3: error: too few arguments to function 'eXosip_reset_transports' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:235:7: note: declared here [ 12s] sal_eXosip2.c: In function 'set_tls_options': [ 12s] sal_eXosip2.c:377:3: warning: implicit declaration of function 'eXosip_set_tls_ctx' [-Wimplicit-function-declaration] [ 12s] sal_eXosip2.c:380:2: warning: implicit declaration of function 'eXosip_tls_verify_certificate' [-Wimplicit-function-declaration] [ 12s] sal_eXosip2.c: In function 'sal_listen_port': [ 12s] sal_eXosip2.c:405:3: warning: passing argument 1 of 'eXosip_set_option' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:405:3: warning: passing argument 2 of 'eXosip_set_option' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'int' but argument is of type 'int *' [ 12s] sal_eXosip2.c:405:3: error: too few arguments to function 'eXosip_set_option' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: declared here [ 12s] sal_eXosip2.c:411:3: warning: passing argument 1 of 'eXosip_set_option' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:411:3: warning: passing argument 2 of 'eXosip_set_option' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'int' but argument is of type 'int *' [ 12s] sal_eXosip2.c:411:3: error: too few arguments to function 'eXosip_set_option' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: declared here [ 12s] sal_eXosip2.c:419:2: warning: passing argument 1 of 'eXosip_set_option' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:419:2: warning: passing argument 2 of 'eXosip_set_option' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'int' but argument is of type 'int *' [ 12s] sal_eXosip2.c:419:2: error: too few arguments to function 'eXosip_set_option' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: declared here [ 12s] sal_eXosip2.c:421:20: error: 'EXOSIP_OPT_DONT_SEND_101' undeclared (first use in this function) [ 12s] sal_eXosip2.c:421:20: note: each undeclared identifier is reported only once for each function it appears in [ 12s] sal_eXosip2.c:421:2: warning: passing argument 2 of 'eXosip_set_option' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'int' but argument is of type 'int *' [ 12s] sal_eXosip2.c:421:2: error: too few arguments to function 'eXosip_set_option' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: declared here [ 12s] sal_eXosip2.c:432:2: warning: passing argument 1 of 'eXosip_listen_addr' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:228:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:432:2: warning: passing argument 2 of 'eXosip_listen_addr' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:228:7: note: expected 'int' but argument is of type 'const char *' [ 12s] sal_eXosip2.c:432:2: warning: passing argument 3 of 'eXosip_listen_addr' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:228:7: note: expected 'const char *' but argument is of type 'int' [ 12s] sal_eXosip2.c:432:2: error: too few arguments to function 'eXosip_listen_addr' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:228:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_set_user_agent': [ 12s] sal_eXosip2.c:447:2: warning: passing argument 1 of 'eXosip_set_user_agent' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:254:8: note: expected 'struct eXosip_t *' but argument is of type 'const char *' [ 12s] sal_eXosip2.c:447:2: error: too few arguments to function 'eXosip_set_user_agent' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:254:8: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_use_dates': [ 12s] sal_eXosip2.c:475:3: warning: passing argument 1 of 'eXosip_set_option' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:475:3: warning: passing argument 2 of 'eXosip_set_option' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'int' but argument is of type 'int *' [ 12s] sal_eXosip2.c:475:3: error: too few arguments to function 'eXosip_set_option' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_call': [ 12s] sal_eXosip2.c:641:2: warning: passing argument 1 of 'eXosip_call_build_initial_invite' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:92:7: note: expected 'struct eXosip_t *' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:641:2: warning: passing argument 2 of 'eXosip_call_build_initial_invite' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:92:7: note: expected 'struct osip_message_t **' but argument is of type 'const char *' [ 12s] sal_eXosip2.c:641:2: error: too few arguments to function 'eXosip_call_build_initial_invite' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:92:7: note: declared here [ 12s] sal_eXosip2.c:667:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:668:2: warning: passing argument 1 of 'eXosip_call_send_initial_invite' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:100:7: note: expected 'struct eXosip_t *' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:668:2: error: too few arguments to function 'eXosip_call_send_initial_invite' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:100:7: note: declared here [ 12s] sal_eXosip2.c:669:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_call_notify_ringing': [ 12s] sal_eXosip2.c:691:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:692:3: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:692:3: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:692:3: error: too few arguments to function 'eXosip_call_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: declared here [ 12s] sal_eXosip2.c:700:4: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:700:4: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:700:4: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:702:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:704:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:705:3: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:705:3: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'void *' [ 12s] sal_eXosip2.c:705:3: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:706:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_call_accept': [ 12s] sal_eXosip2.c:715:2: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:715:2: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:715:2: error: too few arguments to function 'eXosip_call_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: declared here [ 12s] sal_eXosip2.c:744:2: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:744:2: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:744:2: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_call_decline': [ 12s] sal_eXosip2.c:750:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:751:3: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:751:3: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'void *' [ 12s] sal_eXosip2.c:751:3: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:752:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:755:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:756:3: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:756:3: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'void *' [ 12s] sal_eXosip2.c:756:3: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:757:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:759:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:760:3: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:760:3: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'void *' [ 12s] sal_eXosip2.c:760:3: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:761:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:763:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:764:3: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:764:3: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'void *' [ 12s] sal_eXosip2.c:764:3: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:765:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:771:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:772:3: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:772:3: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:772:3: error: too few arguments to function 'eXosip_call_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: declared here [ 12s] sal_eXosip2.c:774:3: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:774:3: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:774:3: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:775:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'send_notify_for_refer': [ 12s] sal_eXosip2.c:801:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:802:2: warning: passing argument 1 of 'eXosip_call_build_notify' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:175:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:802:2: warning: passing argument 3 of 'eXosip_call_build_notify' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:175:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:802:2: error: too few arguments to function 'eXosip_call_build_notify' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:175:7: note: declared here [ 12s] sal_eXosip2.c:804:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:811:2: warning: passing argument 1 of 'eXosip_call_send_request' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:811:2: warning: passing argument 2 of 'eXosip_call_send_request' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:811:2: error: too few arguments to function 'eXosip_call_send_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: declared here [ 12s] sal_eXosip2.c:812:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_ping': [ 12s] sal_eXosip2.c:849:4: warning: passing argument 1 of 'eXosip_options_build_request' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:31:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_options.h:67:7: note: expected 'struct eXosip_t *' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:849:4: warning: passing argument 2 of 'eXosip_options_build_request' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:31:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_options.h:67:7: note: expected 'struct osip_message_t **' but argument is of type 'const char *' [ 12s] sal_eXosip2.c:849:4: error: too few arguments to function 'eXosip_options_build_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:31:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_options.h:67:7: note: declared here [ 12s] sal_eXosip2.c:856:3: warning: passing argument 1 of 'eXosip_options_send_request' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:31:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_options.h:75:7: note: expected 'struct eXosip_t *' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:856:3: error: too few arguments to function 'eXosip_options_send_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:31:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_options.h:75:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_call_refer': [ 12s] sal_eXosip2.c:864:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:865:2: warning: passing argument 1 of 'eXosip_call_build_refer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:138:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:865:2: warning: passing argument 2 of 'eXosip_call_build_refer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:138:7: note: expected 'int' but argument is of type 'const char *' [ 12s] sal_eXosip2.c:865:2: warning: passing argument 3 of 'eXosip_call_build_refer' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:138:7: note: expected 'const char *' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:865:2: error: too few arguments to function 'eXosip_call_build_refer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:138:7: note: declared here [ 12s] sal_eXosip2.c:866:2: warning: passing argument 1 of 'eXosip_call_send_request' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:866:2: warning: passing argument 2 of 'eXosip_call_send_request' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:866:2: error: too few arguments to function 'eXosip_call_send_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: declared here [ 12s] sal_eXosip2.c:868:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_call_refer_with_replaces': [ 12s] sal_eXosip2.c:876:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:877:2: warning: passing argument 1 of 'eXosip_call_get_referto' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:242:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:877:2: warning: passing argument 2 of 'eXosip_call_get_referto' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:242:7: note: expected 'int' but argument is of type 'char *' [ 12s] sal_eXosip2.c:877:2: warning: passing argument 3 of 'eXosip_call_get_referto' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:242:7: note: expected 'char *' but argument is of type 'long unsigned int' [ 12s] sal_eXosip2.c:877:2: error: too few arguments to function 'eXosip_call_get_referto' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:242:7: note: declared here [ 12s] sal_eXosip2.c:879:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:882:2: warning: passing argument 1 of 'eXosip_call_build_refer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:138:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:882:2: warning: passing argument 2 of 'eXosip_call_build_refer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:138:7: note: expected 'int' but argument is of type 'char *' [ 12s] sal_eXosip2.c:882:2: warning: passing argument 3 of 'eXosip_call_build_refer' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:138:7: note: expected 'const char *' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:882:2: error: too few arguments to function 'eXosip_call_build_refer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:138:7: note: declared here [ 12s] sal_eXosip2.c:884:2: warning: passing argument 1 of 'eXosip_call_send_request' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:884:2: warning: passing argument 2 of 'eXosip_call_send_request' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:884:2: error: too few arguments to function 'eXosip_call_send_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: declared here [ 12s] sal_eXosip2.c:886:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_call_get_replaces': [ 12s] sal_eXosip2.c:893:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:894:3: warning: passing argument 1 of 'eXosip_call_find_by_replaces' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:251:7: note: expected 'struct eXosip_t *' but argument is of type 'char *' [ 12s] sal_eXosip2.c:894:3: error: too few arguments to function 'eXosip_call_find_by_replaces' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:251:7: note: declared here [ 12s] sal_eXosip2.c:895:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_call_send_dtmf': [ 12s] sal_eXosip2.c:909:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:910:2: warning: passing argument 1 of 'eXosip_call_build_info' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:147:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:910:2: warning: passing argument 2 of 'eXosip_call_build_info' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:147:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:910:2: error: too few arguments to function 'eXosip_call_build_info' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:147:7: note: declared here [ 12s] sal_eXosip2.c:917:3: warning: passing argument 1 of 'eXosip_call_send_request' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:917:3: warning: passing argument 2 of 'eXosip_call_send_request' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:917:3: error: too few arguments to function 'eXosip_call_send_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: declared here [ 12s] sal_eXosip2.c:919:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'push_auth_to_exosip': [ 12s] sal_eXosip2.c:929:35: warning: passing argument 1 of 'eXosip_add_authentication_info' from incompatible pointer type [enabled by default] [ 12s] In file included from sal_eXosip2.h:24:0, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eXosip.h:101:7: note: expected 'struct eXosip_t *' but argument is of type 'char * const' [ 12s] sal_eXosip2.c:929:35: error: too few arguments to function 'eXosip_add_authentication_info' [ 12s] In file included from sal_eXosip2.h:24:0, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eXosip.h:101:7: note: declared here [ 12s] sal_eXosip2.c: In function 'pop_auth_from_exosip': [ 12s] sal_eXosip2.c:935:2: error: too few arguments to function 'eXosip_clear_authentication_info' [ 12s] In file included from sal_eXosip2.h:24:0, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eXosip.h:117:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_call_terminate': [ 12s] sal_eXosip2.c:942:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:943:2: warning: passing argument 1 of 'eXosip_call_terminate' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:214:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:943:2: error: too few arguments to function 'eXosip_call_terminate' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:214:7: note: declared here [ 12s] sal_eXosip2.c:944:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_op_authenticate': [ 12s] sal_eXosip2.c:970:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:971:3: warning: passing argument 1 of 'eXosip_default_action' from incompatible pointer type [enabled by default] [ 12s] In file included from sal_eXosip2.h:24:0, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eXosip.h:132:7: note: expected 'struct eXosip_t *' but argument is of type 'struct eXosip_event_t *' [ 12s] sal_eXosip2.c:971:3: error: too few arguments to function 'eXosip_default_action' [ 12s] In file included from sal_eXosip2.h:24:0, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eXosip.h:132:7: note: declared here [ 12s] sal_eXosip2.c:972:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'call_proceeding': [ 12s] sal_eXosip2.c:1213:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:1214:3: warning: passing argument 1 of 'eXosip_call_terminate' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:214:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1214:3: error: too few arguments to function 'eXosip_call_terminate' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:214:7: note: declared here [ 12s] sal_eXosip2.c:1215:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'call_accepted': [ 12s] sal_eXosip2.c:1252:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:1253:3: warning: passing argument 1 of 'eXosip_call_terminate' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:214:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1253:3: error: too few arguments to function 'eXosip_call_terminate' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:214:7: note: declared here [ 12s] sal_eXosip2.c:1254:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:1269:2: warning: passing argument 1 of 'eXosip_call_build_ack' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:119:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1269:2: warning: passing argument 2 of 'eXosip_call_build_ack' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:119:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:1269:2: error: too few arguments to function 'eXosip_call_build_ack' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:119:7: note: declared here [ 12s] sal_eXosip2.c:1272:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:1273:3: warning: passing argument 1 of 'eXosip_call_terminate' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:214:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1273:3: error: too few arguments to function 'eXosip_call_terminate' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:214:7: note: declared here [ 12s] sal_eXosip2.c:1274:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:1287:2: warning: passing argument 1 of 'eXosip_call_send_ack' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:128:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1287:2: warning: passing argument 2 of 'eXosip_call_send_ack' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:128:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:1287:2: error: too few arguments to function 'eXosip_call_send_ack' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:128:7: note: declared here [ 12s] sal_eXosip2.c: In function 'call_failure': [ 12s] sal_eXosip2.c:1461:4: warning: passing argument 1 of 'eXosip_default_action' from incompatible pointer type [enabled by default] [ 12s] In file included from sal_eXosip2.h:24:0, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eXosip.h:132:7: note: expected 'struct eXosip_t *' but argument is of type 'struct eXosip_event_t *' [ 12s] sal_eXosip2.c:1461:4: error: too few arguments to function 'eXosip_default_action' [ 12s] In file included from sal_eXosip2.h:24:0, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eXosip.h:132:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_call_send_vfu_request': [ 12s] sal_eXosip2.c:1511:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:1512:2: warning: passing argument 1 of 'eXosip_call_build_info' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:147:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1512:2: warning: passing argument 2 of 'eXosip_call_build_info' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:147:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:1512:2: error: too few arguments to function 'eXosip_call_build_info' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:147:7: note: declared here [ 12s] sal_eXosip2.c:1518:3: warning: passing argument 1 of 'eXosip_call_send_request' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1518:3: warning: passing argument 2 of 'eXosip_call_send_request' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:1518:3: error: too few arguments to function 'eXosip_call_send_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: declared here [ 12s] sal_eXosip2.c:1521:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'process_media_control_xml': [ 12s] sal_eXosip2.c:1540:4: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1540:4: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:1540:4: error: too few arguments to function 'eXosip_call_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: declared here [ 12s] sal_eXosip2.c:1542:5: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1542:5: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:1542:5: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:1549:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:1550:3: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1550:3: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:1550:3: error: too few arguments to function 'eXosip_call_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: declared here [ 12s] sal_eXosip2.c:1552:4: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1552:4: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:1552:4: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:1553:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'process_dtmf_relay': [ 12s] sal_eXosip2.c:1582:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:1583:3: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1583:3: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:1583:3: error: too few arguments to function 'eXosip_call_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: declared here [ 12s] sal_eXosip2.c:1585:4: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1585:4: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:1585:4: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:1586:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'process_refer': [ 12s] sal_eXosip2.c:1631:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:1632:3: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1632:3: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:1632:3: error: too few arguments to function 'eXosip_call_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: declared here [ 12s] sal_eXosip2.c:1634:4: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1634:4: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:1634:4: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:1635:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'process_notify': [ 12s] sal_eXosip2.c:1680:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:1681:2: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1681:2: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:1681:2: error: too few arguments to function 'eXosip_call_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: declared here [ 12s] sal_eXosip2.c:1683:3: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1683:3: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:1683:3: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:1684:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'call_message_new': [ 12s] sal_eXosip2.c:1702:6: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:1703:6: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1703:6: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:1703:6: error: too few arguments to function 'eXosip_call_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: declared here [ 12s] sal_eXosip2.c:1705:7: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1705:7: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:1705:7: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:1706:6: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:1710:5: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:1711:5: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1711:5: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:1711:5: error: too few arguments to function 'eXosip_call_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: declared here [ 12s] sal_eXosip2.c:1713:6: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1713:6: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:1713:6: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:1714:5: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:1719:4: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:1720:4: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1720:4: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:1720:4: error: too few arguments to function 'eXosip_call_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: declared here [ 12s] sal_eXosip2.c:1722:5: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1722:5: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:1722:5: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:1723:4: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:1732:4: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:1733:4: warning: passing argument 1 of 'eXosip_call_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1733:4: warning: passing argument 3 of 'eXosip_call_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:1733:4: error: too few arguments to function 'eXosip_call_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:194:7: note: declared here [ 12s] sal_eXosip2.c:1736:5: warning: passing argument 1 of 'eXosip_call_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1736:5: warning: passing argument 3 of 'eXosip_call_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:1736:5: error: too few arguments to function 'eXosip_call_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:204:7: note: declared here [ 12s] sal_eXosip2.c:1738:4: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'inc_update': [ 12s] sal_eXosip2.c:1746:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:1747:2: warning: passing argument 1 of 'eXosip_message_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_message.h:89:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1747:2: warning: passing argument 3 of 'eXosip_message_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_message.h:89:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:1747:2: error: too few arguments to function 'eXosip_message_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_message.h:89:7: note: declared here [ 12s] sal_eXosip2.c:1749:3: warning: passing argument 1 of 'eXosip_message_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_message.h:99:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1749:3: warning: passing argument 3 of 'eXosip_message_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_message.h:99:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:1749:3: error: too few arguments to function 'eXosip_message_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_message.h:99:7: note: declared here [ 12s] sal_eXosip2.c:1750:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'other_request': [ 12s] sal_eXosip2.c:1877:3: warning: passing argument 1 of 'eXosip_message_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_message.h:99:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1877:3: warning: passing argument 3 of 'eXosip_message_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_message.h:99:7: note: expected 'int' but argument is of type 'void *' [ 12s] sal_eXosip2.c:1877:3: error: too few arguments to function 'eXosip_message_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_message.h:99:7: note: declared here [ 12s] sal_eXosip2.c:1880:3: warning: passing argument 1 of 'eXosip_options_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:31:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_options.h:85:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1880:3: warning: passing argument 3 of 'eXosip_options_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:31:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_options.h:85:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:1880:3: error: too few arguments to function 'eXosip_options_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:31:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_options.h:85:7: note: declared here [ 12s] sal_eXosip2.c:1882:3: warning: passing argument 1 of 'eXosip_options_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:31:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_options.h:95:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1882:3: warning: passing argument 3 of 'eXosip_options_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:31:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_options.h:95:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:1882:3: error: too few arguments to function 'eXosip_options_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:31:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_options.h:95:7: note: declared here [ 12s] sal_eXosip2.c:1899:3: warning: passing argument 1 of 'eXosip_message_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_message.h:99:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:1899:3: warning: passing argument 3 of 'eXosip_message_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_message.h:99:7: note: expected 'int' but argument is of type 'void *' [ 12s] sal_eXosip2.c:1899:3: error: too few arguments to function 'eXosip_message_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_message.h:99:7: note: declared here [ 12s] sal_eXosip2.c: In function 'register_again_with_updated_contact': [ 12s] sal_eXosip2.c:2010:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:2011:2: warning: passing argument 1 of 'eXosip_register_build_register' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:91:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:2011:2: warning: passing argument 3 of 'eXosip_register_build_register' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:91:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:2011:2: error: too few arguments to function 'eXosip_register_build_register' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:91:7: note: declared here [ 12s] sal_eXosip2.c:2013:6: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:2018:3: warning: passing argument 1 of 'eXosip_register_send_register' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:100:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:2018:3: warning: passing argument 2 of 'eXosip_register_send_register' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:100:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:2018:3: error: too few arguments to function 'eXosip_register_send_register' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:100:7: note: declared here [ 12s] sal_eXosip2.c:2019:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:2025:6: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:2028:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'registration_failure': [ 12s] sal_eXosip2.c:2081:5: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:2082:5: warning: passing argument 1 of 'eXosip_register_build_register' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:91:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:2082:5: warning: passing argument 3 of 'eXosip_register_build_register' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:91:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:2082:5: error: too few arguments to function 'eXosip_register_build_register' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:91:7: note: declared here [ 12s] sal_eXosip2.c:2083:5: warning: passing argument 1 of 'eXosip_register_send_register' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:100:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:2083:5: warning: passing argument 2 of 'eXosip_register_send_register' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:100:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:2083:5: error: too few arguments to function 'eXosip_register_send_register' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:100:7: note: declared here [ 12s] sal_eXosip2.c:2084:5: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'process_event': [ 12s] sal_eXosip2.c:2159:8: error: 'EXOSIP_CALL_TIMEOUT' undeclared (first use in this function) [ 12s] sal_eXosip2.c:2187:4: warning: passing argument 1 of 'eXosip_default_action' from incompatible pointer type [enabled by default] [ 12s] In file included from sal_eXosip2.h:24:0, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eXosip.h:132:7: note: expected 'struct eXosip_t *' but argument is of type 'struct eXosip_event_t *' [ 12s] sal_eXosip2.c:2187:4: error: too few arguments to function 'eXosip_default_action' [ 12s] In file included from sal_eXosip2.h:24:0, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eXosip.h:132:7: note: declared here [ 12s] sal_eXosip2.c:2216:8: error: 'EXOSIP_IN_SUBSCRIPTION_RELEASED' undeclared (first use in this function) [ 12s] sal_eXosip2.c:2220:8: error: 'EXOSIP_SUBSCRIPTION_UPDATE' undeclared (first use in this function) [ 12s] sal_eXosip2.c:2231:8: error: 'EXOSIP_SUBSCRIPTION_CLOSED' undeclared (first use in this function) [ 12s] sal_eXosip2.c:2269:7: error: too few arguments to function 'eXosip_automatic_action' [ 12s] In file included from sal_eXosip2.h:24:0, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eXosip.h:156:8: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_iterate': [ 12s] sal_eXosip2.c:2285:2: error: too few arguments to function 'eXosip_event_wait' [ 12s] In file included from sal_eXosip2.h:24:0, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eXosip.h:394:19: note: declared here [ 12s] sal_eXosip2.c:2297:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:2298:2: error: too few arguments to function 'eXosip_automatic_refresh' [ 12s] In file included from sal_eXosip2.h:24:0, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eXosip.h:143:8: note: declared here [ 12s] sal_eXosip2.c:2299:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_register': [ 12s] sal_eXosip2.c:2364:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:2365:3: warning: passing argument 1 of 'eXosip_register_build_initial_register' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:68:7: note: expected 'struct eXosip_t *' but argument is of type 'const char *' [ 12s] sal_eXosip2.c:2365:3: warning: passing argument 4 of 'eXosip_register_build_initial_register' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:68:7: note: expected 'const char *' but argument is of type 'int' [ 12s] sal_eXosip2.c:2365:3: warning: passing argument 5 of 'eXosip_register_build_initial_register' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:68:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:2365:3: error: too few arguments to function 'eXosip_register_build_initial_register' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:68:7: note: declared here [ 12s] sal_eXosip2.c:2372:4: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:2376:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:2377:3: warning: passing argument 1 of 'eXosip_register_build_register' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:91:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:2377:3: warning: passing argument 3 of 'eXosip_register_build_register' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:91:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:2377:3: error: too few arguments to function 'eXosip_register_build_register' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:91:7: note: declared here [ 12s] sal_eXosip2.c:2381:3: warning: passing argument 1 of 'eXosip_register_send_register' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:100:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:2381:3: warning: passing argument 2 of 'eXosip_register_send_register' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:100:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:2381:3: error: too few arguments to function 'eXosip_register_send_register' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:100:7: note: declared here [ 12s] sal_eXosip2.c:2383:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_register_refresh': [ 12s] sal_eXosip2.c:2412:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:2414:2: warning: passing argument 1 of 'eXosip_register_build_register' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:91:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:2414:2: warning: passing argument 3 of 'eXosip_register_build_register' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:91:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:2414:2: error: too few arguments to function 'eXosip_register_build_register' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:91:7: note: declared here [ 12s] sal_eXosip2.c:2418:3: warning: passing argument 1 of 'eXosip_register_send_register' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:100:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:2418:3: warning: passing argument 2 of 'eXosip_register_send_register' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:100:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:2418:3: error: too few arguments to function 'eXosip_register_send_register' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:100:7: note: declared here [ 12s] sal_eXosip2.c:2420:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_unregister': [ 12s] sal_eXosip2.c:2427:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:2428:2: warning: passing argument 1 of 'eXosip_register_build_register' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:91:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:2428:2: warning: passing argument 3 of 'eXosip_register_build_register' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:91:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:2428:2: error: too few arguments to function 'eXosip_register_build_register' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:91:7: note: declared here [ 12s] sal_eXosip2.c:2429:2: warning: passing argument 1 of 'eXosip_register_send_register' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:100:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:2429:2: warning: passing argument 2 of 'eXosip_register_send_register' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:100:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:2429:2: error: too few arguments to function 'eXosip_register_send_register' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:29:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_register.h:100:7: note: declared here [ 12s] sal_eXosip2.c:2431:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_set_keepalive_period': [ 12s] sal_eXosip2.c:2601:2: warning: passing argument 1 of 'eXosip_set_option' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:2601:2: warning: passing argument 2 of 'eXosip_set_option' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: expected 'int' but argument is of type 'int *' [ 12s] sal_eXosip2.c:2601:2: error: too few arguments to function 'eXosip_set_option' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:152:7: note: declared here [ 12s] sal_eXosip2.c: In function 'sal_call_update': [ 12s] sal_eXosip2.c:2639:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:2640:2: warning: passing argument 1 of 'eXosip_call_build_request' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:110:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:2640:2: warning: passing argument 2 of 'eXosip_call_build_request' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:110:7: note: expected 'int' but argument is of type 'char *' [ 12s] sal_eXosip2.c:2640:2: warning: passing argument 3 of 'eXosip_call_build_request' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:110:7: note: expected 'const char *' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2.c:2640:2: error: too few arguments to function 'eXosip_call_build_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:110:7: note: declared here [ 12s] sal_eXosip2.c:2641:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:2644:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2.c:2659:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2.c:2660:2: warning: passing argument 1 of 'eXosip_call_send_request' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2.c:2660:2: warning: passing argument 2 of 'eXosip_call_send_request' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2.c:2660:2: error: too few arguments to function 'eXosip_call_send_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: declared here [ 12s] sal_eXosip2.c:2661:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2.c:23: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] make[4]: *** [sal_eXosip2.lo] Error 1 [ 12s] make[4]: *** Waiting for unfinished jobs.... [ 12s] sal_eXosip2_presence.c: In function 'sal_message_send': [ 12s] sal_eXosip2_presence.c:116:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2_presence.c:118:4: warning: passing argument 1 of 'eXosip_message_build_request' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_message.h:71:7: note: expected 'struct eXosip_t *' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2_presence.c:118:4: warning: passing argument 2 of 'eXosip_message_build_request' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_message.h:71:7: note: expected 'struct osip_message_t **' but argument is of type 'char *' [ 12s] sal_eXosip2_presence.c:118:4: error: too few arguments to function 'eXosip_message_build_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_message.h:71:7: note: declared here [ 12s] sal_eXosip2_presence.c:125:4: warning: passing argument 1 of 'eXosip_message_send_request' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_message.h:79:7: note: expected 'struct eXosip_t *' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2_presence.c:125:4: error: too few arguments to function 'eXosip_message_send_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:34:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_message.h:79:7: note: declared here [ 12s] sal_eXosip2_presence.c:129:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2_presence.c:134:3: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2_presence.c:136:3: warning: passing argument 1 of 'eXosip_call_build_request' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_call.h:110:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2_presence.c:136:3: warning: passing argument 2 of 'eXosip_call_build_request' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_call.h:110:7: note: expected 'int' but argument is of type 'char *' [ 12s] sal_eXosip2_presence.c:136:3: warning: passing argument 3 of 'eXosip_call_build_request' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_call.h:110:7: note: expected 'const char *' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2_presence.c:136:3: error: too few arguments to function 'eXosip_call_build_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_call.h:110:7: note: declared here [ 12s] sal_eXosip2_presence.c:140:4: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2_presence.c:147:3: warning: passing argument 1 of 'eXosip_call_send_request' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2_presence.c:147:3: warning: passing argument 2 of 'eXosip_call_send_request' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2_presence.c:147:3: error: too few arguments to function 'eXosip_call_send_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:30:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_call.h:184:7: note: declared here [ 12s] sal_eXosip2_presence.c:148:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2_presence.c: In function 'sal_subscribe_presence': [ 12s] sal_eXosip2_presence.c:164:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2_presence.c:166:7: warning: passing argument 1 of 'eXosip_subscribe_build_initial_request' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:110:7: note: expected 'struct eXosip_t *' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2_presence.c:166:7: warning: passing argument 2 of 'eXosip_subscribe_build_initial_request' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:110:7: note: expected 'struct osip_message_t **' but argument is of type 'const char *' [ 12s] sal_eXosip2_presence.c:166:7: warning: passing argument 6 of 'eXosip_subscribe_build_initial_request' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:110:7: note: expected 'const char *' but argument is of type 'int' [ 12s] sal_eXosip2_presence.c:166:7: error: too few arguments to function 'eXosip_subscribe_build_initial_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:110:7: note: declared here [ 12s] sal_eXosip2_presence.c:169:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2_presence.c:176:2: warning: passing argument 1 of 'eXosip_subscribe_send_initial_request' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:118:7: note: expected 'struct eXosip_t *' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2_presence.c:176:2: error: too few arguments to function 'eXosip_subscribe_send_initial_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:118:7: note: declared here [ 12s] sal_eXosip2_presence.c:177:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2_presence.c: In function 'sal_unsubscribe': [ 12s] sal_eXosip2_presence.c:192:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2_presence.c:193:2: warning: passing argument 1 of 'eXosip_subscribe_build_refresh_request' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:127:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2_presence.c:193:2: warning: passing argument 2 of 'eXosip_subscribe_build_refresh_request' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:127:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2_presence.c:193:2: error: too few arguments to function 'eXosip_subscribe_build_refresh_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:127:7: note: declared here [ 12s] sal_eXosip2_presence.c:196:3: warning: passing argument 1 of 'eXosip_subscribe_send_refresh_request' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:136:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2_presence.c:196:3: warning: passing argument 2 of 'eXosip_subscribe_send_refresh_request' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:136:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2_presence.c:196:3: error: too few arguments to function 'eXosip_subscribe_send_refresh_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:136:7: note: declared here [ 12s] sal_eXosip2_presence.c:199:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2_presence.c: In function 'sal_subscribe_accept': [ 12s] sal_eXosip2_presence.c:205:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2_presence.c:206:2: warning: passing argument 1 of 'eXosip_insubscription_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:162:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2_presence.c:206:2: warning: passing argument 3 of 'eXosip_insubscription_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:162:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2_presence.c:206:2: error: too few arguments to function 'eXosip_insubscription_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:162:7: note: declared here [ 12s] sal_eXosip2_presence.c:209:3: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2_presence.c:216:2: warning: passing argument 1 of 'eXosip_insubscription_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:172:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2_presence.c:216:2: warning: passing argument 3 of 'eXosip_insubscription_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:172:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2_presence.c:216:2: error: too few arguments to function 'eXosip_insubscription_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:172:7: note: declared here [ 12s] sal_eXosip2_presence.c:217:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2_presence.c: In function 'sal_subscribe_decline': [ 12s] sal_eXosip2_presence.c:222:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2_presence.c:223:2: warning: passing argument 1 of 'eXosip_insubscription_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:172:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2_presence.c:223:2: warning: passing argument 3 of 'eXosip_insubscription_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:172:7: note: expected 'int' but argument is of type 'void *' [ 12s] sal_eXosip2_presence.c:223:2: error: too few arguments to function 'eXosip_insubscription_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:172:7: note: declared here [ 12s] sal_eXosip2_presence.c:224:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2_presence.c: In function 'sal_notify_presence': [ 12s] sal_eXosip2_presence.c:600:2: error: unknown type name 'eXosip_ss_t' [ 12s] sal_eXosip2_presence.c:606:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2_presence.c:607:2: warning: passing argument 1 of 'eXosip_insubscription_build_notify' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:193:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2_presence.c:607:2: warning: passing argument 4 of 'eXosip_insubscription_build_notify' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:193:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2_presence.c:607:2: error: too few arguments to function 'eXosip_insubscription_build_notify' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:193:7: note: declared here [ 12s] sal_eXosip2_presence.c:614:3: warning: passing argument 1 of 'eXosip_insubscription_send_request' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:202:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2_presence.c:614:3: warning: passing argument 2 of 'eXosip_insubscription_send_request' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:202:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2_presence.c:614:3: error: too few arguments to function 'eXosip_insubscription_send_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:202:7: note: declared here [ 12s] sal_eXosip2_presence.c:616:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2_presence.c: In function 'sal_notify_close': [ 12s] sal_eXosip2_presence.c:622:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2_presence.c:623:2: warning: passing argument 1 of 'eXosip_insubscription_build_notify' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:193:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2_presence.c:623:2: warning: passing argument 4 of 'eXosip_insubscription_build_notify' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:193:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2_presence.c:623:2: error: too few arguments to function 'eXosip_insubscription_build_notify' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:193:7: note: declared here [ 12s] sal_eXosip2_presence.c:629:3: warning: passing argument 1 of 'eXosip_insubscription_send_request' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:202:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2_presence.c:629:3: warning: passing argument 2 of 'eXosip_insubscription_send_request' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:202:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2_presence.c:629:3: error: too few arguments to function 'eXosip_insubscription_send_request' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:202:7: note: declared here [ 12s] sal_eXosip2_presence.c:632:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2_presence.c: In function 'sal_publish': [ 12s] sal_eXosip2_presence.c:645:3: warning: passing argument 1 of 'eXosip_build_publish' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:35:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_publish.h:69:7: note: expected 'struct eXosip_t *' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2_presence.c:645:3: warning: passing argument 2 of 'eXosip_build_publish' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:35:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_publish.h:69:7: note: expected 'struct osip_message_t **' but argument is of type 'const char *' [ 12s] sal_eXosip2_presence.c:645:3: error: too few arguments to function 'eXosip_build_publish' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:35:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_publish.h:69:7: note: declared here [ 12s] sal_eXosip2_presence.c:653:2: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2_presence.c:654:2: warning: passing argument 1 of 'eXosip_publish' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:35:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_publish.h:78:7: note: expected 'struct eXosip_t *' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2_presence.c:654:2: warning: passing argument 2 of 'eXosip_publish' from incompatible pointer type [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:35:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_publish.h:78:7: note: expected 'struct osip_message_t *' but argument is of type 'const char *' [ 12s] sal_eXosip2_presence.c:654:2: error: too few arguments to function 'eXosip_publish' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:35:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_publish.h:78:7: note: declared here [ 12s] sal_eXosip2_presence.c:656:2: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] sal_eXosip2_presence.c: In function 'sal_exosip_subscription_recv': [ 12s] sal_eXosip2_presence.c:696:4: error: too few arguments to function 'eXosip_lock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:82:7: note: declared here [ 12s] sal_eXosip2_presence.c:697:4: warning: passing argument 1 of 'eXosip_insubscription_build_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:162:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2_presence.c:697:4: warning: passing argument 3 of 'eXosip_insubscription_build_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:162:7: note: expected 'int' but argument is of type 'struct osip_message_t **' [ 12s] sal_eXosip2_presence.c:697:4: error: too few arguments to function 'eXosip_insubscription_build_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:162:7: note: declared here [ 12s] sal_eXosip2_presence.c:698:4: warning: passing argument 1 of 'eXosip_insubscription_send_answer' makes pointer from integer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:172:7: note: expected 'struct eXosip_t *' but argument is of type 'int' [ 12s] sal_eXosip2_presence.c:698:4: warning: passing argument 3 of 'eXosip_insubscription_send_answer' makes integer from pointer without a cast [enabled by default] [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:172:7: note: expected 'int' but argument is of type 'struct osip_message_t *' [ 12s] sal_eXosip2_presence.c:698:4: error: too few arguments to function 'eXosip_insubscription_send_answer' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:32:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_subscribe.h:172:7: note: declared here [ 12s] sal_eXosip2_presence.c:699:4: error: too few arguments to function 'eXosip_unlock' [ 12s] In file included from /usr/include/eXosip2/eXosip.h:28:0, [ 12s] from sal_eXosip2.h:24, [ 12s] from sal_eXosip2_presence.c:21: [ 12s] /usr/include/eXosip2/eX_setup.h:89:7: note: declared here [ 12s] make[4]: *** [sal_eXosip2_presence.lo] Error 1 [ 14s] make[4]: Leaving directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/coreapi' [ 14s] make[3]: *** [all-recursive] Error 1 [ 14s] make[3]: Leaving directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/coreapi' [ 14s] make[2]: *** [all] Error 2 [ 14s] make[2]: Leaving directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1/coreapi' [ 14s] make[1]: *** [all-recursive] Error 1 [ 14s] make[1]: Leaving directory `/home/abuild/rpmbuild/BUILD/linphone-3.6.1' [ 14s] make: *** [all] Error 2