Re: Building GUB3

2009-02-15 Thread Patrick McCarty
On Fri, Feb 13, 2009 at 11:06:28PM +0100, Jan Nieuwenhuizen wrote: > On wo, 2009-02-11 at 20:48 -0800, Patrick McCarty wrote: > > > Okay, now it halts at mingw::guile. Everything is fine up until then. > > Here is the tail end of build.log. > > so the question is: why is your libintl (and other

Re: Patch for ja doc and two Questions

2009-02-15 Thread John Mandereau
Sawada a écrit : It does not work. But I fixed Lilypond-book.py as following: (line 939) if not langdefs.LANGDICT[document_language].enable_ly_identifier_l10n: ^^^ I guess the property name "enable_ly_identifier_l10n" should be changed to "disable_ly_identifier_l10n". I prefer to av

Re: Building GUB3

2009-02-15 Thread John Mandereau
Jan Nieuwenhuizen a écrit : Does the attached patch help? It doesn't, I get exactly the same error :-( I hope the attached full output from the terminal may give a hint. What I don't get is that during first GUB invocation ("python bin/gub --platform=tools git"), a lot of packages in tools ar

Re: What's up with the Frogs?

2009-02-15 Thread Jonathan Kulp
Valentin Villenave wrote: 2009/2/15 Graham Percival : You can hopefully figure out what the FIXME DOING SOMETHING means, and then write a patch to fix the CG on this issue. If not, bug Valentin. Yes. Valentin, please introduce him to Sebastiano and ask Seba to make his account an editor.

Re: What's up with the Frogs?

2009-02-15 Thread Valentin Villenave
2009/2/15 Graham Percival : > You can hopefully figure out what the FIXME DOING SOMETHING means, > and then write a patch to fix the CG on this issue. If not, bug > Valentin. Yes. > Valentin, please introduce him to Sebastiano and ask Seba to make > his account an editor. Aye aye, but I'll stil

Re: Building GUB3

2009-02-15 Thread Jan Nieuwenhuizen
On zo, 2009-02-15 at 12:03 -0800, Patrick McCarty wrote: Hi Patrick, > Thanks! It looks like Guile has downloaded, but now I get the > following traceback: > I am unsure how to fix this. I am running Python 2.6.1. git pull ;-) Although it will print lots of warnings/errors to the console. Th

Re: Building GUB3

2009-02-15 Thread Jan Nieuwenhuizen
On zo, 2009-02-15 at 19:58 +0100, Jan Nieuwenhuizen wrote: > GUB *should* work with 2.4 or newer. This is weird. Does the attached patch help? Jan. -- Jan Nieuwenhuizen | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jantien | http://www.lilypond.org diff --git a/gub/specs/

Re: Building GUB3

