guile-gtk-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No success joining in yet


From: Mark H Weaver
Subject: Re: No success joining in yet
Date: Fri, 09 Dec 2011 11:48:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux)

My autofoo is not particularly good, but I'll try to help anyway :)

Detlev Zundel <address@hidden> writes:
>   ./configure: line 14046: GUILE_PROGS: command not found
>   ./configure: line 14047: GUILE_FLAGS: command not found

This indicates that the definitions of the m4 macros GUILE_PROGS and
GUILE_FLAGS are missing, so they were left unexpanded in the resulting
"configure" script.

Guile should have installed a file called "guile.m4" containing
definitions for these macros in @datadir@/aclocal/ (typically
${prefix}/share/aclocal), and these should have been imported into
"aclocal.m4" in your g-wrap source directory when "aclocal" was run
(part of what "autogen.sh" does).

It might be sufficient to simply run "./autogen.sh" again (remember to
pass it the configure options as well).

However, it's also possible that your "guile.m4" file is missing, or was
installed somewhere that aclocal is not looking.  For details on where
"aclocal" searches and how to modify its search path, see:

  http://www.gnu.org/software/automake/manual/automake.html#Macro-Search-Path

Alternatively, you should simply use the g-wrap 1.9.14 tarball, which
was released 4 days ago and works great for me!

  http://www.nongnu.org/g-wrap/

    Good luck!
       Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]