freetype
[Top][All Lists]
Advanced

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

Re: [ft] Charmap encoding, something incorrect - getting '/LYH' instead


From: Werner LEMBERG
Subject: Re: [ft] Charmap encoding, something incorrect - getting '/LYH' instead of 'Live'
Date: Sun, 29 Jul 2007 15:49:09 +0200 (CEST)

> Using ftview -e unic -m Live <font file>, "Live" is displayed
> correctly --

This means that there is a bug somewhere in your code...

> Compile issue with ar "Invalid operation" when trying to create the
> static library libfreetype.a:
> 
> ar cru /Users/baver/Programming/freetype-2.3.5/builds/.libs/ 
> libfreetype.a  <snip list of object files>
> ar: /Users/baver/Programming/freetype-2.3.5/builds/.libs/ 
> libfreetype.a: Invalid operation

You are saying `./configure --disable-dynamic; make', right?  There
might be a problem with the libtool version shipped with FreeType's
tarball; perhaps others on the list can assist you here since I don't
use a Mac.

In case you are using gcc for compilation, you can also try

  make devel
  make

(using a clean FreeType tree) as a temporary solution just to get
something static.


    Werner




reply via email to

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