Skip navigation.
 
mlRe: PCH?
FROM : David Remahl
DATE : Thu Oct 31 22:03:56 2002

> 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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlPCH? Steve Mills Oct 31, 21:33
mlRe: PCH? David Remahl Oct 31, 22:03