lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: latin1.enc not found building 2.4.0


From: Jan Nieuwenhuizen
Subject: Re: latin1.enc not found building 2.4.0
Date: Wed, 03 Nov 2004 10:04:03 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Bertalan Fodor writes:

> Python 2.3.4
> XXXX
> {/netrel/build/lilypond-2.4.0/share/lilypond,{/netrel/build/lilypond-2.4.0/share
> /lilypond,{/usr/share/lilypond/2.2.5,/usr/share/texmf}}}
> XXXX

Ok, you found a bug.  Can you try the patch below?  You'll have to at
least rm -rf /netrel/build/lilypond-2.4.0/share .

> And it builds the files.

(Yes, using the installed lilypond-book, my bad..)


Jan.

--- GNUmakefile.in      19 jul 2004 00:40:27 +0200      1.126
+++ GNUmakefile.in      03 nov 2004 10:00:10 +0100      
@@ -114,7 +114,8 @@ $(builddir)/share/lilypond-force:
                ln -s $(abs-srcdir)/scm
        cd $(builddir)/share/lilypond/tex && \
                ln -s $(abs-srcdir)/tex source && \
-               ln -s ../../../mf/$(outconfbase) generate
+               ln -s ../../../tex/$(outconfbase) tex-out && \
+               ln -s ../../../mf/$(outconfbase) mf-out
        cd $(builddir)/share/lilypond/fonts && \
                ln -s $(abs-srcdir)/mf source && \
                ln -s ../../../mf/$(outconfbase) afm && \


-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]