Hi, You are probably compiling linphone over a libosip that is not supported. The correct version of libosip to compile linphone is libosip2-2.2.2 .
Simon Le mardi 10 avril 2007 12:47, [EMAIL PROTECTED] a écrit : > Hi , > > I am getting one more error while compiling linphone: > > eXosip.c: In function 'eXosip_info_call': > eXosip.c:860: error: too many arguments to function > 'osip_message_set_body' > eXosip.c: In function 'eXosip_initiate_call_with_body': > eXosip.c:896: error: too many arguments to function > 'osip_message_set_body' > eXosip.c: In function 'eXosip_prepare_request_for_auth': > eXosip.c:964: warning: passing argument 1 of 'osip_strdup' makes pointer > from integer without a cast > eXosip.c: In function 'eXosip_initiate_call': > eXosip.c:1197: error: too many arguments to function > 'osip_message_set_body' > eXosip.c: In function 'eXosip_on_hold_call': > eXosip.c:1716: error: too many arguments to function > 'osip_message_set_body' > eXosip.c: In function 'eXosip_off_hold_call': > eXosip.c:1847: error: too many arguments to function > 'osip_message_set_body' > eXosip.c: In function 'eXosip_update_top_via': > eXosip.c:2317: warning: passing argument 1 of 'osip_strdup' makes > pointer from integer without a cast > eXosip.c: In function 'eXosip_build_publish': > eXosip.c:2581: error: too many arguments to function > 'osip_message_set_body' > eXosip.c: In function '_eXosip_transfer_send_notify': > eXosip.c:2932: error: too many arguments to function > 'osip_message_set_body' > make[2]: *** [eXosip.lo] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > your help is appreciated. > > //Tarani > > > -----Original Message----- > > From: > > [EMAIL PROTECTED] > > > [mailto:linphone-users- > > [EMAIL PROTECTED] On Behalf Of > > Kannaiyan > > Sent: Tuesday, April 10, 2007 6:27 AM > > To: [email protected] > > Subject: Re: [Linphone-users] Execution problem > > > > Hi Tarani, > > > > 1. The options which you have set for ./configure is wrong. > > some of the options needs -- instead of -. > > Please check with ./configure to get more help on that. > > > > 2. When you do the build to run on gumstix board, you need to build it > > as > > > static so that it will do build only the necessary function calls, so > > that > > > it will be as a single binary. > > > > Hope this helps. > > > > Best Regards, > > Kannaiyan > > > > > > ----- Original Message ----- > > From: [EMAIL PROTECTED] > > To: [email protected] > > Sent: Thursday, April 05, 2007 7:46 PM > > Subject: [Linphone-users] Execution problem > > > > > > Hi , > > > > I am using linphone-1.4.1, speex-1.1.12, libosip2-2.2.1 . I could > > compile > > > the linphone using speex and libosip without any errors. > > But when I try to execute, i.e ./linphonec, I am getting an error: > > > > Error while loading shared libraries : libosipparser.2.so.3 : cannot > > open > > > shared object file. No such file or directory. > > > > I want to port this binary ( linophonec) on a ARM board ( gumstix > > board). > > > For which I have used the folowing command: > > > > ./configure -host=arm-linux > > -prefix=/home/gumstix-buildroot/build-arm-nofpu/root > > PKG_CONFIG_PATH=/home/speex-1.1.12 -disable -video -disable -shared > > > > When I ported the linphonec binary on the gumstix board and tried to > > execute > > ./linphonec, Iam getting a syntax error mentioned below: > > > > Error : syntax error : "(" unexpected. > > > > Can anybody please help??? > > > > Regards, > > Tarani > > > > The information contained in this electronic message and any > > attachments > > > to > > this message are intended for the exclusive use of the addressee(s) > > and > > > may > > contain proprietary, confidential or privileged information. If you > > are > > > not > > the intended recipient, you should not disseminate, distribute or copy > > this > > e-mail. Please notify the sender immediately and destroy all copies of > > this > > message and any attachments. > > > > WARNING: Computer viruses can be transmitted via email. The recipient > > should > > check this email and any attachments for the presence of viruses. The > > company accepts no liability for any damage caused by any virus > > transmitted > > by this email. > > > > www.wipro.com > > > > > > > > > > > > _______________________________________________ > > Linphone-users mailing list > > [email protected] > > http://lists.nongnu.org/mailman/listinfo/linphone-users > > > > > > > > > > _______________________________________________ > > Linphone-users mailing list > > [email protected] > > http://lists.nongnu.org/mailman/listinfo/linphone-users > > The information contained in this electronic message and any attachments to > this message are intended for the exclusive use of the addressee(s) and may > contain proprietary, confidential or privileged information. If you are not > the intended recipient, you should not disseminate, distribute or copy this > e-mail. Please notify the sender immediately and destroy all copies of this > message and any attachments. > > WARNING: Computer viruses can be transmitted via email. The recipient > should check this email and any attachments for the presence of viruses. > The company accepts no liability for any damage caused by any virus > transmitted by this email. > > www.wipro.com > > > _______________________________________________ > Linphone-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/linphone-users _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
