'AVAILABLE_MAC_OS_X_VERSION_10_1_AND_LATER' redefined warning
'AVAILABLE_MAC_OS_X_VERSION_10_1_AND_LATER' redefined warning
- Subject: 'AVAILABLE_MAC_OS_X_VERSION_10_1_AND_LATER' redefined warning
- From: David Sinclair <email@hidden>
- Date: Mon, 20 Jan 2003 15:55:53 -0800
Just doing a Deployment build, and got the following warnings. What's
the fix? sudo fixPrecomps didn't fix it:
../Shared/Sources/SpeechData.h:9: warning: could not use precompiled
header
'/System/Library/Frameworks/Carbon.framework/Headers/Carbon-gcc3.p',
because:
../Shared/Sources/SpeechData.h:9: warning: macro
'AVAILABLE_MAC_OS_X_VERSION_10_1_AND_LATER' redefined, locations of the
conflict are:
../Shared/Sources/SpeechData.h:9: warning:
/usr/include/AvailabilityMacros.h:167
../Shared/Sources/SpeechData.h:9: warning:
/usr/include/AvailabilityMacros.h:169 (within the precompiled header)
../Shared/Sources/SpeechData.h:9: warning: macro
'AVAILABLE_MAC_OS_X_VERSION_10_2_AND_LATER' redefined, locations of the
conflict are:
../Shared/Sources/SpeechData.h:9: warning:
/usr/include/AvailabilityMacros.h:221
../Shared/Sources/SpeechData.h:9: warning:
/usr/include/AvailabilityMacros.h:223 (within the precompiled header)
While I'm at it, I'm also getting the following linker warning:
ld: warning dynamic shared library: /usr/lib/libSystem.dylib not made a
weak library in output with MACOSX_DEPLOYMENT_TARGET environment
variable set to: 10.1
And yet I have the following line in my .cshrc file; is that not
correct?
setenv MACOSX_DEPLOYMENT_TARGET 10.2
--
David Sinclair, Dejal Systems, LLC - email@hidden
Let Dejal Simon keep an eye on your sites for changes or failures!
http://www.dejal.com/simon/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.