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: Mon, 26 Mar 2007 16:47:06 +0900
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051005)

Dear Sirs,

Thank you for correcting my misunderstanding.

On Sat, 24 Mar 2007 16:39:43 +0800
"Jjgod Jiang" <address@hidden> wrote:
2007/3/23, address@hidden <address@hidden>:
> Excuse me, please let me alter the phraseology:
> Mac OS X 10.4.x on Intel Mac can execute 64bit Intel Mac binary?

Yes, I can confirm that, Intel Core 2 Duo (now all upgraded MacBook Pro,
MacBook and iMac using) is 64-bit CPU. Xcode Tools support generating
x86_64 binaries since version 2.4.

On Fri, 23 Mar 2007 15:23:37 -0400
"Sean McBride" <address@hidden> wrote:
On 3/24/07 1:48 AM, address@hidden said:
>it is possible that ppc64 Carbon is still missing in future.

No.  Apple has already said that 64 bit Carbon will be for both Intel
and PPC.  See:
<http://www.apple.com/macosx/leopard/64bit.html>

Just I've updated ftconfig.in and ftconfig.h (for
some building system without running configure) as
following:

#if ( defined( __APPLE__ ) && !defined( DARWIN_NO_CARBON ) ) || \
    ( defined( __MWERKS__ ) && defined( macintosh )        )
  /* no Carbon frameworks for 64bit 10.4.x */
#include "AvailabilityMacros.h"
#if defined( __LP64__ ) && \
    ( MAC_OS_X_VERSION_MIN_REQUIRED <= MAC_OS_X_VERSION_10_4 )
#define DARWIN_NO_CARBON 1
#else
#define FT_MACINTOSH 1
#endif
#endif

However, I'm not sure whether 10.5.x will set default
MAC_OS_X_VERSION_MIN_REQUIRED to 10.5 (system including
Carbon) or 10.4 (Carbon-free system).


Regards,
mpsuzuki




reply via email to

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