I am running into an new error when compiling the linphone, I am getting this error
make[4]: Entering directory `/home/cepayne/linphone-3.4.2/mediastreamer2/tests' /bin/sh ../libtool --tag=CC --mode=link gcc -I.. -I../../oRTP/include -DORTP_INET6 -DINET6 -Wall -O2 -g -Werror -pthread -D_REENTRANT -rdynamic -o mediastream mediastream.o ../src/libquickstream.la ../src/libmediastreamer.la ../../oRTP/src/libortp.la -lasound -L/usr/local/lib -lspeex ../../gsmlib/libgsm.la -pthread -lpthread -lrt -ldl gcc -I.. -I../../oRTP/include -DORTP_INET6 -DINET6 -Wall -O2 -g -Werror -pthread -D_REENTRANT -rdynamic -o .libs/mediastream mediastream.o -pthread ../src/.libs/libquickstream.so ../src/.libs/libmediastreamer.so ../../oRTP/src/.libs/libortp.so -lasound -L/usr/local/lib /usr/local/lib/libspeex.so ../../gsmlib/.libs/libgsm.a -lpthread -lrt -ldl -Wl,--rpath -Wl,/usr/local/lib ../src/.libs/libmediastreamer.so: undefined reference to `speex_echo_state_reset' ../src/.libs/libmediastreamer.so: undefined reference to `speex_echo_ctl' ../src/.libs/libmediastreamer.so: undefined reference to `speex_preprocess_state_init' ../src/.libs/libmediastreamer.so: undefined reference to `speex_echo_state_destroy' ../src/.libs/libmediastreamer.so: undefined reference to `speex_preprocess' ../src/.libs/libmediastreamer.so: undefined reference to `speex_echo_cancel' ../src/.libs/libmediastreamer.so: undefined reference to `speex_echo_state_init' ../src/.libs/libmediastreamer.so: undefined reference to `speex_preprocess_state_destroy' collect2: ld returned 1 exit status make[4]: *** [mediastream] Error 1 make[4]: Leaving directory `/home/cepayne/linphone-3.4.2/mediastreamer2/tests' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/cepayne/linphone-3.4.2/mediastreamer2' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/cepayne/linphone-3.4.2/mediastreamer2' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/cepayne/linphone-3.4.2' make: *** [all] Error 2 This is how I set up my config ./configure SPEEX_CFLAGS="-L/usr/local/include -lspeex" SPEEX_LIBS="-L/usr/local/lib -lspeex" --without--ffmpeg --disable-video -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Dragos D Sent: Tuesday, March 15, 2011 6:50 PM To: [email protected] Subject: Re: [Linphone-users] Getting an error while compiling Linphone There is also /usr/lib/libspeexdsp.so On Tue, Mar 15, 2011 at 6:24 PM, Chuck Payne <[email protected]> wrote: > I am pass that error, but I am getting error now about speex not being > installed. I have installed under /usr/local, I have add this to my configure > > ./configure --disable-video SPEEX_CFLAG=/usr/local/include > SPEEX_LIBS=/usr/local/lib/libspeex.so > > I think my SPEEX_CFLAG and SPEEX_LIBS are wrong. > > Any clue now to what I am doing wrong. > > Chuck > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On > Behalf Of Chuck Payne > Sent: Tuesday, March 15, 2011 5:17 PM > To: [email protected] > Subject: RE: [Linphone-users] Getting an error while compiling Linphone > > Nope that didn't do it. > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On > Behalf Of Dragos D > Sent: Tuesday, March 15, 2011 4:51 PM > To: [email protected] > Subject: Re: [Linphone-users] Getting an error while compiling Linphone > > The Makefile must be somewhere... > You may also try ./configure --enable-strict=no, but I don't know if > that is an option. > > > > On Tue, Mar 15, 2011 at 4:34 PM, Chuck Payne <[email protected]> > wrote: >> What file are you taking about, I don't see that the Makefile >> >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On >> Behalf Of Dragos D >> Sent: Tuesday, March 15, 2011 4:27 PM >> To: [email protected] >> Subject: Re: [Linphone-users] Getting an error while compiling Linphone >> >> ... like take the -Werror out from the makefile >> >> _______________________________________________ >> 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 > > > > _______________________________________________ > 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 _______________________________________________ Linphone-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/linphone-users
