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 [EMAIL PROTECTED] Mac 10.4.8 PPC, gcc 4.0.1 _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel