On Saturday 08 December 2007 08:43:08 Ben Jackson wrote: > I just installed a Ubuntu virtual machine on my spiffy new quad-core > desktop. I'm trying to build geda from git on Linux for the first > time (my server runs FreeBSD). Guile was not properly detected, yet > the build tried to go on: > > [snip] > > ./configure: line 20508: GUILE_FLAGS: command not found
Your autoconf can't find a definition for the GUILE_FLAGS macro. This is the
source of your problems. Check that you've installed guile correctly.
Running autogen.sh should add a definition for GUILE_FLAGS to your aclocal.
If it doesn't, you have a problem.
Peter
--
Peter Brett
Electronic Systems Engineer
Integral Informatics Ltd
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ geda-dev mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev
