> 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


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to