What is this error: error: expected specifier-qualifier-list

2009-04-17 Thread 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? Also is there a reference for XCode compiler error messages? Thanks Greg

Re: What is this error: error: expected specifier-qualifier-list

2009-04-17 Thread Greg Guerin
Greg Robertson wrote: 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? Google the invariant text of your error message. Suggested keywords: expected specifier-qualifier

Re: What is this error: error: expected specifier-qualifier-list

2009-04-17 Thread Drew Lawson
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