linphone-developers
[Top][All Lists]
Advanced

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

Re: [Linphone-developers] Python API Compilation problems


From: Ghislain MARY
Subject: Re: [Linphone-developers] Python API Compilation problems
Date: Tue, 2 Feb 2016 16:45:17 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Hi Loïc,

You need to build the speex library from the linphone branch of the git://git.linphone.org/speex.git repository.

Cheers,
Ghislain

On 02/02/2016 16:10, Loïc Maudou wrote:
Hi,
I'm trying to compile python API for a raspberry pi 2 working with archlinux with video display support (I heard the already compiled version cannot display video).
I'm using cross compilation from an Archlinux computer using a toolchain generated by crosstool-ng.
I did manage to finish the process, but I get this strange warning during pylinphone configuration:

nm: « linphone »: pas de tel fichier (means "No such file" in french)
nm: « mediastreamer_base »: pas de tel fichier
nm: « mediastreamer_voip »: pas de tel fichier
nm: « ortp »: pas de tel fichier
nm: « bzrtp »: pas de tel fichier
nm: « bellesip »: pas de tel fichier
nm: « linphone »: pas de tel fichier
nm: « mediastreamer_base »: pas de tel fichier
nm: « mediastreamer_voip »: pas de tel fichier
nm: « ortp »: pas de tel fichier
nm: « bzrtp »: pas de tel fichier
nm: « bellesip »: pas de tel fichier

The installation of the wheel package works, but when I try to import linphone, I get this error message :

>>> from linphone import *
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/linphone/__init__.py", line 1, in <module>
    from linphone import *
ImportError: /usr/lib/python2.7/site-packages/linphone/linphone.so: undefined symbol: speex_echo_state_blob_get_data
b_get_data

It looks like the librairy where not used by pylinphone... I've been looking for the cause those 3 days but did not manage to find it...

Thanks in advance for your help !

Loïc


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


reply via email to

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