Maarten Wisse <[EMAIL PROTECTED]> writes:
> When compiling Lily 1.2.0, I got some problems because of scm's, but
> these don't occur any longer when compiling Lily 1.2.6. However, now, I
> get the following at the end of my make command
>
> rm -f out/BLURB.hh
> echo '_(' > out/BLURB.hh
> cat ../Documentation/BLURB.in | sed "s!\'!\\\&!g" | sed 's!$!\n!' | sed
> 's!.*$!\"&\"!' >> out/BLURB.hh
> echo ');' >> out/BLURB.hh
> make[1]: *** No rule to make target `out/COPERTINA.hh', needed by
> `out/main.o'. Stop.
> make[1]: Leaving directory `/home/maarten/usr/lilypond-1.2.6/lily'
> make: *** [all] Error 2
>
> I've no problems when running ./configure.
> Can anyone help me?
I had the same problem, and solved it with the following patch:
--- /usr/local/src/lilypond-1.2.6/lily/GNUmakefile~ Fri Sep 3 09:18:28 1999
+++ /usr/local/src/lilypond-1.2.6/lily/GNUmakefile Mon Sep 6 00:39:31 1999
@@ -20,7 +20,7 @@ $(outdir)/my-lily-parser.o: $(outdir)/pa
$(outdir)/my-lily-lexer.o: $(outdir)/parser.hh
$(outdir)/lexer.o: $(outdir)/parser.hh
$(outdir)/lily-version.o: $(outdir)/version.hh
-$(outdir)/main.o: $(outdir)/BLURB.hh $(outdir)/COPERTINA.hh $(outdir)/FLAPTEKST.hh
+$(outdir)/main.o: $(outdir)/BLURB.hh
--
Michael Duggan
([EMAIL PROTECTED])