Re: Deploying an AU on ppc
Re: Deploying an AU on ppc
- Subject: Re: Deploying an AU on ppc
- From: Jim Heintz <email@hidden>
- Date: Wed, 19 May 2010 18:38:24 -0700
I managed to get it to compile properly by defining MAC_OS
_X_VERSION_MIN_REQUIRED=1040 and MAC_OS_X_VERSION_MAX_ALLOWED=1040 in
the Preprocessor Macros section in the Target Info pane. According
to the documentation, these are supposed to be automatically set by
AvailabilityMacros.h using the MACOSX_DEPLOYMENT_TARGET gcc setting.
That mechanism appears to be broken, at least for me.
I decided to go with the 10.6 base SDK, so as to not fall to far
behind the non-deprecated APIs.
Best regards,
Jim Heintz
On May 19, 2010, at 5:13 PM, Brian Willoughby wrote:
On May 19, 2010, at 14:38, Jim Heintz wrote:
I have been trying to deploy a new AU I have built using the 10.6
SDK, and I am trying to get it to deploy on 10.4 for PPC
customers, however, it appears that regardless of what I set
MACOSX_DEPLOYMENT_TARGET to, XCode and GCC ignore the setting and
build it for 10.6.
What can I do to force it to build a 10.4 compatible version for PPC?
One sure solution would be to build under 10.4
Brian Willoughby
Sound Consulting
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden