Install libspeexdsp-dev, re-run configure and make. Thank you for reporting this problem, I'll try to make the configure script more robust to this error.
Simon Le Wednesday 14 January 2009 17:54:57 Günter Grodotzki, vous avez écrit : > I now get a new error: > > libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../include/ -I.. > -I../../oRTP/include -DORTP_INET6 -DINET6 -Wall -O2 -g -pthread > -D_REENTRANT -MT msconf.lo -MD -MP -MF .deps/msconf.Tpo -c msconf.c > -fPIC -DPIC -o .libs/msconf.o > msconf.c:27:36: error: speex/speex_preprocess.h: No such file or directory > msconf.c:55: error: expected specifier-qualifier-list before > ‘SpeexPreprocessState’ > msconf.c: In function ‘channel_init’: > msconf.c:79: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:79: warning: implicit declaration of function > ‘speex_preprocess_state_init’ > msconf.c:80: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:87: warning: implicit declaration of function > ‘speex_preprocess_ctl’ > msconf.c:87: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:87: error: ‘SPEEX_PREPROCESS_SET_DENOISE’ undeclared (first use > in this function) > msconf.c:87: error: (Each undeclared identifier is reported only once > msconf.c:87: error: for each function it appears in.) > msconf.c:92: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:92: error: ‘SPEEX_PREPROCESS_SET_VAD’ undeclared (first use in > this function) > msconf.c:98: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:98: error: ‘SPEEX_PREPROCESS_SET_AGC’ undeclared (first use in > this function) > msconf.c:100: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:100: error: ‘SPEEX_PREPROCESS_SET_AGC_LEVEL’ undeclared (first > use in this function) > msconf.c:109: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:111: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:114: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:114: error: ‘SPEEX_PREPROCESS_SET_DEREVERB’ undeclared (first > use in this function) > msconf.c:116: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:116: error: ‘SPEEX_PREPROCESS_SET_DEREVERB_DECAY’ undeclared > (first use in this function) > msconf.c:118: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:118: error: ‘SPEEX_PREPROCESS_SET_DEREVERB_LEVEL’ undeclared > (first use in this function) > msconf.c: In function ‘channel_uninit’: > msconf.c:126: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:127: warning: implicit declaration of function > ‘speex_preprocess_state_destroy’ > msconf.c:127: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:128: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c: In function ‘conf_sum’: > msconf.c:267: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:270: warning: implicit declaration of function ‘speex_preprocess’ > msconf.c:270: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:295: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:298: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:300: error: ‘Channel’ has no member named ‘speex_pp’ > msconf.c:302: warning: implicit declaration of function > ‘speex_preprocess_estimate_update’ > msconf.c:302: error: ‘Channel’ has no member named ‘speex_pp’ > make[5]: *** [msconf.lo] Error 1 > make[5]: Leaving directory `/usr/src/linphone-svn/mediastreamer2/src' > make[4]: *** [all] Error 2 > make[4]: Leaving directory `/usr/src/linphone-svn/mediastreamer2/src' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory `/usr/src/linphone-svn/mediastreamer2' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/usr/src/linphone-svn/mediastreamer2' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/linphone-svn' > make: *** [all] Error 2 > > > seems to be very similar to: > http://www.mail-archive.com/[email protected]/msg501797.htm >l > > I tried both methods (from svn and via --disable-strict) > > Btw, I forgot to mention my system: Ubuntu 8.10 > > > Thanks for helping. > > Regards, > Günter > > Simon Morlat wrote: > > Hi, > > > > This bug probably appears with very recent version of gcc. > > It is fixed in svn tree. > > Checkout here: > > svn co svn://svn.savannah.nongnu.org/linphone/trunk > > You can also rebuild your tree with adding --disable-strict to configure > > options. > > Thank you for reporting. Seems it's time to make a new release. > > > > Simon > > > > Le Saturday 10 January 2009 23:34:26 Günter Grodotzki, vous avez écrit : > >> during configure I get: > >> configure: WARNING: ortp-0.15.0 breaks compatibility with older > >> releases, because value returned by rtp_session_recvm_with_ts() has > >> changed. See the API documentation in doc/ for further readings. > >> > >> And doing make: > >> cc1: warnings being treated as errors > >> rtpsend.c: In function ‘main’: > >> rtpsend.c:50: error: format not a string literal and no format arguments > >> rtpsend.c:57: error: format not a string literal and no format arguments > >> rtpsend.c:66: error: format not a string literal and no format arguments > >> make[6]: *** [rtpsend.o] Error 1 > >> make[6]: Leaving directory `/usr/src/linphone-3.0.0/oRTP/src/tests' > >> make[5]: *** [all-recursive] Error 1 > >> make[5]: Leaving directory `/usr/src/linphone-3.0.0/oRTP/src/tests' > >> make[4]: *** [all-recursive] Error 1 > >> make[4]: Leaving directory `/usr/src/linphone-3.0.0/oRTP/src' > >> make[3]: *** [all-recursive] Error 1 > >> make[3]: Leaving directory `/usr/src/linphone-3.0.0/oRTP' > >> make[2]: *** [all] Error 2 > >> make[2]: Leaving directory `/usr/src/linphone-3.0.0/oRTP' > >> make[1]: *** [all-recursive] Error 1 > >> make[1]: Leaving directory `/usr/src/linphone-3.0.0' > >> make: *** [all] Error 2 > >> > >> > >> Very similar to this post: > >> http://ubuntuforums.org/showthread.php?p=6454517 > >> > >> > >> _______________________________________________ > >> Linphone-users mailing list > >> [email protected] > >> http://lists.nongnu.org/mailman/listinfo/linphone-users > > _______________________________________________ > Linphone-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/linphone-users _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
