On 12/25/07, wsycqyz <[EMAIL PROTECTED]> wrote: > ----> So I upgrade autoconf to 2.60 and run autoreconf -fi. The error > doesn't come out. Is upgrading to 2.60 OK? > > Then I run ./configure, and this comes out: > checking for libspandsp >= 0.0.2pre26... not found > checking if speex dsp usage is enabled... no > ./configure: line 26449: syntax error near unexpected token `SPEEX,' > ./configure: line 26449: ` PKG_CHECK_MODULES(SPEEX,' > > ---->I guess this problem is about the version of automake, autoconf and > aclocal. May be I was wrong. Any idea? Thanks!
No, this seems like a problem with our configure scripts. They does not check is pkg-config is present on build system or not. You could either comment out checking for speex in configure.ac or install pkg-config. -- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
