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: 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.