On So 21. November 2009 23:20:57 Dâniel Fraga wrote: > On Sat, 21 Nov 2009 12:32:57 +0100 > Pali Rohár <pali.ro...@gmail.com> wrote: > > > This patch use external google libjingle call application > > (googletalk-call). Now it is imported from google svn repository to > > kopete-jabber. It start automatically after kopete-jabber > > Pali, I tried to compile the IBL dependency, but it seems to > have a problem with libtool. Do you know how to solve this? It seems to be > trivial: > > fr...@tux ~/src/msilbc-2.0.0$ make > /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -march=native -pipe > -floop-interchange -floop-strip-mine -floop-block -ftree-loop-linear > -ftree-loop-distribution -Wall -Werror -D_REENTRANT -DORTP_INET6 > -I/usr/local/include -L/usr/local/ssl/lib -L/usr/local/BerkeleyDB/lib > -rdynamic -o libmsilbc.la -rpath NONE/lib/mediastreamer/plugins ilbc.lo > -lilbc -L/usr/local/lib -lmediastreamer -lortp -lpthread -lssl -lcrypto > libtool: link: only absolute run-paths are allowed > make: *** [libmsilbc.la] Error 1 > > Thanks. > >
You can download and compile iLBC library for google libjingle using this commands: $ wget http://mirror.lihnidos.org/GNU/savannah/linphone/plugins/sources/msilbc-2.0.0.tar.gz $ tar -xf msilbc-2.0.0.tar.gz $ tar -xf msilbc-2.0.0/ilbc-rfc3951.tar.gz $ cd ilbc-rfc3951 $ ./autogen.sh $ autoreconf -i -f $ ./configure --prefix=/usr --enable-shared=yes --enable-static=yes $ make $ sudo make install This works for me fine. You dont need msilbc but you need ilbc (it is included in msilbc package). -- Pali Rohár pali.ro...@gmail.com
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ kopete-devel mailing list kopete-devel@kde.org https://mail.kde.org/mailman/listinfo/kopete-devel