Skip navigation.
 
mlRe: Quick Time Update Broke My Project :(
FROM : Lucas Eckels
DATE : Sat Apr 30 21:43:24 2005

>        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

Related mailsAuthorDate
mlQuick Time Update Broke My Project :( Benjamin S Apr 30, 21:19
mlRe: Quick Time Update Broke My Project :( Lucas Eckels Apr 30, 21:43
mlRe: Quick Time Update Broke My Project :( Sean McBride May 2, 16:49