New project failing?
New project failing?
- Subject: New project failing?
- From: Christopher Phillips <email@hidden>
- Date: Mon, 1 Dec 2003 14:43:21 +0000
Hi all.
I recently upgraded a new machine that arrived with 10.2 installed
using a boxed copy of 10.3, then installed XCode from the developer
tools disk. If I try and rebuild any of the old project-builder
projects I copied across from my old machine, they build and run just
fine. However, if I create a new project (any of the Tool projects,
or Cocoa application or Carbon application - haven't tested any
others), the build always fails.
For a 'Foundation Tool' I just get a cryptic "Build failed" message -
contents of lower panel of build results window below
--------------------------------------------------------
Native Build of Target "_foundationtool"
Building ZeroLink launcher build/_foundationtool
cd /Users/shrydar/_foundationtool
/usr/bin/ld -o build/_foundationtool -lcrt1.o
/System/Library/PrivateFrameworks/ZeroLink.framework/Resources/
libZeroLinkAppStub.a -all_load -lSystem -Lbuild -Fbuild -framework
Foundation -stack_size 100000 -stack_addr c0000000 -framework ZeroLink
-F/System/Library/PrivateFrameworks/ -x -unexported_symbols_list
/System/Library/PrivateFrameworks/ZeroLink.framework/Versions/A/
Resources/ZeroLinkAppStub.nexp -sectcreate __TEXT __zerolink
build/_foundationtool.build/_foundationtool.build/Objects-normal/
_foundationtool.zerolink
CompileC
build/_foundationtool.build/_foundationtool.build/Objects-normal/ppc/
main.o main.m
mkdir -p
build/_foundationtool.build/_foundationtool.build/Objects-normal/ppc
cd /Users/shrydar/_foundationtool
/usr/bin/gcc2 -c -Fbuild -Ibuild/include
-Ibuild/_foundationtool.build/_foundationtool.build/DerivedSources
-arch ppc -pipe -Wno-trigraphs -fpascal-strings -g -O0
-Wno-four-char-constants -Wmost -Wno-four-char-constants
-Wno-unknown-pragmas -O0
-Wp,-header-mapfile,build/_foundationtool.build/_foundationtool.build/
_foundationtool.hmap -include
/Users/shrydar/_foundationtool/_foundationtool_Prefix.pch
/Users/shrydar/_foundationtool/main.m -o
build/_foundationtool.build/_foundationtool.build/Objects-normal/ppc/
main.o
Bundlizing
build/_foundationtool.build/_foundationtool.build/Objects-normal/ppc/
main.ob
build/_foundationtool.build/_foundationtool.build/Objects-normal/ppc/
main.o
--------------------------------------------------------
Carbon App complains that it can't locate file for -lgcc - lower panel
attached again:
--------------------------------------------------------
Native Build of Target "_appcarbon"
Building ZeroLink libstdc++ into
build/_appcarbon.build/_appcarbon.build/Objects-normal/ppc/
libstdc++_ZeroLink.dylib
cd /Users/shrydar/_appcarbon
/usr/bin/ld -prebind -dylib -all_load
/usr/lib/gcc/darwin/3.3/libstdc++_ZeroLink.a -lgcc -lSystem
-twolevel_namespace /usr/lib/dylib1.o -o
/Users/shrydar/_appcarbon/build/_appcarbon.build/_appcarbon.build/
Objects-normal/ppc/libstdc++_ZeroLink.dylib
/usr/bin/ld: can't locate file for: -lgcc
Bundlizing
build/_appcarbon.build/_appcarbon.build/Objects-normal/ppc/main.ob
build/_appcarbon.build/_appcarbon.build/Objects-normal/ppc/main.o
--------------------------------------------------------
Any ideas? Should I just attempt a reinstall, or is summat deeper
broken? I did an 'Upgrade' install of panther rather than an 'Archive
and Install' if that's relevant. Project Builder was never installed
on the machine in question (I knew Panther+XCode were due a few weeks
or so after my hardware arrived), but I did copy across the ~/Library/
folder from my old machine.
Cheers for any assistance,
Christopher Phillips
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.