bug-guix
[Top][All Lists]
Advanced

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

Guix without pkg-config


From: Andreas Enge
Subject: Guix without pkg-config
Date: Wed, 30 Jan 2013 17:54:51 +0100
User-agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )

Hello,

 

on a system without pkg-config, and with guile installed in a strange way (it needs to be called through a wrapper), the configure script of guix errors out with the following message:

 

checking for GUILE... configure: error: in `/home/enge/guix-0.1-src':

configure: error: The pkg-config script could not be found or is too old. Make sure it

is in your PATH or set the PKG_CONFIG environment variable to the full

path to pkg-config.

 

Alternatively, you may set the environment variables GUILE_CFLAGS

and GUILE_LIBS to avoid the need to call pkg-config.

See the pkg-config man page for more details.

 

To get pkg-config, see <http://pkg-config.freedesktop.org/>.

See `config.log' for more details

 

 

But setting GUILE_CFLAGS and GUILE_LIBS does not change anything, and looking at the configure file, I do not have the impression that the presence of these environment variables is checked. I suppose that all this code is expanded from

PKG_CHECK_MODULES([GUILE], [guile-2.0])

in configure.ac. Could this be considered a bug in this macro? How about working around this issue by first checking for the variables inside configure.ac, and only calling PKG_CHECK_MODULES if they are undefined?

 

Does anyone see another easy solution?

 

Andreas

 


reply via email to

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