Re: How to get SDK 10.5 on XCode 4?

2012-06-05 Thread Stephane Sudre
On Tue, Jun 5, 2012 at 1:39 AM, Jens Alfke j...@mooseyard.com wrote: On Jun 4, 2012, at 3:58 PM, Vojtěch Meluzín wrote: But I want to generate builds for 10.5 SDK, but using the new GCC. XCode 4 installer created SDKs for 10.6 and 10.7, how can I get the 10.5 SDK? You'll need to build with

Re: How to get SDK 10.5 on XCode 4?

2012-06-05 Thread Ken Thomases
On Jun 4, 2012, at 6:39 PM, Jens Alfke wrote: On Jun 4, 2012, at 3:58 PM, Vojtěch Meluzín wrote: But I want to generate builds for 10.5 SDK, but using the new GCC. XCode 4 installer created SDKs for 10.6 and 10.7, how can I get the 10.5 SDK? You'll need to build with the 10.7 SDK that

Re: How to get SDK 10.5 on XCode 4?

2012-06-05 Thread Vojtěch Meluzín
Ok, so I installed XCode 4 and I also installed XCode 3 from my backup installer. Now XCode 4 conrtains the Developer stuff, SDKs etc., but only 10.6 and 10.7 as expected. But I cannot find XCode 3 SDKs, any idea where they are? Or I'm not supposed to have both versions installed at the same

Re: How to get SDK 10.5 on XCode 4?

2012-06-05 Thread Nick Zitzmann
On Jun 5, 2012, at 10:45 AM, Vojtěch Meluzín wrote: Ok, so I installed XCode 4 and I also installed XCode 3 from my backup installer. Now XCode 4 conrtains the Developer stuff, SDKs etc., but only 10.6 and 10.7 as expected. But I cannot find XCode 3 SDKs, any idea where they are? Or I'm not

Re: How to get SDK 10.5 on XCode 4?

2012-06-05 Thread Jens Alfke
On Jun 5, 2012, at 10:40 AM, Nick Zitzmann wrote: That is correct; LLVM-GCC is just a front-end for LLVM that accepts GCC-style command line options. Not really. It's more correct to say that it _is_ GCC, just with the code generator replaced by LLVM. The parsing is 100% GCC. The benefit is

How to get SDK 10.5 on XCode 4?

2012-06-04 Thread Vojtěch Meluzín
Hi, I just upgraded to Lion and XCode 4, because the previous version of GCC distributed with XCode 3 was just buggy. But I want to generate builds for 10.5 SDK, but using the new GCC. XCode 4 installer created SDKs for 10.6 and 10.7, how can I get the 10.5 SDK? And is it even possible to use it

Re: How to get SDK 10.5 on XCode 4?

2012-06-04 Thread Nick Zitzmann
On Jun 4, 2012, at 4:58 PM, Vojtěch Meluzín wrote: Hi, I just upgraded to Lion and XCode 4, because the previous version of GCC distributed with XCode 3 was just buggy. But I want to generate builds for 10.5 SDK, but using the new GCC. XCode 4 installer created SDKs for 10.6 and 10.7, how

Re: How to get SDK 10.5 on XCode 4?

2012-06-04 Thread Michael Hall
What new GCC? Xcode 4 dropped GCC in favor of LLVM. gcc -version i686-apple-darwin11-llvm-gcc-4.2: no input files ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact

Re: How to get SDK 10.5 on XCode 4?

2012-06-04 Thread Jens Alfke
On Jun 4, 2012, at 3:58 PM, Vojtěch Meluzín wrote: But I want to generate builds for 10.5 SDK, but using the new GCC. XCode 4 installer created SDKs for 10.6 and 10.7, how can I get the 10.5 SDK? You'll need to build with the 10.7 SDK that comes with Xcode. You can still build apps that

Re: How to get SDK 10.5 on XCode 4?

2012-06-04 Thread Nick Zitzmann
On Jun 4, 2012, at 5:26 PM, Michael Hall wrote: What new GCC? Xcode 4 dropped GCC in favor of LLVM. gcc -version i686-apple-darwin11-llvm-gcc-4.2: no input files That's not GCC; that's LLVM-GCC, or LLVM with a GCC front-end. The real GCC was dropped from Xcode 4. Nick Zitzmann

Re: How to get SDK 10.5 on XCode 4?

2012-06-04 Thread Michael Hall
On Jun 4, 2012, at 6:45 PM, Nick Zitzmann wrote: On Jun 4, 2012, at 5:26 PM, Michael Hall wrote: What new GCC? Xcode 4 dropped GCC in favor of LLVM. gcc -version i686-apple-darwin11-llvm-gcc-4.2: no input files That's not GCC; that's LLVM-GCC, or LLVM with a GCC front-end. The real

Re: How to get SDK 10.5 on XCode 4?

2012-06-04 Thread Glenn L. Austin
On Jun 4, 2012, at 4:56 PM, Michael Hall wrote: On Jun 4, 2012, at 6:45 PM, Nick Zitzmann wrote: On Jun 4, 2012, at 5:26 PM, Michael Hall wrote: What new GCC? Xcode 4 dropped GCC in favor of LLVM. gcc -version i686-apple-darwin11-llvm-gcc-4.2: no input files That's not GCC;