Re: fix prebinding
Re: fix prebinding
- Subject: Re: fix prebinding
- From: Jon Barbero <email@hidden>
- Date: Thu, 26 Jun 2003 12:47:08 -0700
On Thursday, June 26, 2003, at 11:55 AM,
email@hidden 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?
The man pages clearly state that fix_prebinding is a daemon invoked
when dyld detects non-prebound application launches. Both
fix_prebinding and update_prebinding call redo_prebinding to do their
dirty work =P You can re-prebind your system by running: sudo
update_prebinding -root / However, since the date on Foundation.h in
your precomped AppKit-gcc3.p file is different than what is on your
system, you may just need to re-precompile that header (if possible).
Jon
_______________________________________________
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.