From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Trouble building 1.8.x Date: Sun, 31 Dec 2006 01:06:30 +0000 Message-ID: <87d560ho15.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1167527219 5874 80.91.229.12 (31 Dec 2006 01:06:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 31 Dec 2006 01:06:59 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Dec 31 02:06:54 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H0p9w-0004Vj-Hs for guile-devel@m.gmane.org; Sun, 31 Dec 2006 02:06:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0p9v-0002GL-Vs for guile-devel@m.gmane.org; Sat, 30 Dec 2006 20:06:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H0p9r-0002E4-Ev for guile-devel@gnu.org; Sat, 30 Dec 2006 20:06:39 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H0p9p-0002BE-UZ for guile-devel@gnu.org; Sat, 30 Dec 2006 20:06:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0p9p-0002B3-OZ for guile-devel@gnu.org; Sat, 30 Dec 2006 20:06:37 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H0p9p-0004dN-Ay for guile-devel@gnu.org; Sat, 30 Dec 2006 20:06:37 -0500 Original-Received: from laruns (host86-145-157-83.range86-145.btcentralplus.com [86.145.157.83]) by mail3.uklinux.net (Postfix) with ESMTP id C53FE40AC3F for ; Sun, 31 Dec 2006 01:06:36 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id 05C676F711 for ; Sun, 31 Dec 2006 01:06:30 +0000 (GMT) Original-To: Guile Development User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:6380 Archived-At: I'm struggling to rebuild 1.8.x after a cvs update. I installed the latest automake (1.10), autoconf (2.61), libtool (1.5.22) and gettext (0.16) into /usr/local, but I still find that ./autogen.sh fails: neil@laruns:~/guile-cvs-1.8/guile/guile-core$ ./grebuild + make -k distclean make: *** No rule to make target `distclean'. + ./autogen.sh ../workbook autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal --force -I guile-config autoreconf: configure.in: tracing configure.in:705: warning: AM_INTL_SUBDIR is m4_require'd but not m4_defun'd aclocal.m4:378: AM_GNU_GETTEXT is expanded from... configure.in:705: the top level autoreconf: configure.in: adding subdirectory guile-readline to autoreconf autoreconf: Entering directory `guile-readline' autoreconf: running: aclocal --force autoreconf: running: libtoolize --copy --force autoreconf: running: /usr/local/bin/autoconf --force autoreconf: running: /usr/local/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing autoreconf: Leaving directory `guile-readline' autoreconf: configure.in: AM_GNU_GETTEXT is used, but not AM_GNU_GETTEXT_VERSION configure.in:705: warning: AM_INTL_SUBDIR is m4_require'd but not m4_defun'd aclocal.m4:378: AM_GNU_GETTEXT is expanded from... configure.in:705: the top level configure:35800: error: possibly undefined macro: AM_INTL_SUBDIR 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 Any ideas? Regards, Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel