lilypond-devel
[Top][All Lists]
Advanced

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

Re: Gub failure


From: Masamichi Hosoda
Subject: Re: Gub failure
Date: Thu, 09 Jun 2016 07:12:09 +0900 (JST)

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.



reply via email to

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