Re: PCH?
Re: PCH?
- Subject: Re: PCH?
- From: David Remahl <email@hidden>
- Date: Thu, 31 Oct 2002 22:03:56 +0100
>
I've added Carbon support to my Cocoa project. It give me the warnings:
>
>
MyDocument.m:10: warning: could not use precompiled header
>
'/System/Library/Frameworks/Carbon.framework/Headers/Carbon-gcc3.p',
>
because:
>
MyDocument.m:10: warning: 'CarbonSound/CarbonSound.h' has different
>
date than in precomp
>
MyDocument.m:10: warning: 'CarbonSound/Sound.h' has different date than
>
in precomp
>
>
It seems to work fine, but do these warning mean I need to
>
re-precompile something? If so, where and how? I'm used to doing this
>
stuff in CodeWarrior. Project Building continues to freak me out. :)
>
I'm running 10.2.1.
In the terminal:
% sudo fixPrecomps <return>
<password>
/ Regards, David Remahl
_______________________________________________
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.
References: | |
| >PCH? (From: Steve Mills <email@hidden>) |