linphone-developers
[Top][All Lists]
Advanced

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

[Linphone-developers] cross-compiling linphone on arm - error with exosi


From: Haomiao Huang
Subject: [Linphone-developers] cross-compiling linphone on arm - error with exosip
Date: Thu, 17 Jan 2013 18:10:07 -0800

Hi
I'm trying to cross-compile linphone for arm, but getting the following error message when running configure:

checking for OSIP... yes
checking eXosip2/eXosip.h usability... yes
checking eXosip2/eXosip.h presence... yes
checking for eXosip2/eXosip.h... yes
checking for eXosip_set_tls_ctx in -leXosip2... no
configure: error: Could not find eXosip2 library with version >= 3.5.0 !

I'm running configure with the following arguments:

./configure --prefix=$PREFIX --host=$HOSTTPL --with-gnu-ld \
        --disable-static --disable-glib --enable-gtk_ui=no \
        --disable-x11 --disable-libv4l \
        --with-osip=$INSTALLDIR/usr/local \
        --with-readline=$INSTALLDIR/usr/local \
        SPEEX_CFLAGS="-I$INSTALLDIR/usr/local/include" \
        SPEEX_LIBS="-L$INCLUDEDIR/usr/local/lib -lspeex"

with INSTALLDIR, PREFIX, HOSTTPL set according to 

export PREFIX=/usr/local
export HOSTTPL=arm-none-linux-gnueabi
export INSTALLDIR=~/Kuna/linphone-arm/install

which I've backed out from looking at the instructions from this site: http://embedfun.blogspot.com/2011/08/cross-compiling-linphone2.html and the README.arm, which doesn't even mention exosip2. However it doesn't seem to be possible to compile without exosip2, so I am at a loss.

I have cross-compiled osip and exosip and installed them, and the includes and libraries show up appropriately in the install directory. But the linphone configure can't seem to find it, even though it finds the header just fine. 

Is there anyone have experience with linphone on arm who can help me with this? Would really appreciate it. Thanks!

-haomiao


reply via email to

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