bug-guix
[Top][All Lists]
Advanced

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

Re: Installing guix from Git


From: Ludovic Courtès
Subject: Re: Installing guix from Git
Date: Fri, 07 Jun 2013 18:22:34 +0200
User-agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux)

Konrad Hinsen <address@hidden> skribis:

> After initially playing with Guix 0.2, I now want to switch to the bleeding 
> edge.
> I cloned the Git repository, ran "autoreconf -vi", and then "configure". This
> ends with an error message:
>
>   ./configure: line 6575: syntax error near unexpected token `GUILE,'
>   ./configure: line 6575: `PKG_CHECK_MODULES(GUILE, guile-2.0 >= 2.0.5)'

This message means that Autoconf didn’t pick up the definition of the
‘PKG_CHECK_MODULES’ M4 macro.

That macro is provided by pkg.m4, from the ‘pkg-config’ package.  Thus,
if you install ‘pkg-config’, Autoconf should automatically find it.

(If you still have Guix 0.2 installed, you can run ‘guix package -i
autoconf -i automake -i pkg-config’, and export the environment
variables as noted.)

Let us know how it goes.

Thanks,
Ludo’.



reply via email to

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