From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: building guile from CVS Date: Sat, 22 Jan 2005 08:45:54 +1100 Message-ID: <87r7kee9rh.fsf@zip.com.au> References: <873bxarzgk.fsf@zip.com.au> <200501211309.39329.bruno@clisp.org> <200501211641.38438.bruno@clisp.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106344239 32414 80.91.229.6 (21 Jan 2005 21:50:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 21 Jan 2005 21:50:39 +0000 (UTC) Cc: guile-devel@gnu.org, Marius Vollmer Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Jan 21 22:50:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cs6ff-00060z-00 for ; Fri, 21 Jan 2005 22:50:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cs6rj-0006lE-U3 for guile-devel@m.gmane.org; Fri, 21 Jan 2005 17:02:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cs6os-0005sl-3Q for guile-devel@gnu.org; Fri, 21 Jan 2005 16:59:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cs6oc-0005iR-VG for guile-devel@gnu.org; Fri, 21 Jan 2005 16:59:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cs6ob-0005hf-Hr for guile-devel@gnu.org; Fri, 21 Jan 2005 16:59:37 -0500 Original-Received: from [61.8.0.84] (helo=mailout1.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cs6bZ-0003Ho-AE for guile-devel@gnu.org; Fri, 21 Jan 2005 16:46:09 -0500 Original-Received: from mailproxy1.pacific.net.au (mailproxy1.pacific.net.au [61.8.0.86]) by mailout1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j0LLk2A6009762; Sat, 22 Jan 2005 08:46:02 +1100 Original-Received: from localhost (ppp2A8F.dyn.pacific.net.au [61.8.42.143]) by mailproxy1.pacific.net.au (8.12.3/8.12.3/Debian-7.1) with ESMTP id j0LLjxVT007859; Sat, 22 Jan 2005 08:46:01 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1Cs6bK-0000P0-00; Sat, 22 Jan 2005 08:45:54 +1100 Original-To: Bruno Haible Mail-Copies-To: never In-Reply-To: <200501211641.38438.bruno@clisp.org> (Bruno Haible's message of "Fri, 21 Jan 2005 16:41:38 +0100") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (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: main.gmane.org gmane.lisp.guile.devel:4717 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4717 Bruno Haible writes: > > - libtool 1.6.x are not released on ftp.gnu.org. Umm, I think I got us both confused there. There isn't any 1.6.x, I got that mixed up. I was thinking of 1.5.6. > 5) Since AM_GNU_GETTEXT is used in configure.in, a config.rpath is needed. > autoreconf does not add it. 'autopoint' would add it, but is not invoked > from autoreconf. Ah, yep. A gettextize is definitely now needed in autogen.sh. autoreconf won't run that. > 6) "make" fails in the doc directory because version.texi doesn't exist. > Kevin Rude says that it should be fixed by > "configure --enable-maintainer-mode". But it would be better if autogen.sh > would solve this. I'm not sure autogen.sh should get involved in that. Maybe README.CVS should say to build the cvs with --enable-maintainer-mode, either always or the first time at least. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel