Re: Xcode is compiling my comments
Re: Xcode is compiling my comments
- Subject: Re: Xcode is compiling my comments
- From: Greg Guerin <email@hidden>
- Date: Tue, 3 Mar 2009 17:53:26 -0700
Mark Wagner wrote:
The compiler output:
pgWinDef.h:173: error: expected unqualified-id before 'unsigned'
pgWinDef.h:173: error: expected initializer before 'unsigned'
Lines 173 and 174 pgWinDef.h:
typedef void *HENHMETAFILE;
//typedef unsigned char * HENHMETAFILE; /* Compatible with the def in
mgrphres.h */
Why's Xcode compiling the comment rather than the code?
Maybe it doesn't like the // as a comment indicator.
Do you have a specific version of C compliance active? Maybe on just
one file?
See the -ansi and -std= options to gcc.
-- GG
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden