Re: [Pyobjc-dev] doc-based project, bin-python-main.m does not compile
Brought to you by:
ronaldoussoren
From: Ronald J. <ro...@ma...> - 2003-07-05 20:20:49
|
> Where did the 2.95 default setting come from? GCC 3.3 is the default ( if you installed the latest update), PB is the only one who is not aware of it. It defaults to 3.1 and when the system tells it that 3.1 is not the default anymore, it use 2.95 = (. > Isn't there a place to set this globally? Don't know, maybe configuring the PB templates? Dough it's easy to revert to 3.1 in bash do #gcc_select 3 ( to go back to 3.3 #gcc_select 3.x ) > > Thanks! You are wellcome =) |