freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] FT_New_Face undefined symbol


From: Riccardo Cohen
Subject: Re: [Devel] FT_New_Face undefined symbol
Date: Wed, 27 Nov 2002 16:58:31 +0000

with my version (2.1.2) I had to comment the line 112 #define FT_MACINTOSH 1 in 
file include/freetype/config/ftconfig.h because this line make it consider 
macosx like macos9 from the ft_new_face point of view, which is wrong.

David Turner wrote:
> 
> 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)
> 
> _______________________________________________
> Devel mailing list
> address@hidden
> http://www.freetype.org/mailman/listinfo/devel

-- 
Riccardo Cohen

Articque
Les Roches
37230 Fondettes
France
email = address@hidden
web = http://www.articque.com
tel: +33 02 47 49 90 49
fax: +33 02 47 49 91 49



reply via email to

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