On Sat, Oct 21, 2006 at 12:00:39PM -0400, David Reiser wrote: > 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? >
What do you get from: $ guile16-build env PATH=/opt/bin:$PATH $GUILE_CONFIG --version Do you have an older guile in /opt/bin? -chris _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel