Re: fatal error - what causes it?
Re: fatal error - what causes it?
- Subject: Re: fatal error - what causes it?
- From: Shawn Erickson <email@hidden>
- Date: Sat, 15 Nov 2003 11:11:34 -0800
On Nov 15, 2003, at 9:30 AM, Jeff LaMarche wrote:
I'm getting:
fatal error: method definition not in class context
in some header files, which is always accompanied by at least one
parse error in the same file. I can find nothing wrong with the syntax
of the header file where this is occurring. It seems that in some
cases I've been able to get it to go away by inserting a @class or
#import method, but it seems sort of random, what makes it go away - I
seem to be able to make it go away in one file, but then get it in a
different header.
I do have two classes that reference each other, which I thought was
responsible for the problem, but changing both classes #import of each
to @class declarations doesn't seem to help.
I'm stymied. Does anyone know what might be going on?
Check your + and - method designations, make sure that your methods as
scoped as expected.
-Shawn
_______________________________________________
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.