linphone-users
[Top][All Lists]
Advanced

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

Re: [Linphone-users] Ubuntu 14.04 compile issue


From: Matthias Peter Walther
Subject: Re: [Linphone-users] Ubuntu 14.04 compile issue
Date: Sun, 15 Mar 2015 22:03:45 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Sorry, send to early, here the completed email:

Hello Simon,

thanks for your reply.

I cloned belle-sip and ran ./autogen.sh, ./configure, make, sudo make install. All ran without errors.

make install told me, the library was copied to:  /usr/local/lib

But linphone doesn't find the linking, obviously. Tried with -W but doesn't work.

Still this:
make[4]: Verzeichnis »/home/mpw/gits/linphone/coreapi« wird betreten
if test -n "`cd .. && git log -1 --pretty=format:%H configure.ac`" ; then  \
        if test "`cd .. && git describe --always`" != "" ; then \
            if test "`cd .. && git describe --abbrev=0`" != "3.8.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.8.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 ; \
        rm -f ./liblinphone_gitversion.h.tmp ; \
    fi
  CC       lime.lo
lime.c:4:26: fatal error: polarssl/gcm.h: No such file or directory
 #include "polarssl/gcm.h"
                          ^
compilation terminated.
make[4]: *** [lime.lo] Fehler 1
make[4]: Verzeichnis »/home/mpw/gits/linphone/coreapi« wird verlassen
make[3]: *** [all-recursive] Fehler 1
make[3]: Verzeichnis »/home/mpw/gits/linphone/coreapi« wird verlassen
make[2]: *** [all] Fehler 2
make[2]: Verzeichnis »/home/mpw/gits/linphone/coreapi« wird verlassen
make[1]: *** [all-recursive] Fehler 1
make[1]: Verzeichnis »/home/mpw/gits/linphone« wird verlassen
make: *** [all] Fehler 2

Thanks for reading.

Greetings from Germany
Matthias


On 15.03.2015 17:55, Simon MORLAT wrote:
Hi,

Your belle-sip version is too old. 1.4.0 is required for linphone-3.8.

Regards,

Simon


2015-03-14 13:23 GMT+01:00 Matthias Peter Walther <address@hidden>:
Hello,

I'm having troubles to compile linphone 3.8 for Ubuntu 14.04. I'm trying
to upgrade as linphone 3.6.1 from the official repo is unusuable due to
heavy noise in the line when I speak. My call partners don't understand me.

So I'm trying with 3.8. Everything runs fine till make. Error log attached.

Greetings from Germany
Matthias Walther



_______________________________________________
Linphone-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-users




--
Simon Morlat, manager and co-founder
Belledonne-Communications SARL
http://www.belledonne-communications.com
Phone  +33 952636505        
 



reply via email to

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