[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Quran audio files
- To: developer at arabeyes dot org
- Subject: Re: Quran audio files
- From: Behdad Esfahbod <behdad at bamdad dot org>
- Date: Thu, 24 Apr 2003 14:16:17 +0430 (IRST)
Hi,
No need for screendumps, it just can't find them. As speex does
not speex-config nor any pkgconfig entry, you should give its
address by hand. The standard way is some
--with-speex=/path/to/speex parameter to configure, which can be
easily handled in configure.in, but this way does not work with
libquran, as the code is not there. So I fixed it by setting two
environment variables CPPFLAGS and LDFLAGS, but after
compilation, I found out that the binary still nags about missing
shared library...
behdad
On Thu, 24 Apr 2003, Maher Ben Moussa wrote:
> Hi,
>
> I have fixed the compile-errors that were caused by missing audio data.
> You can read instuctions about how to install the audio files in the file
> INSTALL.
>
> Errors by finding speex may be caused, when speex.h is not in the include
> path or when speex library is not in the library path. Can you send me a
> screen dump of the error?
>
> Maher