[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling libQuran



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.