[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] [ft] ttfautohint 0.1 has been released
From: |
Werner LEMBERG |
Subject: |
Re: [ft-devel] [ft] ttfautohint 0.1 has been released |
Date: |
Thu, 30 Jun 2011 14:40:06 +0200 (CEST) |
> Builds & runs for me on OSX 10.6.8 but on Ubuntu 11 i get "Error
> code `0x06' while autohinting font" each time i try and run. Seemed
> to have built fine tho.
Are you sure that FreeType 2.4.5 is installed, and that you link to
that library version (libfreetype.so.6.7.0)? You can check the
library's location with the `ldd' program:
ldd /usr/local/lib/ttfautohint
Werner