Building for 10.3.9 PPC & 10.4 Universal
Building for 10.3.9 PPC & 10.4 Universal
- Subject: Building for 10.3.9 PPC & 10.4 Universal
- From: Martin <email@hidden>
- Date: Tue, 28 Mar 2006 16:10:08 +0200
Hi,
I'm trying to build my application so that it works on Mac OS X 10.3.9
+ on PPC and 10.4+ on Intel platforms.
What's I've done so far was adding these settings :
MACOSX_DEPLOYMENT_TARGET_i386 = 10.4
MACOSX_DEPLOYMENT_TARGET_ppc = 10.2
SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk
SDKROOT_ppc = /Developer/SDKs/MacOSX10.2.8.sdk
But I get the following error when building :
/Developer/SDKs/MacOSX10.3.9.sdk/usr/include/AvailabilityMacros.h:
111:6: error: #error MAC_OS_X_VERSION_MAX_ALLOWED must be >=
MAC_OS_X_VERSION_MIN_REQUIRED
Any ideas what I've done wrong ?
Thanks,
Martin.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden