> Thanks, I managed to install pkg-config… and to install the whole > with homebrew
So have you used the formula given in http://freetype.org/ttfautohint/osx.html ? > now I got this error when I try to launch the GUI: > > ttfautohintGUI > dyld: Symbol not found: _hb_ft_font_create > Referenced from: /usr/local/bin/ttfautohintGUI > Expected in: /usr/local/lib/libharfbuzz.0.dylib > in /usr/local/bin/ttfautohintGUI > Trace/BPT trap: 5 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! Werner [1] Or to be more specific: The order of compilation should be FreeType, then HarfBuzz, then FreeType again. The last step isn't necessary for ttfautohint but beneficial for all other programs that use FreeType's auto-hinting module. _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
