Re: Error: parse error before 'AT_NAME' token
Re: Error: parse error before 'AT_NAME' token
- Subject: Re: Error: parse error before 'AT_NAME' token
- From: Theo Vosse <email@hidden>
- Date: Fri, 21 Oct 2005 09:13:54 +0200
On Oct 21, 2005, at 1:36 AM, Tito Ciuro wrote:
What does this mean?: PictureRetriever.h:17: error: parse error
before 'AT_NAME' token
It means precisely what is says: the parser has detected an error
before an "@" symbol.
It's impossible to say what the problem is without the sources, but
given that it's early in a .h file, I guess it is parsing the
@interface line. You probably cannot see the error there (otherwise
you wouldn't have mailed this list, I assume), so the error is most
likely at the end of the #include or #import file just before that
line. If not, send more context...
Theo
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden