linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] help with linphone (fom git-151013 ) build fai


From: sibu
Subject: Re: [Linphone-developers] help with linphone (fom git-151013 ) build failure
Date: Wed, 16 Oct 2013 13:45:40 +0100
User-agent: KMail/1.13.5 (Linux/3.1.4nbfARAID; KDE/4.4.5; x86_64; ; )

On Wednesday 16 October 2013 08:06:21 Ghislain MARY wrote:
> Hi,
> 
> It looks like your mediastreamer2 is not up-to-date. Have you clone the
> git repository recursively?
> 
Thanks for your kind and prompt response.

I updated both mediastreamer and ortp  from the  linphone git repository.  Now 
running make for linphone (also from the git repo ) ends like so:-

#--------------------------
make[4]: Entering directory `/home/sibu/linphone_GIT151013/coreapi'
  CC       linphonecore.lo
  CC       offeranswer.lo
  CC       sal.lo
  CC       callbacks.lo
  CC       misc.lo
  CC       address.lo
  CC       enum.lo
  CC       presence.lo
  CC       proxy.lo
  CC       friend.lo
  CC       authentication.lo
  CC       lpconfig.lo
  CC       chat.lo
  CC       linphonecall.lo
  CC       sipsetup.lo
  CC       siplogin.lo
  CC       lsd.lo
  CC       ec-calibrator.lo
  CC       conference.lo
  CC       message_storage.lo
  CC       info.lo
  CC       event.lo
  CC       sal_address_impl.lo
  CC       sal_impl.lo
bellesip_sal/sal_impl.c: In function 'sal_enable_unconditional_answer':
bellesip_sal/sal_impl.c:852:2: error: implicit declaration of function 
'belle_sip_provider_enable_unconditional_answer' [-Werror=implicit-function-
declaration]
  belle_sip_provider_enable_unconditional_answer(sal->prov,value);
  ^
cc1: all warnings being treated as errors
make[4]: *** [sal_impl.lo] Error 1
make[4]: Leaving directory `/home/sibu/linphone_GIT151013/coreapi'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/sibu/linphone_GIT151013/coreapi'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/sibu/linphone_GIT151013/coreapi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sibu/linphone_GIT151013'
make: *** [all] Error 2

#--------------------------

help/advice would be appreciated

sincerely
sibu

> On 15/10/2013 22:24, sibu wrote:
> > Greetings,
> > 
> > I am attempting to build linphone from git   (fetehced today ) on a  
> > computer with these:-
> > --cpu amd64
> > --os blfsLinux 64bit ; gcc-4.8.1 ; linux-3.10.9
> > --linphone dependencies   (ll including belle-sip feched from git )
> > 
> > 
> > make ends like so:-
> > ########################
> > Making all in coreapi
> > make[2]: Entering directory `/home/sibu/linphone_GIT151013/coreapi'
> > if test "`cd ..&&  git describe --always`" != "" ; then \
> > 
> >     if test "`cd ..&&  git describe --abbrev=0`" != "3.6.99" ; then \
> >     
> >             echo "*** PACKAGE_VERSION and git tag differ. Please put them
> > 
> > identical."; \
> > 
> >             exit 1; \
> >     
> >     fi ; \
> >     /bin/echo -n "#define LIBLINPHONE_GIT_VERSION \"`cd ..&&  git describe
> >     --
> > 
> > always`\"">  liblinphone_gitversion.h.tmp ; \
> > elif test "`cd ..&&  git rev-parse HEAD`" != "" ; then \
> > 
> >     /bin/echo -n "#define LIBLINPHONE_GIT_VERSION \"3.6.99_`cd ..&&  git
> >     rev-
> > 
> > parse HEAD`\"">  liblinphone_gitversion.h.tmp ; \
> > else \
> > 
> >     /bin/echo -n "">  liblinphone_gitversion.h.tmp ; \
> > 
> > fi
> > 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/sibu/linphone_GIT151013/coreapi'
> > Making all in .
> > make[4]: Entering directory `/home/sibu/linphone_GIT151013/coreapi'
> > 
> >    CC       linphonecore.lo
> > 
> > linphonecore.c:5056:6: error: 'MS_VIDEO_SIZE_UXGA_W' undeclared here (not
> > in a function)
> > 
> >    { { MS_VIDEO_SIZE_UXGA_W, MS_VIDEO_SIZE_UXGA_H } , "uxga" },
> >    
> >        ^
> > 
> > linphonecore.c:5056:28: error: 'MS_VIDEO_SIZE_UXGA_H' undeclared here
> > (not in a function)
> > 
> >    { { MS_VIDEO_SIZE_UXGA_W, MS_VIDEO_SIZE_UXGA_H } , "uxga" },
> >    
> >                              ^
> > 
> > linphonecore.c:5057:6: error: 'MS_VIDEO_SIZE_SXGA_MINUS_W' undeclared
> > here (not in a function)
> > 
> >    { { MS_VIDEO_SIZE_SXGA_MINUS_W, MS_VIDEO_SIZE_SXGA_MINUS_H } , "sxga-"
> >    },
> >    
> >        ^
> > 
> > linphonecore.c:5057:34: error: 'MS_VIDEO_SIZE_SXGA_MINUS_H' undeclared
> > here (not in a function)
> > 
> >    { { MS_VIDEO_SIZE_SXGA_MINUS_W, MS_VIDEO_SIZE_SXGA_MINUS_H } , "sxga-"
> >    },
> >    
> >                                    ^
> > 
> > make[4]: *** [linphonecore.lo] Error 1
> > make[4]: Leaving directory `/home/sibu/linphone_GIT151013/coreapi'
> > make[3]: *** [all-recursive] Error 1
> > make[3]: Leaving directory `/home/sibu/linphone_GIT151013/coreapi'
> > make[2]: *** [all] Error 2
> > make[2]: Leaving directory `/home/sibu/linphone_GIT151013/coreapi'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/sibu/linphone_GIT151013'
> > 
> > 
> > ######################
> > 
> > help/advice would be apreciated
> > 
> > 
> > sincerely
> > sibu
> > 
> > _______________________________________________
> > Linphone-developers mailing list
> > address@hidden
> > https://lists.nongnu.org/mailman/listinfo/linphone-developers
> 
> _______________________________________________
> 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]