• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: What is this error: error: expected specifier-qualifier-list
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >What is this error: error: expected specifier-qualifier-list (From: Greg Robertson <email@hidden>)

  • Prev by Date: Re: What is this error: error: expected specifier-qualifier-list
  • Next by Date: Re: C numerical libraries for integrating with Cocoa
  • Previous by thread: Re: What is this error: error: expected specifier-qualifier-list
  • Next by thread: Re: What is this error: error: expected specifier-qualifier-list
  • Index(es):
    • Date
    • Thread