[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] bug on mac os x
From: |
Dan Williams |
Subject: |
Re: [Devel] bug on mac os x |
Date: |
Sun, 6 Apr 2003 11:51:47 -0500 |
Hi,
No, that function is actually exported on Mac OS X, depending on how
you compile the library. Freetype is normally compiled with
CodeWarrior, and you cannot compile it with gcc from the command-line
without a few patches. Freetype on Mac OS X overrides the normal
FT_New_Face() function because it has to deal with fonts that other
Unix/Win computers cannot handle (ie resource forks, .dfont files), and
therefore for Mac there is a special FT_New_Face(). But that doesn't
actually get compiled when you use Makefiles and the command-line
unless you hack in some things. Perhaps that's your problem. How did
you get the copy of Freetype you are using? Did you compile it
yourself, or did you get it installed as part of XFree86 or the Apple
X11 server?
Dan
On Monday, March 31, 2003, at 11:28 AM, Seth Price wrote:
Hey there, I didn't see any other "official" place to submit bugs, so
I figured this is as good a place as any...
I was told that this bug should be submitted "to the Freetype people."
http://bugs.php.net/bug.php?id=22973
It looks like a function isn't being built under Mac OS X. I am usig
freetype v2.1.4rc2
~Seth
_______________________________________________
Devel mailing list
address@hidden
http://www.freetype.org/mailman/listinfo/devel
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Devel] bug on mac os x,
Dan Williams <=