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" <[EMAIL PROTECTED]> wrote:
> On 3/20/07 9:56 AM, [EMAIL PROTECTED] 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.


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to