Re: Build failed since Dec Dev Tools gcc update ?
Re: Build failed since Dec Dev Tools gcc update ?
- Subject: Re: Build failed since Dec Dev Tools gcc update ?
- From: Barry Wilson <email@hidden>
- Date: Tue, 24 Jun 2003 15:05:07 -0700
However you can do this from terminal:
sudo /usr/sbin/gcc_select 3.1
and everything will work as before. Useful if you want to install the
update to play with it, but want to revert back to 3.1 for existing
projects.
----
Barry Wilson
On Tuesday, June 24, 2003, at 12:05 PM, Aaron Burghardt wrote:
Did you read the ReadMe before you installed the update? I did, and it
kept me from installing it (the GCC 3.3 update Apple released
yesterday).
Specifically, if GCC 3.3 is your default compiler, Project Builder
won't recognize it and will revert to 2.9.5 (instead of the 3.1
compiler). You must change your target to build explicitly with the
3.3 compiler. Could this be your problem?
----
Aaron Burghardt
email@hidden
On Tuesday, June 24, 2003, at 02:04 PM, Yann Bizeul wrote:
I just spent an hour to figure out why my project does not compile
anymore since I updated Dev Tools.
It seems that gcc does not allow variable declaration in top of
function. Does somebody, like me, remember this as an ObjectiveC
feature announced by Apple ?
_______________________________________________
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.