Re: Precompiled header woes
Re: Precompiled header woes
- Subject: Re: Precompiled header woes
- From: Nick Zitzmann <email@hidden>
- Date: Sat, 10 May 2003 16:58:44 -0700
On Saturday, May 10, 2003, at 01:13 PM, Finlay Dobbie wrote:
After reading your message, though, I filed bug report #3249547
asking for better documentation on the tool... This is a really
frequently asked question, believe it or not, and it often comes up
once after every time a software update includes a new version of an
existing framework.
Only if you use gcc 2.95.2, though, right?
Actually, GCC 3.x uses its own separate set of precompiled headers, and
fixPrecomps does rebuild them...
% find /System -name '*gcc3.p' -print
/System/Library/Frameworks/AppKit.framework/Versions/C/Headers/AppKit-
gcc3.p
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/
Headers/ApplicationServices-gcc3.p
/System/Library/Frameworks/Carbon.framework/Versions/A/Headers/Carbon-
gcc3.p
/System/Library/Frameworks/Cocoa.framework/Versions/A/Headers/Cocoa-
gcc3.p
/System/Library/Frameworks/CoreServices.framework/Versions/A/Headers/
CoreServices-gcc3.p
/System/Library/Frameworks/Foundation.framework/Versions/C/Headers/
Foundation-gcc3.p
(snipped some errors after this)
Nick Zitzmann
AIM/iChat: dragonsdontsleep
Check out my software page:
http://dreamless.home.attbi.com/
"Great spirits have always encountered violent opposition from mediocre
minds." - Albert Einstein
_______________________________________________
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.