Has guile version check changed?

David Reiser dbreiser at earthlink.net
Sat Oct 21 12:00:39 EDT 2006


When I run:

guile16-build env PATH=/opt/bin:$PATH LIBRARY_PATH=/sw/lib CPATH=/sw/ 
include ./configure --enable-error-on-warning --enable-compile- 
warnings --enable-opt-style-install --prefix=/opt/gnucash-svn -- 
enable-debug --enable-etags --enable-doxygen --enable-ofx --with-ofx- 
prefix=/opt --enable-hbci --with-aqbanking-dir=/opt

I get:

checking whether guile works... yes
checking for guile - 1.6.0 <= version < 99.99.99... no:
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.


Without the PATH=/opt/bin:$PATH (but with a g-wrap prefix  
specification) I could successfully configure on my Mac prior to the  
swig change.

guile16-build is:

#! /bin/sh
GUILE=guile-1.6
GUILE_CONFIG=guile-1.6-config
GUILE_TOOLS=guile-1.6-tools
PATH="/sw/share/guile/1.6/scripts/binoverride:$PATH"
export GUILE
export GUILE_CONFIG
export GUILE_TOOLS
export PATH
eval "$@"


And I do have both guile16 and guile16-dev installed.

My addition of the PATH=/opt/bin:$PATH enables configure to find  
swig, but have I trashed the route to guile-1.6?

--
David Reiser
dbreiser at earthlink.net
Mac 10.4.8 PPC, gcc 4.0.1





More information about the gnucash-devel mailing list