Hi, there,
I'm building an AU using the CoreAudio SDK. The latest version uses the 10.5 sdk. I want to deploy to 10.4, so I set to 10.5 sdk, with 10.4 as deployment target. (Is this correct?) I kept getting unknown symbols, so I tried to set to 10.5 as deployment target
All configurations, all targets: Base sdk = 10.5 Architecture = Standard 32 Mac OS X déployment target = 10.5
I keep getting such errors:
/Xcode3.1.1/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/vecLib.framework/Headers/cblas.h:750: error...
It looks like all symbols report to 10.4 instead of 10.5. I tried cleaning everything, rebuilding sense code, etc. but I still get this MacOSX10.4u instead of 10.5u
Any help would be very appreciated. Thanks Eric
|