[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] FT_New_Face undefined symbol
From: |
David Turner |
Subject: |
Re: [Devel] FT_New_Face undefined symbol |
Date: |
Wed, 27 Nov 2002 16:45:59 +0100 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2a) Gecko/20020910 |
Hello Steve,
Steve Dekorte wrote:
Hi,
I built a static FreeType lib but when I try to compile the tutorial
code with it I get a undefined symbol: _FT_New_Face error. I looked and
the library archive contents and it seems to have a bunch of .o files in
it(it looks ok). What am I missing?
Steve
How did you compile the library ?. That's important because there are
several ways to build it on MacOS X.
If you used the content of "builds/mac", then FT_New_Face is disabled
by default, and the MacOS-specific APIs should be used instead.
See http://www.freetype.org/freetype2/docs/reference/ft2-mac_specific.html
If you build it with make as described for Unix systems, then you
should have a working a FT_New_Face, but the Mac-specific code shouldn't
be compiled in.
Hope this helps,
- David Turner
- The FreeType Project (www.freetype.org)