From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Frank Terbeck Newsgroups: gmane.lisp.guile.user Subject: Re: build git version of Guile Date: Tue, 02 Nov 2021 01:11:47 +0100 Message-ID: <87ilxbh0vw.fsf@ft.bewatermyfriend.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24350"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) To: guile-user Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Tue Nov 02 01:39:11 2021 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mhhpW-00068l-F6 for guile-user@m.gmane-mx.org; Tue, 02 Nov 2021 01:39:10 +0100 Original-Received: from localhost ([::1]:56158 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mhhpV-00032I-55 for guile-user@m.gmane-mx.org; Mon, 01 Nov 2021 20:39:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52238) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mhhPN-0000au-H9 for guile-user@gnu.org; Mon, 01 Nov 2021 20:12:11 -0400 Original-Received: from smtprelay05.ispgateway.de ([80.67.18.28]:58366) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mhhPL-00047u-ML for guile-user@gnu.org; Mon, 01 Nov 2021 20:12:09 -0400 Original-Received: from [79.194.162.197] (helo=jim.voodoo.lan) by smtprelay05.ispgateway.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mhhOd-0007TI-SQ for guile-user@gnu.org; Tue, 02 Nov 2021 01:11:23 +0100 Original-Received: by jim.voodoo.lan (Postfix, from userid 1000) id D180460E54D; Tue, 2 Nov 2021 01:11:47 +0100 (CET) In-Reply-To: (Tim Meehan's message of "Mon, 1 Nov 2021 19:57:06 -0400") X-Df-Sender: NDMwNDQ0 Received-SPF: none client-ip=80.67.18.28; envelope-from=ft@bewatermyfriend.org; helo=smtprelay05.ispgateway.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17820 Archived-At: Tim Meehan wrote: > So ... building the git version of Guile seems different, I looked around > for an INSTALLING file, and it isn't there (and neither is 'configure') .= .. > any hints? The =E2=80=98configure=E2=80=99 script itself can be generated. Many projec= ts have bootstrap or autogen scripts to do that. Indeed guile uses =E2=80=98autogen.sh=E2=80=99. Guile's documentation contains the procedure in HACKING. Regards, Frank --=20 In protocol design, perfection has been reached not when there is nothing left to add, but when there is nothing left to take away. -- RFC 1925