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 post as a reply. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "google-talk-open" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-talk-open?hl=en -~----------~----~----~----~------~----~------~--~---
