Re: Absolutely Mysterious Compilation Error
Re: Absolutely Mysterious Compilation Error
- Subject: Re: Absolutely Mysterious Compilation Error
- From: Тимофей Даньшин <email@hidden>
- Date: Mon, 30 Mar 2009 03:38:02 +0400
Yes, that cleared it. Thank you a lot.
Could you, please, tell me, where i can read more about circular
includes and what the ways of dealing with them are? It seems rather
an odd thing after Java.
On Mar 30, 2009, at 3:25 AM, Stephen J. Butler wrote:
2009/3/29 Тимофей Даньшин <email@hidden>:
It says "error: syntax error before 'TableMaker'"
Could be a circular include problem. Try this:
In OtherClass.h:
- remove the #import "TableMaker.h"
- add @class TableMaker;
In OtherClass.m:
- add #import "TableMaker.h"
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden