• 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: Wed, 31 Dec 2003 13:45:24 +0100

I still have this bug, even with all the built options turned off (predictive compilation, etc.) It seems to arise in some specific circonstances. Here is a case where I ALWAYS get it:
Create a new project "C++ tool" and change the main.cpp as follows:


class test {
	test (int i) {}
	test (long j) {}
};

int main (int argc, char * const argv[]) {
	test t = argv;
    return 0;
}

The compiler complains correctly that the assignment to t is ambiguous and then XCode get stuck. You must close the project.

I would like to know if the other people having this bug could do this little test and let us all know if they have the same behavior here. Thanks,

Thomas Lachand-Robert
********************** email@hidden
<< Et le chemin est long du projet ` la chose. >> Molihre, Tartuffe.
_______________________________________________
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>)
 >Re: Build process stuck in XCode (From: Thomas Lachand-Robert <email@hidden>)

  • Prev by Date: Re: warning in main.m
  • Next by Date: Re: Build process stuck in XCode
  • Previous by thread: Re: Build process stuck in XCode
  • Next by thread: Re: Build process stuck in XCode
  • Index(es):
    • Date
    • Thread