Compiler Craziness!
Compiler Craziness!
- Subject: Compiler Craziness!
- From: Colin Cornaby <email@hidden>
- Date: Sun, 20 Jul 2003 12:52:25 -0700
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?
------------
Colin Cornaby
Programmer - Carpe Stellarem, www.carpestellarem.com. Technology Intern
- Shoreline School District.
http://shorelineschools.org
Duality 4 GT - Now available only for Mac OS X Jaguar.
_______________________________________________
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.