Re: GCC 3.3 problems and Broken Dev Tools
Re: GCC 3.3 problems and Broken Dev Tools
- Subject: Re: GCC 3.3 problems and Broken Dev Tools
- From: Thomas Harrington <email@hidden>
- Date: Mon, 7 Jul 2003 11:56:11 -0600
On Monday, July 7, 2003, at 06:29 AM, John Timmer wrote:
These threads are one and the same, so I'm merging them.
The key error messages seem to be:
main.m:1: warning: Precomp
'/System/Library/Frameworks/AppKit.framework/Headers/AppKit.p' version
number is 15 instead of 25, ignoring precomp
[snip further warnings]
Keep in mind that the worst thing that these warnings should cause is a
longer build time. They can be ignored, they're just warning you that
a compile speed optimization isn't working.
Trying "sudo fix Precomp" (where did you find that documented, anyway?)
hasn't made a difference, nor has making a new Prefix header.
Are you sure you're actually using GCC 3.3? Project Builder doesn't
recognize 3.3, and may cause your projects to start using 2.9.5 again.
There's your version conflict. If you want to be using 2.9.5, try
"fixPrecomps -gcc2" (or just try "fixPrecomps -h" to see what else it
can do).
--
Tom Harrington
email@hidden
_______________________________________________
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.