From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Installing guix from Git Date: Fri, 7 Jun 2013 17:42:03 +0200 Message-ID: <20913.65355.709961.445483@Konrad-Hinsens-MacBook-Pro.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukynr-0003MX-8q for bug-guix@gnu.org; Fri, 07 Jun 2013 11:42:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ukynq-0004wb-4l for bug-guix@gnu.org; Fri, 07 Jun 2013 11:42:11 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:36653) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ukynp-0004vY-Sr for bug-guix@gnu.org; Fri, 07 Jun 2013 11:42:10 -0400 Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 69DF5212E6 for ; Fri, 7 Jun 2013 11:42:04 -0400 (EDT) Received: from Konrad-Hinsens-MacBook-Pro.local (unknown [195.221.0.206]) by mail.messagingengine.com (Postfix) with ESMTPA id 92394C00015 for ; Fri, 7 Jun 2013 11:42:03 -0400 (EDT) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: bug-guix@gnu.org 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 looks like autoconf doesn't know as much as it should about Guile, but I have no idea what to do about this. Suggestions? Konrad.