*** Re-sending this so it gets on-list -- I was sending this from a non-list approved address originally ***
---------- Forwarded message ---------- From: Keith Kyzivat <[EMAIL PROTECTED]> Date: Dec 28, 2007 11:53 PM Subject: Re: [sipxtapi-dev] Linux compilation problem for Re10430 To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Cc: Alexander Chemeris <[EMAIL PROTECTED]>, [email protected] On 12/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > The PKG_CHECK_MODULES is a macro in pkg.m4 of 0.22 pkg-config which its > location is /usr/local/share/aclocal/. But configure script looks for > pkg.m4 at /usr/share/aclocal/. > > So I copy /usr/local/share/aclocal/pkg.m4 to /usr/share/aclocal/, > everything works well now. > ahh -- so they did change this :) I should have read your email a little closer the first time :) 3.Report another thing: > > RHEL4's bash is 3.0-19.2. And it doesn't recognize the expression > configure script: > > CFLAG+="BLA...BLA...BLA..." > > After I upgraded bash to 3.2.33. It works well. > Ahh -- that is actually a problem we introduced -- we shouldn't be using this style of tacking on stuff to shell variables -- we should be sticking to original bourne shell facilities whenever possible. -- i.e.: CFLAG = "$CFLAG BLAH BLAH BLAH" I will endeavor to fix this. 在2007-12-26,"Alexander Chemeris" <[EMAIL PROTECTED]> 写道: > > 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 > > -- Keith Kyzivat SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 -- Keith Kyzivat 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/
