From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?iso-8859-1?Q?Court=E8s?=) Newsgroups: gmane.lisp.guile.user,gmane.comp.gnu.lilypond.devel Subject: Re: Generating compiled scm (.go) files as part of LilyPond build Date: Thu, 21 Jul 2011 14:43:50 +0200 Message-ID: <87y5zrx0qh.fsf@gnu.org> References: <4CF14302.1020502@hulin.org.uk> <4CF6BC51.3090909@hulin.org.uk> <4D1C7061.1000701@hulin.org.uk> <4D433723.50501@hulin.org.uk> <4E25843A.2000803@hulin.org.uk> <8762myjqee.fsf@pobox.com> <4E260E62.40009@hulin.org.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1311252276 25462 80.91.229.12 (21 Jul 2011 12:44:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jul 2011 12:44:36 +0000 (UTC) Cc: lilypond-devel@gnu.org To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jul 21 14:44:31 2011 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Qjsc8-0000bf-OL for guile-user@m.gmane.org; Thu, 21 Jul 2011 14:44:28 +0200 Original-Received: from localhost ([::1]:45503 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qjsc8-0004Io-Gp for guile-user@m.gmane.org; Thu, 21 Jul 2011 08:44:28 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qjsc3-0004Id-4u for guile-user@gnu.org; Thu, 21 Jul 2011 08:44:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qjsby-0006mS-N1 for guile-user@gnu.org; Thu, 21 Jul 2011 08:44:22 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:43934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qjsby-0006mL-HF for guile-user@gnu.org; Thu, 21 Jul 2011 08:44:18 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qjsbo-0000TO-Ug for guile-user@gnu.org; Thu, 21 Jul 2011 14:44:08 +0200 Original-Received: from 193.50.110.167 ([193.50.110.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Jul 2011 14:44:08 +0200 Original-Received: from ludo by 193.50.110.167 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 21 Jul 2011 14:44:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Followup-To: gmane.lisp.guile.user Original-Lines: 27 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 193.50.110.167 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 3 Thermidor an 219 de la =?iso-8859-1?Q?R=E9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:8Hp9D/vokUSSbveYzMnoGIAVMgo= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:8688 gmane.comp.gnu.lilypond.devel:38052 Hi Ian, Ian Hulin skribis: > On Tue 19 Jul 2011 15:28:41 BST, Andy Wingo wrote: >> On Tue 19 Jul 2011 15:18, Ian Hulin writes: >>> The problem is knowing where the cache is. For Lilypond, we need to >>> have a common root directory off of which we can hang the compiled >>> files in scm/out. >> >> Why do you care? (Honest question.) >> > (Honest answer) > Because if Lilypond is run up with the Guile default of --auto-compile > it will check for and generate compiled files in a different place to > where we want to have produced them at build-time. Would it work for you to have makefile rules to build/install .go files where you want? For Automake, something like this: . Thanks, Ludo’.