Re: Strange behavior in XCode, not exhibited in Dev-C++
Re: Strange behavior in XCode, not exhibited in Dev-C++
- Subject: Re: Strange behavior in XCode, not exhibited in Dev-C++
- From: Richard Rehl <email@hidden>
- Date: Fri, 9 Feb 2007 17:47:07 -0500
Do you mean this:
Building target “C4Assign4-2” of project “C4Assign4-2” with
configuration “Release”
Checking Dependencies cd /Users/ericrehl/Documents/COMSCI101/
AccelleratedC++/C4Assign4-2
/usr/bin/gcc-4.0 -x c++ -arch ppc -pipe -Wno-trigraphs -fpascal-
strings -fasm-blocks -Os -Wreturn-type -Wunused-variable -fmessage-
length=0 -mtune=G5 -fvisibility=hidden -fvisibility-inlines-hidden -
mmacosx-version-min=10.4 -I/Users/ericrehl/Documents/COMSCI101/
AccelleratedC++/C4Assign4-2/build/C4Assign4-2.build/Release/
C4Assign4-2.build/C4Assign4-2.hmap -mdynamic-no-pic -F/Users/ericrehl/
Documents/COMSCI101/AccelleratedC++/C4Assign4-2/build/Release -I/
Users/ericrehl/Documents/COMSCI101/AccelleratedC++/C4Assign4-2/build/
Release/include -I/Users/ericrehl/Documents/COMSCI101/AccelleratedC++/
C4Assign4-2/build/C4Assign4-2.build/Release/C4Assign4-2.build/
DerivedSources -isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/
ericrehl/Documents/COMSCI101/AccelleratedC++/C4Assign4-2/
FindColWidths.cpp -o /Users/ericrehl/Documents/COMSCI101/AccelleratedC
++/C4Assign4-2/build/C4Assign4-2.build/Release/C4Assign4-2.build/
Objects-normal/ppc/FindColWidths.o
cd /Users/ericrehl/Documents/COMSCI101/AccelleratedC++/C4Assign4-2
/usr/bin/gcc-4.0 -x c++ -arch i386 -pipe -Wno-trigraphs -fpascal-
strings -fasm-blocks -Os -Wreturn-type -Wunused-variable -fmessage-
length=0 -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-
version-min=10.4 -I/Users/ericrehl/Documents/COMSCI101/AccelleratedC+
+/C4Assign4-2/build/C4Assign4-2.build/Release/C4Assign4-2.build/
C4Assign4-2.hmap -mdynamic-no-pic -F/Users/ericrehl/Documents/
COMSCI101/AccelleratedC++/C4Assign4-2/build/Release -I/Users/ericrehl/
Documents/COMSCI101/AccelleratedC++/C4Assign4-2/build/Release/include
-I/Users/ericrehl/Documents/COMSCI101/AccelleratedC++/C4Assign4-2/
build/C4Assign4-2.build/Release/C4Assign4-2.build/DerivedSources -
isysroot /Developer/SDKs/MacOSX10.4u.sdk -c /Users/ericrehl/Documents/
COMSCI101/AccelleratedC++/C4Assign4-2/FindColWidths.cpp -o /Users/
ericrehl/Documents/COMSCI101/AccelleratedC++/C4Assign4-2/build/
C4Assign4-2.build/Release/C4Assign4-2.build/Objects-normal/i386/
FindColWidths.o
cd /Users/ericrehl/Documents/COMSCI101/AccelleratedC++/C4Assign4-2
/usr/bin/g++-4.0 -o /Users/ericrehl/Documents/COMSCI101/
AccelleratedC++/C4Assign4-2/build/C4Assign4-2.build/Release/
C4Assign4-2.build/Objects-normal/ppc/C4Assign4-2 -L/Users/ericrehl/
Documents/COMSCI101/AccelleratedC++/C4Assign4-2/build/Release -F/
Users/ericrehl/Documents/COMSCI101/AccelleratedC++/C4Assign4-2/build/
Release -filelist /Users/ericrehl/Documents/COMSCI101/AccelleratedC++/
C4Assign4-2/build/C4Assign4-2.build/Release/C4Assign4-2.build/Objects-
normal/ppc/C4Assign4-2.LinkFileList -arch ppc -Wl,-Y,1455 -mmacosx-
version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
cd /Users/ericrehl/Documents/COMSCI101/AccelleratedC++/C4Assign4-2
/usr/bin/g++-4.0 -o /Users/ericrehl/Documents/COMSCI101/
AccelleratedC++/C4Assign4-2/build/C4Assign4-2.build/Release/
C4Assign4-2.build/Objects-normal/i386/C4Assign4-2 -L/Users/ericrehl/
Documents/COMSCI101/AccelleratedC++/C4Assign4-2/build/Release -F/
Users/ericrehl/Documents/COMSCI101/AccelleratedC++/C4Assign4-2/build/
Release -filelist /Users/ericrehl/Documents/COMSCI101/AccelleratedC++/
C4Assign4-2/build/C4Assign4-2.build/Release/C4Assign4-2.build/Objects-
normal/i386/C4Assign4-2.LinkFileList -arch i386 -Wl,-Y,1455 -mmacosx-
version-min=10.4 -isysroot /Developer/SDKs/MacOSX10.4u.sdk
cd /Users/ericrehl/Documents/COMSCI101/AccelleratedC++/C4Assign4-2
/usr/bin/lipo -create /Users/ericrehl/Documents/COMSCI101/
AccelleratedC++/C4Assign4-2/build/C4Assign4-2.build/Release/
C4Assign4-2.build/Objects-normal/ppc/C4Assign4-2 /Users/ericrehl/
Documents/COMSCI101/AccelleratedC++/C4Assign4-2/build/
C4Assign4-2.build/Release/C4Assign4-2.build/Objects-normal/i386/
C4Assign4-2 -output /Users/ericrehl/Documents/COMSCI101/AccelleratedC+
+/C4Assign4-2/build/Release/C4Assign4-2
Build succeeded
On Feb 9, 2007, at 5:33 PM, Jeffrey Oleander wrote:
Richard Rehl <email@hidden> wrote:
Actually, I compiled it in XCode and ran it from
Terminal. I'm just using whatever options XCode
defaults to when you first install it....
When you say to post the log, do you mean the build
transcript that I posted before.
I didn't see a full compile and link log.
What I recall having seen was a diff between two logs of
some sort or another; I couldn't tell much from what was
there.
I'm starting to believe that there are so many options and
switches and scripts and #defines and steps in the build
(copy, compile, more dinking, linking...) process that no
one really knows what actually gets done without looking at
the logs each time.
We're still in that awkward stage where Xcode isn't a fully
elegantly integrated environment, so the broken bones stick
through here and there, while the condition of other vital
parts are hidden inside rather than all showing so you can
see exactly what's happening, or all nicely hidden within a
sleek package.
______________________________________________________________________
______________
Expecting? Get great news right away with email Auto-Check.
Try the Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html
_______________________________________________
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