[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling libQuran
- To: Development Discussions <developer at arabeyes dot org>
- Subject: Re: Compiling libQuran
- From: Abderrahim Kitouni <a dot kitouni at gmail dot com>
- Date: Wed, 29 Aug 2007 22:12:58 +0100
- User-agent: KMail/1.9.5
On Wednesday 29 August 2007 19:35, Afief Halumi wrote:
> I just checked all the *.c files, the speex includes all have the right
> path(aka speex/speex*.h)
> So apparently the error is somewhere else(hard to tell with no output
> coming from the makefile)
When no output is coming from the makefile, try to read the makefile
itself ;-)
The script admin/cvs.sh assumes that autoconf 2.53 or newer matches 2.5* which
doesn't apply to 2.61. As a workaround modify this script replacing the 33rd
line with :
Autoconf*2.5* | autoconf*2.5* | Autoconf*2.6* | autoconf*2.6* ) : ;;
and the 48th one with :
Autoconf*2.5* | autoheader*2.5* | Autoconf*2.6* | autoheader*2.6*) : ;;
configure ran, but complained about missing qt. and I don't have enough
bandwidth to download it.
I hope that helps.