10 messages in com.googlegroups.google-talk-openRe: compiling call example problems
FromSent OnAttachments
harry13 Nov 2007 13:08 
Matt14 Nov 2007 10:20 
harry15 Nov 2007 02:52 
Matt15 Nov 2007 06:58 
harry15 Nov 2007 12:46 
Matt16 Nov 2007 05:50 
Matt16 Nov 2007 12:23 
harry18 Nov 2007 02:42 
Matt19 Nov 2007 05:32 
harry24 Nov 2007 15:41 
Subject:Re: compiling call example problems
From:harry (arij@gmail.com)
Date:11/15/2007 02:52:24 AM
List:com.googlegroups.google-talk-open

Hi Matt

I am pretty sure that I am using the ortp (0.7.1) library. Actually I followed the guide from

http://www.francisrobichaud.com/index.php/2007/05/22/guide-to-compiling-libjingle-040

and used exactly the same libraries as mentioned in this site. Nevertheless I will check again the versions of all the libs I am using.

Regarding the version of libs, I still have a query. How do I check which version of a particular library I have currently installed and using?? For eg. for gcc I can call "gcc --version" on the commandline but it cannot be done for development libs that I have installed on the machine. Sorry for asking this question but I am a newbie in Linux world.

Thanks for ur reply.

Regards Harry

On Nov 14, 7:21 pm, Matt <matt@gmail.com> wrote:

Hi harry,

libcricketsessionphone.a(linphonemediaengine.o): In function `operator==<char, std::char_traits<char>, std::allocator<char> >': /usr/local/lib/gcc/i686-pc-linux-gnu/4.0.0/../../../../include/c++/ 4.0.0/bits/basic_string.h:2140: undefined reference to `speex_wb'

and later on:

/projects/libjingle-0.4.0/talk/session/phone/linphonemediaengine.cc: 184: undefined reference to `pcmu8000'

I believe the problem with your build is that you are using a newer version of the ortp library than libjingle was meant for. you have two options: downgrade to an earlier version of ortp (0.7.1), or apply a few patches to the libjingle source so that you can use the newer (newest?) version.

If you check out issue #2 for libjingle (http://code.google.com/p/ libjingle/issues/list), somebody has posted a tar.gz file with the patches applied.. A patch file would be nicer, which I will attempt to