Re: Build process stuck in XCode
Re: Build process stuck in XCode
- Subject: Re: Build process stuck in XCode
- From: Thomas Lachand-Robert <email@hidden>
- Date: Thu, 25 Dec 2003 23:48:21 +0100
Le 22 dic. 03, ` 06:30, Scott Tooker a icrit :
Do you have predicitive compilation turned on? If so does turning it
off cause your problems to disappear?
Yes, but turning it off doesn't change anything. Even changing the
target with the popup, etc., doesn't have any effect. Also I tried to
remove the option "continue to build after errors".
It seems that only the UI is stuck, because the build window show every
compilations step, including the zero link build, touching the app and
"bundlizing" some .o: the strange fact is that it tries to bundlize a
.o file those compilation failed (see below).
This bug occurs almost evey time when there is an error in the code.
VERY frustrating, particularly because after relaunching Xcode, it
doesn't remember which editor windows were open (but that's ANOTHER
bug).
P.S.: Is is possible to add this message to my bug report #3516103? I
don't know how to do that.
Thomas Lachand-Robert
********************** email@hidden
<< Et le chemin est long du projet ` la chose. >> Molihre, Tartuffe.
*********** EXAMPLE ***************
Native Build of Target "ObjectiveMath"
CompileC
/Users/tlr/Developer/Builds/ObjectiveMath.build/ObjectiveMath.build/
Objects-normal/ppc/OMMonom.o PolynomsClasses/OMMonom.m normal ppc
objective-c com.apple.compilers.gcc.3_3
setenv MACOSX_DEPLOYMENT_TARGET 10.3
cd /Users/tlr/Developer/ObjectiveMath
/usr/bin/gcc-3.3 -x objective-c -arch ppc -pipe -std=gnu99
-Wno-trigraphs -fasm-blocks -fpascal-strings -g -O0 -mtune=G4
-Wno-protocol -Wformat -Wmissing-braces -Wparentheses
-Wno-four-char-constants -DDEBUG=1 -Wno-shadow -Wmost
-Wno-four-char-constants -Wno-unknown-pragmas -Wno-shadow -O0
-fmessage-length=0 -ffix-and-continue -fzero-link
-F/Users/tlr/Developer/Builds -I/Users/tlr/Developer/Builds/include
-I/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE/
-I/sw/include
-I/Users/tlr/Developer/Builds/ObjectiveMath.build/ObjectiveMath.build/
DerivedSources
-Wp,-header-mapfile,/Users/tlr/Developer/Builds/ObjectiveMath.build/
ObjectiveMath.build/ObjectiveMath.hmap -include
/Users/tlr/Developer/Builds/SharedCaches/ObjectiveMath_Prefix-
cwvbysmpjtwkhnaavkvcbkqgeuvy/ObjectiveMath_Prefix.pch -c
/Users/tlr/Developer/ObjectiveMath/PolynomsClasses/OMMonom.m -o
/Users/tlr/Developer/Builds/ObjectiveMath.build/ObjectiveMath.build/
Objects-normal/ppc/OMMonom.o
CompileC
/Users/tlr/Developer/Builds/ObjectiveMath.build/ObjectiveMath.build/
Objects-normal/ppc/OMPolynom.o PolynomsClasses/OMPolynom.m normal ppc
objective-c com.apple.compilers.gcc.3_3
setenv MACOSX_DEPLOYMENT_TARGET 10.3
cd /Users/tlr/Developer/ObjectiveMath
/usr/bin/gcc-3.3 -x objective-c -arch ppc -pipe -std=gnu99
-Wno-trigraphs -fasm-blocks -fpascal-strings -g -O0 -mtune=G4
-Wno-protocol -Wformat -Wmissing-braces -Wparentheses
-Wno-four-char-constants -DDEBUG=1 -Wno-shadow -Wmost
-Wno-four-char-constants -Wno-unknown-pragmas -Wno-shadow -O0
-fmessage-length=0 -ffix-and-continue -fzero-link
-F/Users/tlr/Developer/Builds -I/Users/tlr/Developer/Builds/include
-I/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE/
-I/sw/include
-I/Users/tlr/Developer/Builds/ObjectiveMath.build/ObjectiveMath.build/
DerivedSources
-Wp,-header-mapfile,/Users/tlr/Developer/Builds/ObjectiveMath.build/
ObjectiveMath.build/ObjectiveMath.hmap -include
/Users/tlr/Developer/Builds/SharedCaches/ObjectiveMath_Prefix-
cwvbysmpjtwkhnaavkvcbkqgeuvy/ObjectiveMath_Prefix.pch -c
/Users/tlr/Developer/ObjectiveMath/PolynomsClasses/OMPolynom.m -o
/Users/tlr/Developer/Builds/ObjectiveMath.build/ObjectiveMath.build/
Objects-normal/ppc/OMPolynom.o
In file included from
/Users/tlr/Developer/ObjectiveMath/PolynomsClasses/OMPolynom.m:9:
/Users/tlr/Developer/ObjectiveMath/PolynomsClasses/OMPolynom.h:25:
error: parse error before "OMMonom"
/Users/tlr/Developer/ObjectiveMath/PolynomsClasses/OMPolynom.h:27:
fatal error: method definition not in class context
compilation terminated.
{standard input}:10:FATAL:.abort detected. Assembly stopping.
Building ZeroLink launcher
/Users/tlr/Developer/Builds/ObjectiveMath.app/Contents/MacOS/
ObjectiveMath
cd /Users/tlr/Developer/ObjectiveMath
/usr/bin/ld -o
/Users/tlr/Developer/Builds/ObjectiveMath.app/Contents/MacOS/
ObjectiveMath -lcrt1.o
/System/Library/PrivateFrameworks/ZeroLink.framework/Resources/
libZeroLinkAppStub.a -all_load -lSystem -L/Users/tlr/Developer/Builds
-L/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE -L/sw/lib
-F/Users/tlr/Developer/Builds -framework Cocoa -lperl -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
/Users/tlr/Developer/Builds/ObjectiveMath.build/ObjectiveMath.build/
Objects-normal/ObjectiveMath.zerolink
Touch /Users/tlr/Developer/Builds/ObjectiveMath.app
Bundlizing
/Users/tlr/Developer/Builds/ObjectiveMath.build/ObjectiveMath.build/
Objects-normal/ppc/OMMonom.ob
/Users/tlr/Developer/Builds/ObjectiveMath.build/ObjectiveMath.build/
Objects-normal/ppc/OMMonom.o
Bundlizing
/Users/tlr/Developer/Builds/ObjectiveMath.build/ObjectiveMath.build/
Objects-normal/ppc/OMPolynom.ob
/Users/tlr/Developer/Builds/ObjectiveMath.build/ObjectiveMath.build/
Objects-normal/ppc/OMPolynom.o
_______________________________________________
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.