linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] linpnone-3.6.1 wont compile


From: Guillaume Beraudo
Subject: Re: [Linphone-developers] linpnone-3.6.1 wont compile
Date: Wed, 2 Oct 2013 14:40:23 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Hi,

I was a bit too fast sending an answer...

Exosip 4.0 is not supported by linphone.


Guillaume


On Wed, Oct 02, 2013 at 12:14:35PM +0100, lux-integ wrote:
> Greetings 
> 
> I am attempting to compile linpnone-3.6.1. on a computer with these:
> 
> --cpu amd64 3 cores
> --OS 64bit cblfs linux-3.10.10, gcc-4.8.1, glibc2.17, mediastreamer-2.9.0
> --AND these:-
> (libosip2-4.00, 
> lixXosip2-4.00, 
> libmtp-1.1.6
> srtp-1.4.4
> libzrtpcpp-2.3.4
> ortp-0.22.0
> ccrtp-2.0.6
> ucommon-6.0.7)
> 
> I passed the following options to configuire:-
> 
> ./configure \
> --sysconfdir=/etc \
> --localstatedir=/var \
> --mandir=/usr/share/man \
> --enable-gtk_ui=yes \
> --enable-date  \
> --enable-ipv6 \
> --enable-truespeech \
> --enable-rsvp  \
> --enable-ssl  \
> --enable-video \
> --with-ffmpeg=/path/to/ffmpeg  \
> --enable-alsa \
> --enable-portaudio  \
> --enable-external-mediastreamer \
> --with-osip=/usr \
> 
> I have experimented with the configure options and  make only progresses with 
> the '--enable-external-mediastreamer' option.
> 
> 
> #---------- AND then make ends like so:-
> Generating file member index...
> Generating example index...
> finalizing index lists...
> lookup cache used 1609/65536 hits=14894 misses=1685
> finished...
> cd ./doc/html/ && tar cf html.tar *
> make[4]: Leaving directory `/home/linteg/linphone-3.6.1/oRTP'
> make[3]: Leaving directory `/home/linteg/linphone-3.6.1/oRTP'
> make[2]: Leaving directory `/home/linteg/linphone-3.6.1/oRTP'
> Making all in coreapi
> make[2]: Entering directory `/home/linteg/linphone-3.6.1/coreapi'
> if test "`git describe --always`" != "" ; then \
>       /bin/echo -n "#define LIBLINPHONE_GIT_VERSION \"`git describe --
> always`\"" > liblinphone_gitversion.h.tmp ; \
> elif test "`git rev-parse HEAD`" != "" ; then \
>       /bin/echo -n "#define LIBLINPHONE_GIT_VERSION \"3.6.1_`git rev-parse 
> HEAD`\"" > liblinphone_gitversion.h.tmp ; \
> else \
>       /bin/echo -n "" > liblinphone_gitversion.h.tmp ; \
> fi
> fatal: Not a git repository (or any of the parent directories): .git
> fatal: Not a git repository (or any of the parent directories): .git
> if test ! -f ./liblinphone_gitversion.h ; then \
>       cp -f liblinphone_gitversion.h.tmp ./liblinphone_gitversion.h ; \
> fi
> if test "`cat liblinphone_gitversion.h.tmp`" != "`cat 
> ./liblinphone_gitversion.h`" ; then \
>       cp -f liblinphone_gitversion.h.tmp ./liblinphone_gitversion.h ; \
> fi
> rm -f liblinphone_gitversion.h.tmp ;
> make  all-recursive
> make[3]: Entering directory `/home/linteg/linphone-3.6.1/coreapi'
> Making all in .
> make[4]: Entering directory `/home/linteg/linphone-3.6.1/coreapi'
>   CC     linphonecore.lo
>   CC     offeranswer.lo
>   CC     sal.lo
>   CC     sal_eXosip2.lo
> sal_eXosip2.c: In function 'sal_get_default_local_ip':
> sal_eXosip2.c:49:2: error: passing argument 1 of 'eXosip_guess_localip' makes 
> pointer from integer without a cast [-Werror]
>   if (eXosip_guess_localip(address_family,ip,iplen)<0){
> 
> 
> ------####  and a lot  of similar lines   (ommitted here for brevity )
> ------####  until:-
> 
> In file included from /usr/include/eXosip2/eXosip.h:28:0,
>                  from sal_eXosip2.h:24,
>                  from sal_eXosip2.c:23:
> /usr/include/eXosip2/eX_setup.h:89:7: note: declared here
>    int eXosip_unlock (struct eXosip_t *excontext);
>        ^
> cc1: all warnings being treated as errors
> make[4]: *** [sal_eXosip2.lo] Error 1
> make[4]: Leaving directory `/home/linteg/linphone-3.6.1/coreapi'
> make[3]: *** [all-recursive] Error 1
> #---------- 
> 
> 
> advice would be appreciated,
> 
> 
> Yours sincerely
> luxInteg
> ps if this is the wrong list and the users-list more appropriate,
>  guidance would be appreciated
> 
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/linphone-developers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]