precomps strike again
precomps strike again
- Subject: precomps strike again
- From: Greg Hurrell <email@hidden>
- Date: Sat, 11 Jan 2003 22:06:54 +1030
Hi All,
Suddenly today I am getting warnings when I try to build one of my
projects:
/System/Library/Frameworks/ApplicationServices.framework/Headers/
ApplicationServices.h:20: warning: could not use precompiled header
'/System/Library/Frameworks/CoreServices.framework/Headers/
CoreServices-gcc3.p', because:
/System/Library/Frameworks/ApplicationServices.framework/Headers/
ApplicationServices.h:20: warning: macro
'AVAILABLE_MAC_OS_X_VERSION_10_1_AND_LATER' redefined, locations of
the conflict are:
/System/Library/Frameworks/ApplicationServices.framework/Headers/
ApplicationServices.h:20: warning:
/usr/include/AvailabilityMacros.h:169 (within this precompiled header)
/System/Library/Frameworks/ApplicationServices.framework/Headers/
ApplicationServices.h:20: warning: macro
'AVAILABLE_MAC_OS_X_VERSION_10_2_AND_LATER' redefined, locations of
the conflict are:
/System/Library/Frameworks/ApplicationServices.framework/Headers/
ApplicationServices.h:20: warning:
/usr/include/AvailabilityMacros.h:223 (within this precompiled header)
These messages occur whenever I import the Foundation headers, or more
specifically: ApplicationServices/ApplicationServices.h
Before anyone tells me to run:
fixPrecomps
sudo fixPrecomps
sudo fixPrecomps -force
or
sudo fixPrecomps -force -gcc3all
rest assured that I have tried them all. I am just wondering what cause
this... Last time I had this kind of headache it was because of
something fishy that happened when I installed Apple's Carbon Sound
Manager update. In that case "sudo fixPrecomps -force" repaired things.
But this time no.
I am wondering if it is a result of re-installing iTunes 3.0.1 which
suddenly appeared in my Software Update panel a day ago even though I
had upgrade some time previously.
This is a harmless problem, as I can still build... it just makes
things take a lot longer.
Any suggestions?
Cheers :)
Greg
_______________________________________________
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.