Re: Build errors
Re: Build errors
- Subject: Re: Build errors
- From: Shawn Erickson <email@hidden>
- Date: Sun, 10 Sep 2006 19:17:50 -0700
On Sep 10, 2006, at 7:02 PM, Clarence Badger wrote:
Since updating to xcode-2.3 and 2.4 I get a slew of errors when
building my project whereas before there were no errors. The errors
are like:
parse error before "void"
previous declaration of 'MGIdle' was here
warning: control reaches end of non-void function
warning: data definition has no type or storage class
none of which is true.
I tried going back to xcode-2.0 which didn't help and forcing
compiling with gcc-3.3 which didn't either. I know that this is not
a lot to go on but maybe there is something else I can try that I
haven't thought of. I would be grateful for anything.
Look at the source related to the errors you are seeing and figure
out what the compiler isn't understanding... we cannot do that for
you because we don't have the source. It looks like some definitions
are not found correctly... missing header or maybe some #define that
your code expects isn't getting define by the build system, etc.
-Shawn
_______________________________________________
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
References: | |
| >Build errors (From: Clarence Badger <email@hidden>) |