• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Build process stuck in XCode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: Build process stuck in XCode
      • From: Thomas Lachand-Robert <email@hidden>
References: 
 >Build process stuck in XCode (From: Thomas Lachand-Robert <email@hidden>)
 >Re: Build process stuck in XCode (From: Scott Tooker <email@hidden>)

  • Prev by Date: XCode 1.1 fails on IOKit Driver I have an IOKit project that compiled prior to the XCode 1.1 CD install, it worked with the Xcode 1.1 software update. It can not include the required files. The simplest case is to create a new "IOKit Driver" and build. The first error is: "/Volumes/User/dgrassi/Desktop/tiok/build/tiok.build/tiok.build/Derive dSources/tiok_info.c:1:29: mach/mach_types.h: No such file or directory" Using my previous working project: Including: #include <IOKit/storage/IOMedia.h> causes the error: IOLexarEncryptFilter.cpp:6:26: IOKit/assert.h: No such file or directory Or including: #include <Kernel/IOKit/storage/IOMedia.h> causes the error: IOLexarEncryptFilter.cpp:6:26: IOKit/assert.h: No such file or directory My questions (in order of preference): 1) Am I missing something 2) Is there a workaround 3) How can I "downgrade" without completely reinstalling the OS, Xcode and all the updates? Thanks, Dan Grassi
  • Next by Date: More info on my 'nil' problem...
  • Previous by thread: Re: Build process stuck in XCode
  • Next by thread: Re: Build process stuck in XCode
  • Index(es):
    • Date
    • Thread