PCH?
PCH?
- Subject: PCH?
- From: Steve Mills <email@hidden>
- Date: Thu, 31 Oct 2002 14:33:28 -0600
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.
Steve Mills
Drummer, Mac geek
http://sjmills5.home.mchsi.com/
_______________________________________________
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.
- Follow-Ups:
- Re: PCH?
- From: David Remahl <email@hidden>