linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] help! make linphone error


From: ????
Subject: [Linphone-developers] help! make linphone error
Date: Sun, 27 Oct 2013 16:39:04 +0800

ear:
    i am use mingw build linphone-3.6.1.
    but this error i can not sovle it,can you help? thank you very much.

    $ make
if test "`git describe --always`" != "" ; then \
                /bin/echo -n "#define LIBLINPHONE_GIT_VERSION \"`git describe --
always`\"" > liblinphone_gitversion.h.tmp ; \
        elif test "`git rev-parse HEAD`" != "" ; then \
                /bin/echo -n "#define LIBLINPHONE_GIT_VERSION \"3.6.1_`git rev-p
arse HEAD`\"" > liblinphone_gitversion.h.tmp ; \
        else \
                /bin/echo -n "" > liblinphone_gitversion.h.tmp ; \
        fi
/bin/sh: git: command not found
/bin/sh: line 2: git: command not found
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[1]: Entering directory `/d/source/linphone-3.6.1/linphone-3.6.1/coreapi'
Making all in .
make[2]: Entering directory `/d/source/linphone-3.6.1/linphone-3.6.1/coreapi'
if test "`git describe --always`" != "" ; then \
                /bin/echo -n "#define LIBLINPHONE_GIT_VERSION \"`git describe --
always`\"" > liblinphone_gitversion.h.tmp ; \
        elif test "`git rev-parse HEAD`" != "" ; then \
                /bin/echo -n "#define LIBLINPHONE_GIT_VERSION \"3.6.1_`git rev-p
arse HEAD`\"" > liblinphone_gitversion.h.tmp ; \
        else \
                /bin/echo -n "" > liblinphone_gitversion.h.tmp ; \
        fi
/bin/sh: git: command not found
/bin/sh: line 2: git: command not found
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 ;
  CCLD   test_lsd.exe
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: cannot fin
d C:/MinGW/msys/1.0/lib: Permission denied
collect2.exe: error: ld returned 1 exit status
make[2]: *** [test_lsd.exe] Error 1
make[2]: Leaving directory `/d/source/linphone-3.6.1/linphone-3.6.1/coreapi'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/d/source/linphone-3.6.1/linphone-3.6.1/coreapi'
make: *** [all] Error 2

                             gujing


reply via email to

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