Comment 4 for bug 65406

Revision history for this message
Sivan Greenberg (sivan) wrote :

Thom, I am trying to build it after cleaning up all the python2.3 love, and get:
python2.4 setup.py build
running build
running build_ext
building 'speex' extension
creating build
creating build/temp.linux-i686-2.4
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -I../libspeex -I/usr/include/python2.4 -c speex.c -o build/temp.linux-i686-2.4/speex.o -g
speex.c:9:19: error: speex.h: No such file or directory
speex.c:50: error: expected specifier-qualifier-list before ‘SpeexBits’
speex.c: In function ‘__pyx_f_5speex_3new___init__’:
speex.c:108: warning: implicit declaration of function ‘speex_encoder_init’
speex.c:108: error: ‘speex_nb_mode’ undeclared (first use in this function)
speex.c:108: error: (Each undeclared identifier is reported only once
speex.c:108: error: for each function it appears in.)

Where should it find speex.h ?