Re: GCC3?
Re: GCC3?
- Subject: Re: GCC3?
- From: April Gendill <email@hidden>
- Date: Mon, 11 Aug 2003 07:07:05 -0700
declare variables where?
No, with me its just totaly weird parse errors, and if I delete the
line of code and retype it exactly the same, it works. but a cut and
paste does not.
On Monday, August 11, 2003, at 02:53 AM, Alastair J.Houghton wrote:
On Monday, August 11, 2003, at 07:07 am, April Gendill wrote:
The other day I installed the GCC update for the december tools and
all of a sudden none of my programs would compile. I would get
sometimes hundreds of parse errors. But if I retyped the line of code
the parse error went away.
Has any one else experienced this or anything similar?
The usual problem people have is that they install the GCC update
without reading the release notes properly, and end-up trying to
compile code that declares variables mid-block with GCC 2.95, which
will fail because the ability to declare variables between statements
was added by C99, which GCC 2.95 doesn't support.
I haven't seen anyone complain about random parse errors though.
Kind regards,
Alastair.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
- Follow-Ups:
- Re: GCC3?
- From: "Alastair J.Houghton" <email@hidden>
References: | |
| >Re: GCC3? (From: "Alastair J.Houghton" <email@hidden>) |