Help needed: expected unqualified-id in switching from 10.4 to 10.5 SDK
Help needed: expected unqualified-id in switching from 10.4 to 10.5 SDK
- Subject: Help needed: expected unqualified-id in switching from 10.4 to 10.5 SDK
- From: "Blair M. Burtan" <email@hidden>
- Date: Sun, 24 Aug 2008 07:42:09 -0700
I'm trying to recompile a large app that works just fine when using
the 10.4 SDK under the 10.5 SDK but I'm running into the following
errors:
/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/
AudioUnit.framework/Headers/AudioUnitProperties.h:794: error: expected
unqualified-id before 'unsigned'
/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/
AudioUnit.framework/Headers/AudioUnitProperties.h:794: error: expected
`)' before 'unsigned'
/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/
AudioUnit.framework/Headers/AudioUnitProperties.h:794: error: expected
`)' before 'unsigned'
/Developer/SDKs/MacOSX10.5.sdk/System/Library/Frameworks/
AudioUnit.framework/Headers/AudioUnitProperties.h:794: error: expected
`)' before 'unsigned'
typedef struct AUHostIdentifier {
CFStringRef hostName;
NumVersion hostVersion;
} AUHostIdentifier;
The line in question is: NumVersion hostVersion;
I have no clue what's going on here. I'm not even using the AudioUnit
framework to my knowledge unless it's part of Quicktime.
Blair M. Burtan
Northern Lights Productions
www.northernlights3D.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