Re: [frogs] Building problems with latest git after git clone |
[ Thread Index |
Date Index
| More lilynet.net/frogs Archives
]
- To: Ian Hulin <ian@xxxxxxxxxxxx>
- Subject: Re: [frogs] Building problems with latest git after git clone
- From: Patrick McCarty <pnorcks@xxxxxxxxx>
- Date: Thu, 1 Apr 2010 17:10:34 -0700
- Cc: Lilypond Frogs List <frogs@xxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=q+UlPBkYSBA9Z4ojKFy9pgDgpc0/jwmKFQDgFdaEF/E=; b=jR3N39zJALjwX0GAV+avS5Xka6Q1fUu3pQui5vm2fI6nt8615tUIqRJA6ccKp3hJFF FjTK5b0HcjRzfMBkrygujSp2HR7eUbqD4fdTUf0VFaCpfA5/41M5KOMRB35227AxPOUR yo2e9KB47XKixd5VqbHFpLLH52hJ1/uaw//no=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=RjR3pfMcXmIB7/drvwDIj8iC9J4xpfG5O4p3x3VEnjlx+t8Q2BRWQdT83FZyiDBScu pVS9WERYYZzc3F5i8lf3bHEZoff+PV0B/QN0O/FLfxXiXcMaVRxitewugGYtV5h5KaoP USrl78iqHGzQuhvMSjbh8ZxCHx5iusFh1vF20=
On 2010-04-02, Ian Hulin wrote:
>
> Thanks Patrick, it wasn't quite that but I had a corrupted
> guile-config in /home/ian/bin/guile. Manually copying the version
> from the guile V1.8.7 kit directory sorted it.
Great!
> Is there a safe way to do a parallel install of guile V1.9.x to test
> what compatibility's been broken without screwing up Lilypond
> development or is it only safe to use a virtual machine?
One possibility:
You could set up a local clone of the git repository you are using with
Guile 1.8, and use this local clone for testing with Guile 1.9.
It goes without saying that Guile 1.9.x will have to be installed in a
separate location (compared to Guile 1.8.x), and the ./configure
script will have to pick up Guile 1.9.x instead of Guile 1.8.x. There
are many ways to accomplish this, and I don't really have a
recommended method.
My main repo is in ~/git/lilypond, so the following commands can be
used to set up a new local clone in ~/git/lily-guile-19 :
cd ~/git/
git clone --local lilypond lily-guile-19
cd lily-guile-19/
./configure
Hope this helps! I'm thinking of setting up parallel installations
for testing purposes too, so I'll let you know if I have any better
ideas.
-Patrick
---
----
Join the Frogs!