Re: Absolutely Mysterious Compilation Error
Re: Absolutely Mysterious Compilation Error
- Subject: Re: Absolutely Mysterious Compilation Error
- From: "Stephen J. Butler" <email@hidden>
- Date: Sun, 29 Mar 2009 18:25:25 -0500
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