Re: Quick Time Update Broke My Project :(
Re: Quick Time Update Broke My Project :(
- Subject: Re: Quick Time Update Broke My Project :(
- From: Lucas Eckels <email@hidden>
- Date: Sat, 30 Apr 2005 15:43:24 -0400
> So I sat down today to work on my little project, added text field
> and rebuilt my project. I received an error saying that my quicktime
> headers were out of date. I updated them via software update. I
> tried to build my project and I get 428 errors, all saying
> "error: parse error before "AVAILABE_MAC_OS_X_VERSION_10_4_AND_LATER"
The link below describes a similar problem that was experiences on
Jaguar after a Panther-related Quicktime update.
http://developer.apple.com/qa/qa2001/qa1316.html
The basic solution is to make sure you aren't using any stale
precompiled headers. If that doesn't fix it, maybe #defining
AVAILABE_MAC_OS_X_VERSION_10_4_AND_LATER to something similar to the
10_3 macro in /usr/include/AvailabilityMacros.h -- ie
#define AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER UNAVAILABLE_ATTRIBUTE
Lucas Eckels
_______________________________________________
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