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: Ghislain MARY
Subject: Re: [Linphone-developers] help with linphone (fom git-151013 ) build failure
Date: Wed, 16 Oct 2013 09:06:21 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130116 Icedove/10.0.12

Hi,

It looks like your mediastreamer2 is not up-to-date. Have you clone the git repository recursively?

Cheers,
Ghislain

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




reply via email to

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