From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marco Maggi Newsgroups: gmane.lisp.guile.user Subject: Re: building from a git clone Date: Tue, 08 Jun 2010 23:37:37 +0200 Message-ID: <8739wxgq8u.fsf@rapitore.luna> References: <87vd9tz73s.fsf@rapitore.luna> <387332.47725.qm@web37906.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1276033083 12666 80.91.229.12 (8 Jun 2010 21:38:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Jun 2010 21:38:03 +0000 (UTC) Cc: guile-user@gnu.org To: Mike Gran Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jun 08 23:38:02 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 1OM6Ud-0004wK-4d for guile-user@m.gmane.org; Tue, 08 Jun 2010 23:37:55 +0200 Original-Received: from localhost ([127.0.0.1]:60843 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OM6U2-000135-Ir for guile-user@m.gmane.org; Tue, 08 Jun 2010 17:37:18 -0400 Original-Received: from [140.186.70.92] (port=39381 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OM6Tx-00012c-5S for guile-user@gnu.org; Tue, 08 Jun 2010 17:37:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OM6Tw-000156-6n for guile-user@gnu.org; Tue, 08 Jun 2010 17:37:13 -0400 Original-Received: from relay-pt1.poste.it ([62.241.4.164]:55563) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OM6Tw-00014n-1d for guile-user@gnu.org; Tue, 08 Jun 2010 17:37:12 -0400 Original-Received: from rapitore.luna (93.147.76.208) by relay-pt1.poste.it (8.5.121.01) (authenticated as marco.maggi-ipsu@poste.it) id 4C0D88800001F722; Tue, 8 Jun 2010 23:37:05 +0200 Original-Sender: marco@localhost X-Loop: marco@maggi.it X-Mailer: GNU Emacs In-Reply-To: marco@localhost message of "Tue\, 8 Jun 2010 12\:11\:56 -0700 \(PDT\)") Original-Lines: 17 X-detected-operating-system: by eggs.gnu.org: Solaris 9 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:7853 Archived-At: "Mike Gran" wrote: >> configure.ac:871: >> warning: macro `AM_GNU_GETTEXT' not found in library > > Do you have the gettext-devel package installed (or > whatever it is called in your distro)? Ah, upgrading from gettext version 0.17 installed under /usr to version 0.18.1.1 installed under /usr/local fixed it. For some reason it seems the "gettext.m4" file, with AM_GNU_GETTEXT defined in it, under /usr/shared/aclocal/gettext.m4 was not found by the other tools installed under /usr/local. Thanks. -- Marco Maggi