> It looks like HarfBuzz has been compiled before FreeType was > available. It *must* be vice versa.[1] I would have guessed that the > order of lines in the ttfautohint formula file ensures that. In case > this isn't true: I have no idea how to enforce this in Homebrew, > sorry. Any help to fix this is highly welcome!
Looking into https://github.com/Homebrew/homebrew/blob/master/Library/Formula/harfbuzz.rb I see that HarfBuzz indeed depends on FreeType, so I really wonder why ttfautohint doesn't work for you. On the other hand, the file https://github.com/Homebrew/homebrew/blob/master/Library/Formula/freetype.rb doesn't seem to reflect yet that FreeType depends on HarfBuzz and should be compiled again – but this shouldn't affect ttfautohint, as mentioned in a previous e-mail. Werner _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
