[Speex-dev] having trouble building on Mac OS X 10.5

Stephen Bannasch stephen.bannasch at deanbrook.org
Fri Feb 27 21:03:23 PST 2009


I'm getting this error trying to build speex on MacOS X 10.5.6:

   ./configure: line 21256: syntax error near unexpected token `FFT,'
   ./configure: line 21256: `  PKG_CHECK_MODULES(FFT, fftw3f)'

Thanks for any tips.

Details ...

I'd like to use speex with ffmpeg but when I run ffmpegs configure with:

    --enable-libspeex

I get: ERROR: libspeex not found

Soo ...

I installed libogg in /usr/local

   wget http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz
   tar xzf liibogg-1.1.3.tar.gz
   tar xzf libogg-1.1.3.tar.gz
   cd libogg-1.1.3
   mate .
   ./autogen.sh --prefix=/usr/local
   ./configure --prefix=/usr/local
   make
   sudo make install

Cloned speex:

   git clone git://git.xiph.org/speex.git

I'm at commit:

commit 4cf0690656ef9d8d5235aabe3840df736fc0886d
Author: Alfred E. Heggestad <aeh at db.org>
Date:   Tue Feb 10 07:20:03 2009 -0500

     Const correctness patch

Ran autogen and configure:

   ./autogen.sh --prefix=/usr/local
   ./configure --prefix=/usr/local

which results in:

./configure: line 21256: syntax error near unexpected token `FFT,'
./configure: line 21256: `  PKG_CHECK_MODULES(FFT, fftw3f)'

full output from configure here: http://gist.github.com/71880




More information about the Speex-dev mailing list