jakesays-old / webrtc2sip

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

duplicate symbol when building in MAC OSX 10.8.5 #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
cd doubango && ./autogen.sh && ./configure --with-ssl --with-srtp 
--with-speexdsp
make && make install

What is the expected output? What do you see instead?
Expected : compile
Instead : Error : 
duplicate symbol _tdav_speex_denoise_plugin_def_t in:
    .libs/libtinyDAV_la-tdav.o
    .libs/libtinyDAV_la-tdav_speex_denoise.o
duplicate symbol _tdav_speex_resampler_plugin_def_t in:
    .libs/libtinyDAV_la-tdav.o
    .libs/libtinyDAV_la-tdav_speex_resampler.o
ld: 2 duplicate symbols for architecture x86_64

What version of the product are you using? On what operating system?
Last build + OSX 10.8.5 + XCode 5 + speex-1.2rc1 (same error with beta 3) + 
openssl-1.0.1e

Please provide server logs with DEBUG level equal to INFO

Please provide browser logs

Original issue reported on code.google.com by Desnos.B...@gmail.com on 13 Oct 2013 at 4:40

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 13 Dec 2014 at 6:01