linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] git pull does not compile


From: William Mitchell Jr
Subject: [Linphone-developers] git pull does not compile
Date: Sun, 9 Mar 2014 16:22:47 -0400

Hi,

My latest git pull does not compile on Debian/Sid x86.
I have run:
aptitude purge libortp-dev
and get the same compile-time error.

Halts with this error:

make[3]: Entering directory `/home/xxx/src/linphone/coreapi'
Making all in .
make[4]: Entering directory `/home/xxx/src/linphone/coreapi'
if test "`cd .. && git describe --always`" != "" ; then \
if test "`cd .. && git describe --abbrev=0`" != "3.7.0" ; 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.7.0_`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
  CC       offeranswer.lo
  CC       sal.lo
rm -f liblinphone_gitversion.h.tmp ;
  CC       callbacks.lo
  CC       misc.lo
  CC       address.lo
misc.c: In function 'linphone_core_run_stun_tests':
misc.c:405:3: error: implicit declaration of function 'ortp_gettimeofday' [-Werror=implicit-function-declaration]
   ortp_gettimeofday(&init,NULL);
   ^
cc1: all warnings being treated as errors
make[4]: *** [misc.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/home/xxx/src/linphone/coreapi'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/xxx/src/linphone/coreapi'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/xxx/src/linphone/coreapi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/xxx/src/linphone'
make: *** [all] Error 2

William


reply via email to

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