Re: 'AVAILABLE_MAC_OS_X_VERSION_10_1_AND_LATER' redefined warning
Re: 'AVAILABLE_MAC_OS_X_VERSION_10_1_AND_LATER' redefined warning
- Subject: Re: 'AVAILABLE_MAC_OS_X_VERSION_10_1_AND_LATER' redefined warning
- From: j o a r <email@hidden>
- Date: Tue, 21 Jan 2003 07:20:49 +0100
If you have these problems you should read these two threads on
projectbuilder-users:
"MACOSX_DEPLOYMENT_TARGET", especially the last post from Greg Hurrell
"precompiled headers woes", especially the last post from Matthew
Formica
Now, if only Apple hired Mamasam to manage their mailing list
archives... ;)
j o a r
On Tuesday, Jan 21, 2003, at 00:55 Europe/Stockholm, David Sinclair
wrote:
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
_______________________________________________
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.