From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH][VM] Fix first-time compilation Date: Thu, 18 Sep 2008 20:29:45 +0200 Message-ID: References: <87d4j3zt9r.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1221762775 32432 80.91.229.12 (18 Sep 2008 18:32:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Sep 2008 18:32:55 +0000 (UTC) Cc: guile-devel@gnu.org To: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Sep 18 20:33:49 2008 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 1KgOJf-0006k1-FM for guile-devel@m.gmane.org; Thu, 18 Sep 2008 20:33:23 +0200 Original-Received: from localhost ([127.0.0.1]:39627 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgOIe-00035y-5A for guile-devel@m.gmane.org; Thu, 18 Sep 2008 14:32:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KgOGj-0002P1-GE for guile-devel@gnu.org; Thu, 18 Sep 2008 14:30:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgOGh-0002O2-LO for guile-devel@gnu.org; Thu, 18 Sep 2008 14:30:20 -0400 Original-Received: from [199.232.76.173] (port=45508 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgOGh-0002Ny-Id for guile-devel@gnu.org; Thu, 18 Sep 2008 14:30:19 -0400 Original-Received: from a-sasl-fastnet.sasl.smtp.pobox.com ([207.106.133.19]:60185 helo=sasl.smtp.pobox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KgOGZ-0004LN-KG; Thu, 18 Sep 2008 14:30:11 -0400 Original-Received: from localhost.localdomain (localhost [127.0.0.1]) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTP id 88A4D628A2; Thu, 18 Sep 2008 14:30:07 -0400 (EDT) Original-Received: from unquote (177.Red-83-34-179.dynamicIP.rima-tde.net [83.34.179.177]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-sasl-fastnet.sasl.smtp.pobox.com (Postfix) with ESMTPSA id C94FB628A1; Thu, 18 Sep 2008 14:30:05 -0400 (EDT) In-Reply-To: <87d4j3zt9r.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Tue, 16 Sep 2008 23:16:00 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Pobox-Relay-ID: D1B93F26-85AF-11DD-B619-D0CFFE4BC1C1-02397024!a-sasl-fastnet.pobox.com X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:7724 Archived-At: On Tue 16 Sep 2008 23:16, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > The attached patch fixes first-time compilation, by ensuring SRFI > modules are built before "guile-tools compile" is ever run. Merged, thanks. I wish that all of the C could be compiled before all of the scheme, though. Perhaps if I'm feeling ambitious I'll do that at some point (compile the scheme last). Andy --=20 http://wingolog.org/