lilypond-devel
[Top][All Lists]
Advanced

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

Re: 2.5.5 stepmake trouble.


From: Jan Nieuwenhuizen
Subject: Re: 2.5.5 stepmake trouble.
Date: Thu, 30 Dec 2004 13:35:53 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Simon Aridis-Lang writes:

> I'm trying to build 2.5.5 (in gentoo, but manully), but am having issues
> with the install.
>
>
> /var/tmp/portage/lilypond-2.5.5/work/lilypond-2.5.5/stepmake/stepmake/../bin/install-sh:
>  ./out/Fontmap does not exist.
> make[1]: *** [local-install-outfiles] Error 1
> make[1]: Leaving directory
> `/var/tmp/portage/lilypond-2.5.5/work/lilypond-2.5.5/mf'
> make: *** [install] Error 2
>
> after a make all lilypond-2.5.5/stepmake/stepmake/out/ only contains
> dummy.dep

The error about ./out/Fontmap stems from the lilypond-2.5.5/mf directory.

Try the attached patch.

Jan.


--- GNUmakefile 24 dec 2004 21:40:35 +0100      1.124
+++ GNUmakefile 30 dec 2004 13:35:30 +0100      
@@ -97,7 +97,7 @@ INSTALLATION_OUT_DIR4=$(local_lilypond_d
 INSTALLATION_OUT_FILES4=$(FETA_LIST_FILES)
 
 INSTALLATION_OUT_DIR5=$(local_lilypond_datadir)/fonts/type1
-INSTALLATION_OUT_FILES5=$(PFA_FILES) $(outdir)/Fontmap $(outdir)/Fontmap.lily
+INSTALLATION_OUT_FILES5=$(PFA_FILES)
 
 INSTALLATION_OUT_DIR6=$(local_lilypond_datadir)/dvips/
 INSTALLATION_OUT_FILES6=$(outdir)/lilypond.map

-- 
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]