Re: What is this error: error: expected specifier-qualifier-list
Re: What is this error: error: expected specifier-qualifier-list
- Subject: Re: What is this error: error: expected specifier-qualifier-list
- From: Drew Lawson <email@hidden>
- Date: Fri, 17 Apr 2009 14:27:44 -0400
According to Greg Robertson:
> I have done a substantial amount of re-coding and now I am getting a
> compile error:
>
> error: expected specifier-qualifier-list before 'mySubClass'
>
>
> What does this mean?
The examples I see from Google seem mostly to be that your code is
using a user defined type that is not fully defined at that point
(usually self-reference in typedefed structs).
Hard to say more without seeing the code that gets the error.
A specifier-qualifier-list is what you might think of as a type in
a declaration. The "qualifier" part is mostly "const" or "*" in
various arangements.
--
Drew Lawson | I'd like to find your inner child
| and kick its little ass
_______________________________________________
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