Re: fix prebinding
Re: fix prebinding
- Subject: Re: fix prebinding
- From: David P Henderson <email@hidden>
- Date: Thu, 26 Jun 2003 18:31:12 -0400
On Thursday, Jun 26, 2003, at 13:51 US/Eastern, Gerriet M. Denkmann
wrote:
Since downloading WebKit SDK I get these errors:
/System/Library/Frameworks/Cocoa.framework/Headers/Cocoa.h:13: warning:
could not use precompiled header
'/System/Library/Frameworks/AppKit.framework/Headers/AppKit-gcc3.p',
because:
'Foundation/Foundation.h' has different date than in precomp
...
and others...
I checked Mamasam, but found only several people with the same
question, but no answer.
I messed around a bit with update_prebinding, redo_prebinding. The
fix_prebinding (mentioned in mamasam) I can not find.
The man-pages are not very clear (at least not clear enough for a
simple mind like me) - do you supply a framework, or specific files
from the framework, and if so, which files?
Read the error message you're getting from the compiler. The problem is
not prebinding related; it is precompiling related. You need to run
fixPrecomps from the command line.
Dave
--
Chaos Assembly Werks
"Suburbia is where the developer bulldozes out the trees, then names
the streets after them."
- Bill Vaughn
_______________________________________________
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: | |
| >fix prebinding (From: "Gerriet M. Denkmann" <email@hidden>) |