Re: Objective-C or C++ or something...
Re: Objective-C or C++ or something...
- Subject: Re: Objective-C or C++ or something...
- From: "M. Uli Kusterer" <email@hidden>
- Date: Thu, 7 Aug 2003 23:59:11 +0200
At 12:58 Uhr -0700 07.08.2003, Seth Willits wrote:
My compiler either just started, or I just noticed, complaining if I
declare a variable in the middle of a routine. All of the examples I
see and the code I have does this, so obviously it's some kind of
setting, but I can't find it anywhere. Could someone tell me how to
fix this?
You just installed xCode, with the GCC 3.3 update, right? Project
Builder will not use GCC 3.3, because it can't cope with some changes
in it, so it reverts to 2.95. Go to your project's Expert Settings
and add a key "GCC_VERSION = 3.1" or something like that, and you'll
have your newer compiler back.
Sadly, GCC's popup menu in Simple View shows 3.1 even though it
doesn't use it...
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.