problem in configure

Christian Stimming stimming at tuhh.de
Mon Jul 3 11:45:53 EDT 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David Reiser schrieb:
> checking if guile needs our copy of (guile www)... ./configure: line  
> 15593: syntax error near unexpected token `gnc_have_guile_www,'
> ./configure: line 15593: `GUILE_MODULE_AVAILABLE(gnc_have_guile_www, 
> (www main))'
> make: *** [config.status] Error 2
> 
> It has been a couple weeks since I built gnucash, and I have  
> 'upgraded' Apples Xcode tools, so I might have done this to myself.  
> Any suggestions?

Derek recently introduced this new macro call into autoconf. The
definition of the macro *should* be available in guile's macro file
guile.m4, which on my linux is at /usr/share/aclocal/guile.m4

If you can find the file, and it doesn't contain a line
  AC_DEFUN([GUILE_MODULE_AVAILABLE],
then it means your version of guile doesn't ship with this autoconf
module. In that case we need to change our autoconf.

Otherwise (and I encountered that on windows as well) this is being
fixed once aclocal is called with the "-I /path/to/guile.m4/directory"
argument, given by the ACLOCAL_FLAGS variable, i.e.

  ACLOCAL_FLAGS="-I /usr/share/aclocal -I /usr/whatever/share/aclocal"
  ./autogen.sh

Christian
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQCVAwUBRKk7sWXAi+BfhivFAQKyiwP+PZGbO56DeloH9lMXj++gFSn0aUAnpnWa
4rcwjkMvBqH/gpZWoum06nvGQg4PgeEYI9lo4AwhyWB/3bkxCSMuF1ArKnL2/vZg
8CTEj4imr6DG3RpyxbN9LjWnjry3JXBYj40Zy+20DI4hnXN/3iC/9jGXA+J/tH/6
sNS7a+r7XUA=
=4fE2
-----END PGP SIGNATURE-----


More information about the gnucash-devel mailing list