Re: Crash on Throw
Re: Crash on Throw
- Subject: Re: Crash on Throw
- From: David Dunham <email@hidden>
- Date: Tue, 30 Sep 2008 22:10:35 -0700
On 30 Sep 2008, at 21:41, Chris Espinosa wrote:
/usr/bin/gcc-3.3 -x c++ -arch ppc -pipe -fno-asm -Wno-trigraphs -
fno-rtti -fpascal-strings -fasm-blocks -gfull -O0 -Wreturn-type -
Wparentheses -Wunused-parameter -Wunused-variable -Wunused-value -
D_DEBUG -DUNPROTECTED_BUILD -fmessage-length=0 -mtune=G4 -Wno-
deprecated-declarations -Wp,-header-mapfile,/Volumes/brie/
MysteryQuest.build/Debug/MysteryQuest.build/MysteryQuest-D.hmap -
mdynamic-no-pic -F/Users/david/GameHouse/MysteryQuest/build/Debug -
I/Users/david/GameHouse/MysteryQuest/build/Debug/include -I../image
-I../libpng -I../lua/src -I../lua -I../pi -I../sprite -I../system -
I../trialkeys -I../zlib -I.. -I- -I../mac/PowerPlant -I. -I/Volumes/
brie/MysteryQuest.build/Debug/MysteryQuest.build/DerivedSources -
DMAC_OS_X_VERSION_MIN_REQUIRED=1030 -fconstant-cfstrings -
D__CONSTANT_CFSTRINGS__ -isystem /Developer/SDKs/MacOSX10.3.9.sdk/
usr/include/gcc/darwin/3.3 -I/Developer/SDKs/MacOSX10.3.9.sdk/usr/
include/gcc/darwin/3.3/c++ -I/Developer/SDKs/MacOSX10.3.9.sdk/usr/
include/gcc/darwin/3.3/c++/ppc-darwin -isystem /Developer/SDKs/
MacOSX10.3.9.sdk/usr/include -include /Library/Caches/
com.apple.Xcode.501/SharedPrecompiledHeaders/MysteryQuestPrefix-
cvplpbjmklmsxchlhonxaambzkqz/MysteryQuestPrefix.h -c /Users/david/
GameHouse/MysteryQuest/SafeCrack.cpp -o /Volumes/brie/
MysteryQuest.build/Debug/MysteryQuest.build/Objects-normal/ppc/
SafeCrack.o
If I build a Universal release build on my Intel machine, it runs
fine on the G5. If I build a Universal release build on my G5, it
crashes.
You can't build for Intel with gcc 3.3.
But I'm not -- the transcript is from a debug build, on G5, for G5.
Which runs until the C++ exception.
The project probably started some time ago, it's got build settings like
GCC_VERSION_ppc = 3.3
SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk
that I vaguely remember are deprecated. On the other hand, if I build
for PPC on the Intel Mac, I get a Universal build that works.
David Dunham
Voice/Fax: 206 783 7404 http://www.pensee.com/dunham/
Imagination is more important than knowledge. -- Albert Einstein
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden