Phil, >> make[1]: *** No rule to make target >> `/home/gub/NewGub/gub/target/darwin-ppc/root/usr/include/freetype2/freetype/ftxf86.h', >> needed by `out/pango-font.o'. Stop. >> make[1]: *** Waiting for unfinished jobs.... > > Ouch. It seems that this is an old pango version that calls FreeType > header files directly instead of using the canonical macro names. > > The file `ftxf86.h' no longer exists; it has been renamed to > `ftfntfmt.h' in FreeType version 2.6. However, the macro to access > this file, FT_XFREE86_H, hasn't changed. > > Perhaps it makes sense to upgrade Pango...
Would you rebuild pango? $ rm -f target/*/package/pango* $ make lilypond Or, if you have a lot of time, you may try whole rebuilding as following. $ rm -fr target/ $ make lilypond I sometimes try the whole rebuilding because it is a good way to solve the problem of dependency. However, it takes so much time. _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel