Re: PDF-generation lily2.5.19 [was] What is final-install target

2005-04-12 Thread Daniel Johnson
You'll need ghostscript 8.15 in order to build/run more recent lilypond 2.5 releases. Under Gentoo you can either install ghostscript-afpl, or use a custom-written ESP ghostscript ebuild for 8.15_rc2. I'm at work right now but I have such an ebuild at home if anyone is interested. This build is

Re: PDF-generation lily2.5.19 [was] What is final-install target

2005-04-12 Thread dax2
I made a here-lily of the development version but the my.ps still cannot be converted to pdf neither by lilypond nor by ps2pdf12/13 or just plain ps2pdf. ghostscript version installed: 7.07.1-r7 (r7 is Gentoo-installer-fingerprint, one could be suspicious about the integrity of that package, of co

Re: What is final-install target

2005-04-12 Thread dax2
On Tue, 12 Apr 2005 15:21:00 +0200 dax2 wrote: > cvs update -d ./ > make distclean; > configure --prefix=/usr/local/lily-2.5.19 > make all I forgot to mention that I ran ./autogen.sh before the ./configure command. Unfortunately it did not help to run cvs update and distclean. I can run the res

Re: What is final-install target

2005-04-12 Thread dax2
On Tue, 12 Apr 2005 10:56:37 +0200 dax2 wrote: > LOOP is a "make-syntax"-command defined in: stepmake/generic-vars.make I am trying again: cvs update -d ./ make distclean; configure --prefix=/usr/local/lily-2.5.19 make all [ ... coffee break:-)] (Don't hold your breath)/Regards Donald -- da

What is final-install target

2005-04-12 Thread dax2
This may be unimportant for normal usage, but I am curious about the build system. What is final-install? and $(LOOP)? =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # cd /usr/local/src/music/lilypond # cvs update -d ./ # #version 2.5.19.1050410 # make install [...]

Re: What is final-install target

2005-04-12 Thread dax2
On Tue, 12 Apr 2005 10:51:20 +0200 dax2 wrote: > > This may be unimportant for normal usage, but I am curious > about the build system. What is final-install? and $(LOOP)? LOOP is a "make-syntax"-command defined in: stepmake/generic-vars.make LOOP=$(foreach i, $(SUBDIRS), $(MAKE) PACKAGE=$(P