linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] It mst has a git repository when compiling linphon


From: hero-zhang
Subject: [Linphone-developers] It mst has a git repository when compiling linphone for desktop?
Date: Thu, 4 Sep 2014 08:35:01 +0800

I download linphone source code by IE directly,and running configure is OK,but here are some fatal erroe about git when making,why?by the way,are here chinese,I want to discus with them by chinese ,my engish is so pool.
make[3]: Entering directory `/usr/src/linphone/linphone-3.7.0/linphone-3.7.0/coreapi'
Making all in .
make[4]: Entering directory `/usr/src/linphone/linphone-3.7.0/linphone-3.7.0/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
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 ;
  CC     remote_provisioning.lo
cc1: warnings being treated as errors

reply via email to

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