guile version check failed while building gnucash
Hello,
I'm trying to build gnucash on Debian Lenny, so that I can use ofx direct connect.
Running ./configure I get (among other things):
checking for guile-config... yes
checking whether guile-config works... yes
checking for sin in -lm... yes
checking for guile libraries... -lguile -lguile-ltdl -lqthreads -lpthread -lcrypt -lm
checking for guile headers...
checking whether guile works... yes
checking for guile... no
checking for guile - 1.6.0 <= version < 99.99.99... ./configure: line 26184: no: command not found
no: 1.6.8
configure: WARNING: guile version check failed
configure: error:
guile does not appear to be installed correctly, or is not in the
correct version range. Perhaps you have not installed the guile
development packages? Gnucash requires at least version 1.6 to build.
#guile-1.6 -v
Guile 1.6.8
Copyright (c) 1995, 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation
Guile may be distributed under the terms of the GNU General Public Licence;
certain other uses are permitted as well. For details, see the file
`COPYING', which is included in the Guile distribution.
There is no warranty, to the extent permitted by law.
I also have guile-1.6-dev installed, as well as every other package in the debian repository which mentions guile, however fleetingly, including g-wrap and guile-g-wrap.
Thank you for your help,
|