freetype-devel
[Top][All Lists]
Advanced

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

Re: [ft-devel] Minor misc patches to freetype cvs, from custom changes i


From: mpsuzuki
Subject: Re: [ft-devel] Minor misc patches to freetype cvs, from custom changes in vtk
Date: Thu, 22 Mar 2007 10:17:32 +0900

Dear Sir,

Now I'm going to commit your patch to CVS head,
but I have small question.

Your patch to builds/unix/ftconfig.in will disable
Carbon support on 64bit ABI in Intel Mac.
It means that the resource-fork based font support
(ftmac.c) are unavailable completely. Not only
deprecated QuickDraw and FileManager (FSSpec etc)
functions, but also ATS and FSRef functions.
It is intended design?

Regards,
mpsuzuki

On Tue, 20 Mar 2007 11:24:49 -0400
"Sean McBride" <address@hidden> wrote:
> On 3/20/07 9:56 AM, address@hidden said:
> 
> >> 1) builds/unix/ftconfig.in
> >>  - minor Mac fix, test against __LP64__ not __ppc64__.  There are also
> >> 64 bit Intel CPUs.
> >
> >Thank you for notice 64bit API in Intel Mac,
> >yet I don't have that.
> >
> >#if __LP64__
> >...
> >#endif
> >
> >might be simpler, how do you think?
> 
> As David said, I do this to prevent a warning from gcc's -wundef.  Apple
> is inconsistent in their own headers.  Sometimes they do "#if __LP64__"
> sometimes they do "#ifdef __LP64__".  I suspect __LP64__ is either not
> defined at all, or defined to 1.




reply via email to

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