And Debugging in Xcode? Where's THAT checkbox? (Re: Cannot declare variables in the middle anymore)
And Debugging in Xcode? Where's THAT checkbox? (Re: Cannot declare variables in the middle anymore)
- Subject: And Debugging in Xcode? Where's THAT checkbox? (Re: Cannot declare variables in the middle anymore)
- From: Don Briggs <email@hidden>
- Date: Tue, 8 Jul 2003 08:49:21 -0700
Along similar lines,
How do I get Xcode to honor my breakpoints?
Sometimes they work -- sometimes they don't.
Where's the dependency?
Thanks,
Don
On Tuesday, 2003 July, 08, at 06:40AM, Alastair J.Houghton wrote:
Amazing!!!
<Lorenzo's experience with gcc versions deleted>
Maybe in my machine something has been corrupted?
You've accidentally switched to gcc 2.95 in Project Builder; this
happens when you install XCode or the GCC 3.3 update (check the
release notes for the GCC 3.3 update for more information on how to
use GCC 3.3 from Project Builder if that was what you wanted to do).
To change back to GCC 3.1, go to a terminal window and enter "sudo
gcc_select 3.1". Your builds should start working again (you might
have to restart Project Builder).
(GCC 3 and later support declarations in the middle of a function,
just like in C++. GCC 2.95 didn't, which is why you get the error.)
Kind regards,
Alastair.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.