2009-02-15 Thread Patrick McCarty
Hi Jan, On Sun, Feb 15, 2009 at 01:13:35PM +0100, Jan Nieuwenhuizen wrote: > On zo, 2009-02-15 at 03:00 -0800, Patrick McCarty wrote: > > > In the download stage, everything downloads fine except for guile; > > guile is immediately skipped over after the `*** Stage: download > > (guile, tools)' l

Re: Building GUB3

2009-02-15 Thread Jan Nieuwenhuizen
On zo, 2009-02-15 at 19:05 +0100, John Mandereau wrote: > 2.5.1. I hope it's easy to install a newer Python in $HOME if it's > needed to build GUB. GUB *should* work with 2.4 or newer. This is weird. Jan. -- Jan Nieuwenhuizen | GNU LilyPond - The music typesetter http://www.xs4all.nl/~jant

Re: documentation link to big page broken

2009-02-15 Thread Till Rettig
Francisco Vila schrieb: 2009/2/14 Frédéric Bron : This link has been broken for a few days: http://lilypond.org/doc/v2.12/Documentation/user/lilypond-big-page OK I am sorry, I did not read the message of Firefox. It says there is an encoding problem: In French: "Erreur d'encodage d

Re: Building GUB3

2009-02-15 Thread John Mandereau
Jan Nieuwenhuizen a écrit : Interesting, that works for me. What's your python version? 2.5.1. I hope it's easy to install a newer Python in $HOME if it's needed to build GUB. Best, John ___ lilypond-devel mailing list lilypond-devel@gnu.org h

Re: What's up with the Frogs?

2009-02-15 Thread Graham Percival
On Fri, Feb 13, 2009 at 08:06:16AM -0600, Jonathan Kulp wrote: > Graham Percival wrote: >> Since I've been doing /such/ a good job keeping up with my >> lilypond duties, I figured I'd have the moral authority to bug >> others. > > I'm ready to start doing some LSR work. :) Great! So you've read t

Re: links in LSR snippets

2009-02-15 Thread Graham Percival
On Sun, Feb 15, 2009 at 12:06:13PM +0100, Werner LEMBERG wrote: > > > To anticipate a possible objection: the snippets are not designed to > > teach lilypond basics. > > A logical corrolary: LSR files must not refer to the documentation (or > rather, to exact locations in the docs); instead, the

Re: Why do some Contexts never die?

2009-02-15 Thread Han-Wen Nienhuys
On Sun, Feb 15, 2009 at 5:33 AM, Trevor Daniels wrote: > Is there anyone who could help me understand this? > > Contexts in general die when they have nothing to do, but one Voice context > within a Staff seems to live indefinitely, even when it has nothing to do. > At first I thought the one sele

Re: Building GUB3

2009-02-15 Thread Jan Nieuwenhuizen
On zo, 2009-02-15 at 03:00 -0800, Patrick McCarty wrote: > In the download stage, everything downloads fine except for guile; > guile is immediately skipped over after the `*** Stage: download > (guile, tools)' line is printed. See 1-build.log. Is guile supposed > to download at this stage? No,

Re: links in LSR snippets

2009-02-15 Thread Werner LEMBERG
>> LSR files sometimes refer to the manual. Example: > > I almost consider this a bug, especially if they reference the LM. Yep. > ... we *could* add a special "html" command for these in LSR. They > would do nothing in the main LSR view, but when we run makelsr.py, > we could change the new

Re: Building GUB3

2009-02-15 Thread Patrick McCarty
On Sun, Feb 15, 2009 at 10:40:53AM +0100, Jan Nieuwenhuizen wrote: > On za, 2009-02-14 at 13:42 -0800, Patrick McCarty wrote: > > Hi Patrick, > > > I decided to start completely from scratch with `make lilypond' to see > > if I could reproduce the current libtool issue, but I ran into some > > ot

Re: Building GUB3

2009-02-15 Thread Jan Nieuwenhuizen
On za, 2009-02-14 at 13:42 -0800, Patrick McCarty wrote: Hi Patrick, > I decided to start completely from scratch with `make lilypond' to see > if I could reproduce the current libtool issue, but I ran into some > other problems. I will revisit this issue soon. > > The problem I am having is th

Re: links in LSR snippets

2009-02-15 Thread Graham Percival
On Sun, Feb 15, 2009 at 08:46:50AM +0100, Werner LEMBERG wrote: > > LSR files sometimes refer to the manual. Example: I almost consider this a bug, especially if they reference the LM. > Such references to absolute section numbers are error-prone; > additionally, there is no proper hyperlink.

Re: Building GUB3

2009-02-15 Thread Jan Nieuwenhuizen
On zo, 2009-02-15 at 00:29 +0100, John Mandereau wrote: > I get the error I reported when running > > rm -rf target > make -f lilypond.make bootstrap Interesting, that works for me. What's your python version? Jan. -- Jan Nieuwenhuizen | GNU LilyPond - The music typesetter http://www.xs4al

Why do some Contexts never die?

2009-02-15 Thread Trevor Daniels
Is there anyone who could help me understand this? Contexts in general die when they have nothing to do, but one Voice context within a Staff seems to live indefinitely, even when it has nothing to do. At first I thought the one selected to live was the first context encounted, but it's not t