From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: building from a git clone Date: Sun, 13 Jun 2010 13:30:36 +0100 Message-ID: <87ocfft8r7.fsf@ossau.uklinux.net> References: <87vd9tz73s.fsf@rapitore.luna> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276432848 16352 80.91.229.12 (13 Jun 2010 12:40:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 13 Jun 2010 12:40:48 +0000 (UTC) Cc: guile-user@gnu.org To: Marco Maggi Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Jun 13 14:40:46 2010 connect(): No such file or directory Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ONmUX-00018W-7x for guile-user@m.gmane.org; Sun, 13 Jun 2010 14:40:45 +0200 Original-Received: from localhost ([127.0.0.1]:52571 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ONmUW-0004RH-Fb for guile-user@m.gmane.org; Sun, 13 Jun 2010 08:40:44 -0400 Original-Received: from [140.186.70.92] (port=50652 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ONmKn-0005h1-7k for guile-user@gnu.org; Sun, 13 Jun 2010 08:30:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ONmKl-0005CW-Tu for guile-user@gnu.org; Sun, 13 Jun 2010 08:30:41 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:48986) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ONmKl-0005Bw-MW for guile-user@gnu.org; Sun, 13 Jun 2010 08:30:39 -0400 Original-Received: from arudy (host86-162-176-49.range86-162.btcentralplus.com [86.162.176.49]) by mail3.uklinux.net (Postfix) with ESMTP id 183511F6690; Sun, 13 Jun 2010 13:30:38 +0100 (BST) Original-Received: from arudy (unknown [192.168.11.8]) by arudy (Postfix) with ESMTP id D097438026; Sun, 13 Jun 2010 13:30:36 +0100 (BST) In-Reply-To: <87vd9tz73s.fsf@rapitore.luna> (Marco Maggi's message of "Tue, 08 Jun 2010 20:56:07 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7863 Archived-At: Marco Maggi writes: > Is running autogen.sh the only thing one has to do when > trying a build from a git cloned repository? Yes. ./autogen.sh, then ./configure, then make. > While running > it, I get multiple times the error: > > configure.ac:871: warning: macro `AM_GNU_GETTEXT' not found in library I've been seeing that for ages. AFAIK it doesn't cause any actual problem.