by "Robert" <justnacl@[EMAIL PROTECTED]
>
Aug 22, 2006 at 11:37 AM
Thank you for the replies, but just to make things perfectly clear, we
are rebuilding the system libraries and pre-compiled headers using the
BuildLibraries.mcp project. The error only comes in when rebuilding the
header files with MacHeadersMach-O.mcp project. We use the following
workflow after upgrading anything:
Open /Applications/Metrowerks CodeWarrior 9.0/Metrowerks CodeWarrior/
MSL/(MSL_Build_Projects)/BuildLibraries.mcp
Project->Remove Object Code
Recurse Subtarges and Subprojects: on
Project->Make
To make sure that the pre-compiled headers are done:
In the BuildLibraries project, double click:
Build.MacOSX.mcp->BuildMacOSXSup****t.mcp->MacHeadersMach-O.mcp
for both targets, BSD MacHeadersMach-O and MSL MacHeadersMach-O
Project->Make
We do this last step since once it seemed that the pre-compiled heades
did not get re-built when running the normal library build.
On the other hand, the error doesn't stop the build and our own builds
(our code) seem to be fine.