Re: Building for 10.3.9 PPC & 10.4 Universal
Re: Building for 10.3.9 PPC & 10.4 Universal
- Subject: Re: Building for 10.3.9 PPC & 10.4 Universal
- From: Rua Haszard Morris <email@hidden>
- Date: Tue, 23 May 2006 11:17:05 +1200
I had this kind of problem too, and it was suggested I use the
following settings:
GCC_VERSION_i386 = 4.0
GCC_VERSION_ppc = 4.0
MACOSX_DEPLOYMENT_TARGET_i386 = 10.4
MACOSX_DEPLOYMENT_TARGET_ppc = 10.3
SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk
SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk
I have these settings in an xcconfig file which all projects base
their settings on. I make sure that no target or project settings
override the above settings.
The above (per-architecture) settings can be referred to in other
target or project settings, for example "framework search paths" can
be $(SDKROOT_$(CURRENT_ARCH))/System/Library/Frameworks.
I know this information is fairly redundant and has been presented on
the list before, but I thought I'd re-post so it's clear how to
target 10.3.9/ppc and 10.4/i386 in Xcode.
thanks
Rua HM.
On 23/05/2006, at 6:38 AM, Shawn Erickson wrote:
On 5/22/06, Alain Filhol <email@hidden> wrote:
I'm trying to build my C Carbon application so that it works on
Mac OS X
10.3.9+ on PPC and 10.4+ on Intel platforms.
get the error message:
#error MAC_OS_X_VERSION_MAX_ALLOWED must be >=
MAC_OS_X_VERSION_MIN_REQUIRED
What do you have MACOSX_DEPLOYMENT_TARGET set to? In your case it
sounds like they should be set to the following...
MACOSX_DEPLOYMENT_TARGET_ppc = 10.3
MACOSX_DEPLOYMENT_TARGET_i386 = 10.4
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40adinstruments.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden