On Feb 21, 2006, at 8:55 PM, Fritz Anderson wrote:
On 21 Feb 2006, at 4:33 PM, Jeff Schmidt wrote:
I've been working on converting a CW project over to Xcode, and am to the bundlizing stage of the build. It works its way through the libraries that are built with the project and then simply fails -- no message describing why. At one point I had gotten the command line for the bundling in the transcript, but now it simply fails after "Checking Dependencies". When I could see the command line for the bundling, I did verify that the library existed at the path it was using. It is also very odd that the icon by the "Build failed" message is a green check, not a red x.
Any ideas for what to look at to diagnose this problem?
What version of Xcode are you using? What do you mean by "bundling" or "bundlizing?" What do you mean by "it... fails" in the "but now" case?
Xcode 2.2.1, on Mac OS X 10.4.5 PPC. What I mean is that the build fails at somewhat indeterminate times during bundlizing, one of the steps shown in the build transcript:
Bundlizing /Users/jfs/Projects/main/creatortech/server/../../xcodebuilds/CreatorServer.build/Debug/CreatorServer.build/Objects-normal/ppc/MeasureCvtAll.ob /Users/jfs/Projects/main/creatortech/server/../../xcodebuilds/CreatorServer.build/Debug/CreatorServer.build/Objects-normal/ppc/MeasureCvtAll.o
cd /Users/jfs/Projects/main/creatortech/server
/usr/bin/g++-4.0 -bundle -arch ppc /Users/jfs/Projects/main/creatortech/server/../../xcodebuilds/CreatorServer.build/Debug/CreatorServer.build/Objects-normal/ppc/MeasureCvtAll.o -mmacosx-version-min=10.4 -Wl,-twolevel_namespace -Wl,-twolevel_namespace_hints -Wl,-undefined -Wl,dynamic_lookup -Wl,-multiply_defined -Wl,suppress -isysroot /Developer/SDKs/MacOSX10.3.9.sdk -o /Users/jfs/Projects/main/creatortech/server/../../xcodebuilds/CreatorServer.build/Debug/CreatorServer.build/Objects-normal/ppc/MeasureCvtAll.ob
The other day it was failing on a library, now it fails on object code much earlier. If I try to rebuild after this, it simply fails like so:
Building target “CreatorServer” of project “CreatorServer”
Checking Dependencies
No error messages, no mention of what command might have failed. Just "Build failed". I've done clean builds on two different machines, with similar results. Any Xcode engineers care to clue me in on what to look for to narrow this problem down? Because fiddling with compile and link settings in this environment results in multi-hour full builds that is totally killing my productivity.