Johannes Schindelin wrote:

Hi,

On Tue, 7 Feb 2006, Paul Scott wrote:

make[1]: Entering directory `/home/paul/lilypond/flower'
make[1]: *** No rule to make target `include/array.hh', needed by
`out/file-name.o'.  Stop.
make[1]: Leaving directory `/home/paul/lilypond/flower'
make: *** [all] Error 2

Such an error indicates that the dependencies are not updated (which is indeed the case: I get such errors quite often).

You might get away with "rm -rf flower/out", but the best way is probably to "make clean && ./configure && make".
Thanks. It built fine now after 'make clean'. I guess 'make' is doing what I have always expected it to (not rebuild things that don't need to be rebuilt) and I need to 'make clean' to cause everything to be rebuilt when make doesn't know how to finish some cases.

Paul



_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to