[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: |
vernon adams |
Subject: |
Re: [ft-devel] [ft] ttfautohint 0.1 has been released |
Date: |
Thu, 30 Jun 2011 14:18:23 +0100 |
ahh thanks - default for libfreetype.so install is /usr/local/lib. Ubuntu had
installed old freetype libs to /usr/lib. :)
now fixed & working. many thanks -v
On 30 Jun 2011, at 13:40, Werner LEMBERG wrote:
>
>> 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