Re: QTMovieApertureModeClean is unavailable warning in Leopard
Re: QTMovieApertureModeClean is unavailable warning in Leopard
- Subject: Re: QTMovieApertureModeClean is unavailable warning in Leopard
- From: "Martin Redington" <email@hidden>
- Date: Fri, 9 Nov 2007 05:59:34 +0000
Hi Chris,
Thanks for the quick reply!
On 11/9/07, Chris Espinosa <email@hidden> wrote:
>
>
> How come Xcode 2.4.1 on Tiger wasn't warning me about this? I should
>
> have all warnings on. Is this a new warning in Xcode 3.0?
>
> Because for Leopard we re-mastered the 10.4u SDK with all the changes that
> shipped in 10.4.3 through 10.4.10, including the QuickTime updates applied
> therein. The QuickTime team had common headers between Tiger and Leopard
> which use this #ifdef to distinguish, which is not exactly common in the Mac
> OS X API but not unacceptable.
By remastered, do you mean added the
AVAILABLE_MAC_OS_X_VERSION_10_5_AND_LATER macro?
That's also present in the 10.4u.sdk on my Tiger/2.4.1 machine.
> Is there any easy way to suppress these warnings for these particular
>
> symbols only?
> Yes, if you have source that takes advantage of Leopard, you need to #if it
> when MAC_OS_X_VERSION_MIN_REQUIRED >= 1050 so that only Leopard-targeted
> code tries to use Leopard-available APIs.
But is that my actual case here?
These symbols were available on 10.4.x (where x is possibly only some
later versions, possibly only with some minimum version of QuickTime
installed), and I don't want to stop using them on 10.4
I just want to suppress the warnings that are occurring because
they've been marked as 10.5 only.
cheers,
m.
>
> Chris
--
http://www.mildmanneredindustries.com/
_______________________________________________
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