bug-lilypond
[Top][All Lists]
Advanced

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

Re: Problem compiling lilypond 1.5.50


From: Mats Bengtsson
Subject: Re: Problem compiling lilypond 1.5.50
Date: Mon, 15 Apr 2002 19:00:47 +0200

Isn't the real problem that you get different mf/out/ directories
for different conf. targets. Since all files in mf/out/ are
platform independent, you should only get a single copy, right?

By the way, the same bug fix should also be applied to several
other makefiles, for example in the fontpaths target in 
./GNUmakefile.

   /Mats


> address@hidden writes:
> > > > ...
> > > > File not found `feta16list.ly'
> > > 
> > > Strange, this file should have been generated in
> > > the directory mf/out/ earlier during the build
> > > process, together with the files, feta16.afm, feta16.dep,
> > > feta16.enc, feta16.log, feta16.tex and feta16.tfm, among
> > > others.
> > 
> > In fact it's there :
> > 
> > address@hidden:/tmp/lilypond-1.5.52# find . -name feta16list.ly
> > ./mf/out-gcc-3.0/feta16list.ly
> 
> Try this (and the website will still not build). Notice that the bug
> you reported was in building the doco ; you should have a working
> lilypond executable already.
> 
> 
> 
> --- lilypond-vars.make.~1.26.~        Mon Mar 18 01:11:27 2002
> +++ lilypond-vars.make        Mon Apr 15 17:56:38 2002
> @@ -37,7 +37,7 @@
>  CONVERT_LY = $(script-dir)/convert-ly.py
>  LILYPOND = $(depth)/$(builddir)/lily/$(outconfbase)/lilypond
>  LILYPOND_BOOK = $(script-dir)/lilypond-book.py
> -LILYPOND_BOOK_INCLUDES = -I $(pwd) -I $(outdir) -I$(input-dir) -I 
> $(input-dir)/tricks/ -I $(input-dir)/regression/ -I $(input-dir)/test/ -I 
> $(input-dir)/tutorial/ -I $(topdir)/mf/out
> +LILYPOND_BOOK_INCLUDES = -I $(pwd) -I $(outdir) -I$(input-dir) -I 
> $(input-dir)/tricks/ -I $(input-dir)/regression/ -I $(input-dir)/test/ -I 
> $(input-dir)/tutorial/ -I $(topdir)/mf/out -I $(topdir)/mf/$(outdir)/
>  LY2DVI = $(script-dir)/ly2dvi.py
>  LYS_TO_TELY = $(buildscript-dir)/lys-to-tely.py
>  PS_TO_GIFS = $(buildscript-dir)/ps-to-gifs.sh
> 
> 
> -- 
> 
> Han-Wen Nienhuys   |   address@hidden    | http://www.cs.uu.nl/~hanwen/
> 
> 
> _______________________________________________
> Lilypond-user mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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