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: building from a git clone Date: Tue, 08 Jun 2010 20:56:07 +0200 Message-ID: <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 1276023346 6984 80.91.229.12 (8 Jun 2010 18:55:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Jun 2010 18:55:46 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Jun 08 20:55:45 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 1OM3xg-0005zW-M8 for guile-user@m.gmane.org; Tue, 08 Jun 2010 20:55:44 +0200 Original-Received: from localhost ([127.0.0.1]:45310 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OM3xg-0003KS-4x for guile-user@m.gmane.org; Tue, 08 Jun 2010 14:55:44 -0400 Original-Received: from [140.186.70.92] (port=33350 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OM3xa-0003Jh-QN for guile-user@gnu.org; Tue, 08 Jun 2010 14:55:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OM3xZ-0000ht-Qx for guile-user@gnu.org; Tue, 08 Jun 2010 14:55:38 -0400 Original-Received: from relay-pt1.poste.it ([62.241.4.164]:44983) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OM3xZ-0000hW-Lt for guile-user@gnu.org; Tue, 08 Jun 2010 14:55:37 -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 4C0D88800001B1CE for guile-user@gnu.org; Tue, 8 Jun 2010 20:55:35 +0200 Original-Sender: marco.maggi-ipsu@poste.it X-Loop: marco@maggi.it X-Mailer: GNU Emacs Original-Lines: 35 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:7849 Archived-At: Is running autogen.sh the only thing one has to do when trying a build from a git cloned repository? While running it, I get multiple times the error: configure.ac:871: warning: macro `AM_GNU_GETTEXT' not found in library and finally the error: configure.ac:871: warning: macro `AM_GNU_GETTEXT' not found in library autoreconf: running: /usr/local/bin/autoconf --force configure.ac:898: error: possibly undefined macro: AM_GNU_GETTEXT If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/local/bin/autoconf failed with exit status: 1 If I try to run configure I get: $ ./configure configure: error: cannot find install-sh, install.sh, or shtool in build-aux "."/build-aux I am using: $ automake --version automake (GNU automake) 1.11.1 $ autoconf --version autoconf (GNU Autoconf) 2.65 $ libtool --version libtool (GNU libtool) 2.2.8 and "git show" prints as last commit a4082ab57e81c1826906c1a8601593e8dea5078c. TIA -- Marco Maggi