fatal error - what causes it?
fatal error - what causes it?
- Subject: fatal error - what causes it?
- From: Jeff LaMarche <email@hidden>
- Date: Sat, 15 Nov 2003 12:30:23 -0500
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?
_______________________________________________
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.