[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [glob2-devel] Speex: problem with configuration
From: |
Stéphane Magnenat |
Subject: |
Re: [glob2-devel] Speex: problem with configuration |
Date: |
Tue, 11 Jan 2005 10:24:11 +0100 |
User-agent: |
KMail/1.7.1 |
On Tuesday 11 January 2005 01.26, Ravi Desai wrote:
> When doing the './configure' bit, the command runs well till:
>
> ------------------------------------------------------------------------
> checking for assert.h... yes
> checking speex.h usability... no
> checking speex.h presence... no
> checking for speex.h... no
> configure: error: *** Speex header not found. Please install Speex
> (http://www.speex.org).
> address@hidden glob2]$
> ------------------------------------------------------------------------
>
> I have speex installed, and the speex.h file is in the
>
> >>>/usr/include/speex
>
> directory. I have run './bootstrap' and the error is still coming up.
> Due to this I am not able to use(or even compile) the cvs version.
> Could someone help me out with this?
> ravster.
Try export CPPFLAGS="-I/usr/local/speex" before doing the configure. This is
not related to bootstrap. Which distrib do you use?
Steph