zf8848 / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Fails to build from source on linux #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to build libjingle 0.4

What is the expected output? What do you see instead?
if /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I. -I. -I../../..  -DPOSIX -D_REENTRANT -DORTP_INET6   
-I../../../talk/third_party/mediastreamer -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/include -I/usr/include/speex  -g -O2
-MT linphonemediaengine.lo -MD -MP -MF ".deps/linphonemediaengine.Tpo" -c
-o linphonemediaengine.lo linphonemediaengine.cc; \
        then mv -f ".deps/linphonemediaengine.Tpo"
".deps/linphonemediaengine.Plo"; else rm -f
".deps/linphonemediaengine.Tpo"; exit 1; fi
linphonemediaengine.cc: In member function 'virtual void
cricket::LinphoneMediaChannel::SetCodecs(const std::vector<Codec,
std::allocator<Codec> >&)':
linphonemediaengine.cc:83: error: 'speex_wb' was not declared in this scope
linphonemediaengine.cc:85: error: 'speex_nb' was not declared in this scope
linphonemediaengine.cc:91: error: 'pcmu8000' was not declared in this scope
linphonemediaengine.cc:93: error: 'telephone_event' was not declared in
this scope

What version of the product are you using? On what operating system?
svn info
Path: .
URL: http://libjingle.googlecode.com/svn/trunk
Repository Root: http://libjingle.googlecode.com/svn
Repository UUID: 71106dab-8519-0410-9389-e36bf2bdbbd6
Revision: 7
Node Kind: directory
Schedule: normal
Last Changed Author: seanegan
Last Changed Rev: 7
Last Changed Date: 2007-02-08 01:08:50 +0300 (Thu, 08 Feb 2007)

On Debian Linux etch.
Please provide any additional information below.

Original issue reported on code.google.com by aleksand...@gmail.com on 3 Jan 2008 at 9:00

GoogleCodeExporter commented 9 years ago
And I do not see any sign of declarations for these symbols...

Original comment by aleksand...@gmail.com on 3 Jan 2008 at 9:02

GoogleCodeExporter commented 9 years ago
I am getting the same error when I am trying to compile it on my Ubuntu linux 
machine.
I am using libjingle 0.4

Original comment by chetan.n...@gmail.com on 19 Jan 2008 at 11:05

GoogleCodeExporter commented 9 years ago
Some of the patches in the above issues should resolve these problems.

Original comment by mattwinter on 22 Jan 2008 at 6:51

GoogleCodeExporter commented 9 years ago
I am still facing the same problem while trying to compile libjingle-0.4.0. I 
am 
using Kubuntu on x86_64. I have installed linphone2, linphone2-dev, 
liggtk2.0-dev 
and since I am using gcc 4.2.3 I had to make changes to source mentioned at 
http://
groups.google.com/group/google-talk-open/browse_thread/thread/bf92d054c144f167 
Ater all this, follwing is the list of errors I get:

=========================
linphonemediaengine.cc: In member function 'virtual void 
cricket::LinphoneMediaChannel::SetCodecs(const std::vector<Codec, 
std::allocator<Codec> >&)':
linphonemediaengine.cc:83: error: 'speex_wb' was not declared in this scope
linphonemediaengine.cc:85: error: 'speex_nb' was not declared in this scope
linphonemediaengine.cc:91: error: 'pcmu8000' was not declared in this scope
linphonemediaengine.cc:93: error: 'telephone_event' was not declared in this 
scope
linphonemediaengine.cc:100: warning: deprecated conversion from string constant 
to 
'char*'
linphonemediaengine.cc:109: warning: deprecated conversion from string constant 
to 
'char*'
linphonemediaengine.cc: In member function 'virtual bool 
cricket::LinphoneMediaEngine::FindCodec(const Codec&)':
linphonemediaengine.cc:117: error: 'telephone_event' was not declared in this 
scope
linphonemediaengine.cc:120: error: 'speex_wb' was not declared in this scope
linphonemediaengine.cc:122: error: 'speex_nb' was not declared in this scope
linphonemediaengine.cc: In member function 'virtual bool 
cricket::LinphoneMediaEngine::Init()':
linphonemediaengine.cc:174: error: 'speex_wb' was not declared in this scope
linphonemediaengine.cc:175: error: 'speex_nb' was not declared in this scope
linphonemediaengine.cc:184: error: 'pcmu8000' was not declared in this scope
linphonemediaengine.cc:185: error: 'telephone_event' was not declared in this 
scope

=========================

Original comment by sriharsh...@gmail.com on 10 Aug 2008 at 1:18

GoogleCodeExporter commented 9 years ago
Closing out old issues.

Original comment by pthatc...@google.com on 3 Nov 2010 at 7:26