linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] help with linphone (fom git-151013 ) build failure


From: sibu
Subject: [Linphone-developers] help with linphone (fom git-151013 ) build failure
Date: Tue, 15 Oct 2013 21:24:34 +0100
User-agent: KMail/1.13.5 (Linux/3.1.4nbfARAID; KDE/4.4.5; x86_64; ; )

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



reply via email to

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