Project Builder Problems
Project Builder Problems
- Subject: Project Builder Problems
- From: email@hidden
- Date: Sun, 24 Mar 2002 12:24:59 -0500
I recently got a new PowerBook G4. Project Builder occasionally fails to
build a target. It goes something like this:
/usr/bin/jam -d1
JAMBASE=/Developer/Makefiles/pbx_jamfiles/ProjectBuilderJambase
JAMFILE=- build ACTION=build "TARGETNAME=MyProject" NATIVE_ARCH=ppc
BUILD_STYLE=Development
"CPP_HEADERMAP_FILE=/Users/atomm/MyProject/build/intermediates/MyProject.build/
Headermaps/MyProject.hmap" DSTROOT=/
"OBJROOT=/Users/atomm/MyProject/build/intermediates"
"SRCROOT=/Users/atomm/MyProject" "SYMROOT=/Users/atomm/MyProject/build"
warning: < MyProject > MyProject.app depends on itself
don't know how to make SomeObjectiveCSourceFile.m
...updating 3 target(s)...
...can't find 1 target(s)...
...can't make 8 target(s)...
BuildPhase MyProject.app
Completed phase <CopyHeaders> for MyProject.app
Cp /Users/atomm/MyProject/build/MyProject.app/Contents/PkgInfo
BuildPhase MyProject.app
Completed phase <CopyResources> for MyProject.app
...skipped <ppc>SomeObjectiveCSourceFile.o for lack of
SomeObjectiveCSourceFile.m...
...skipped <DeriveAndCompileSources> MyProject.app for lack of
<ppc>SomeObjectiveCSourceFile.o...
...skipped
/Users/atomm/MyProject/build/intermediates/MyProject.build/Objects/LinkFileListPrelink
for lack of <ppc>SomeObjectiveCSourceFile.o...
...skipped
/Users/atomm/MyProject/build/intermediates/MyProject.build/master.o for
lack of <ppc>SomeObjectiveCSourceFile.o...
...skipped
/Users/atomm/MyProject/build/intermediates/MyProject.build/Objects/LinkFileList
for lack of
/Users/atomm/MyProject/build/intermediates/MyProject.build/master.o...
...skipped <MyProject>MyProject.app/Contents/MacOS/MyProject for lack of
/Users/atomm/MyProject/build/intermediates/MyProject.build/master.o...
...skipped <LinkWithFrameworksAndLibraries> MyProject.app for lack of
<DeriveAndCompileSources> MyProject.app...
...skipped <MyProject>MyProject.app for lack of
<DeriveAndCompileSources>MyProject.app...
...skipped 8 target(s)...
...updated 3 target(s)...
It always worked fine on my old iBook. This even happens on my PowerBook
with some of the projects I transferred directly to the PowerBook from
the iBook.
It also happens if I do /usr/bin/pbxbuild through the shell.
What it seems to be saying is that it can't for some reason compile
SomeObjectiveCSourceFile.m into an object file. That sort of creates a
domino effect, preventing it from combining them into master.o, and with
no master.o, it can't link the frameworks and libraries to create the
stand-alone executable.
Anybody have any idea why this is happening?
_______________________________________________
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.