Re: Compiler Craziness!
Re: Compiler Craziness!
- Subject: Re: Compiler Craziness!
- From: publiclook <email@hidden>
- Date: Sun, 20 Jul 2003 16:25:02 -0400
On Sunday, July 20, 2003, at 03:52 PM, Colin Cornaby wrote:
Ever since I installed the WWDC update for Project Builder (with the
new GCC) the compiler gets angry if I don't declare everything at the
beginning of the method. Here is the error:
AppController.m:50: parse error before `*'
People would just comment that I probably should declare variables at
the beginning of a method anyways, but this problem is getting quite
annoying because the example code that Apple has (the above error is
from WebKit's MiniBrowser) also declares variables midway through a
method.
Any ideas?
My first idea is to check the archives of this forum at
http://cocoa.mamasam.com/
http://cocoa.mamasam.com/MACOSXDEV/2003/07/1/68285.php
http://cocoa.mamasam.com/MACOSXDEV/2003/07/1/68322.php
_______________________________________________
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.