Re: GCC3?
Re: GCC3?
- Subject: Re: GCC3?
- From: "Alastair J.Houghton" <email@hidden>
- Date: Mon, 11 Aug 2003 10:53:20 +0100
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.
References: | |
| >GCC3? (From: April Gendill <email@hidden>) |