Re: [CMake] CMake and OS X compiler tools without SDK

2012-09-21 Thread Brad King
On 09/21/2012 12:36 PM, David Gobbi wrote: > Thanks, I just did a build of VTK under XCode 4.5 with cmake-next and > it no longer sets the CMAKE_OSX_SYSROOT to a non-existent > /Developer/SDKs/MacOSX10.7.sdk. And with my old XCode 3.2 system, > it _does_ find and use the existing MacOSX10.6.sdk.

Re: [CMake] CMake and OS X compiler tools without SDK

2012-09-21 Thread David Gobbi
On Fri, Sep 21, 2012 at 9:34 AM, Brad King wrote: > > I just made a few more commits to address this before 2.8.10. > The main changes are: > > http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a0a0877a > http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=230ea218 > > Now CMake will always veri

Re: [CMake] CMake and OS X compiler tools without SDK

2012-09-21 Thread Brad King
On 09/20/2012 06:28 PM, Sean McBride wrote: > On Thu, 20 Sep 2012 16:16:19 -0600, David Gobbi said: > >>> You sure? I'm pretty sure the 4.4 command line tools didn't need >> Xcode.app either. >> >> Could be. I'm still using XCode 3.2 on my own box. It's the people >> working under me who are us

Re: [CMake] CMake and OS X compiler tools without SDK

2012-09-20 Thread Sean McBride
On Thu, 20 Sep 2012 16:16:19 -0600, David Gobbi said: >> You sure? I'm pretty sure the 4.4 command line tools didn't need >Xcode.app either. > >Could be. I'm still using XCode 3.2 on my own box. It's the people >working under me who are using newer versions. A! :) I think it's been this w

Re: [CMake] CMake and OS X compiler tools without SDK

2012-09-20 Thread David Gobbi
On Thu, Sep 20, 2012 at 2:55 PM, Sean McBride wrote: > On Thu, 20 Sep 2012 14:26:54 -0600, David Gobbi said: > >>Hi All, >> >>Just yesterday, Apple released new "Command Line Tools for XCode 4.5". >> Unlike their previous command-line compiler tools, these new tools no >>longer require XCode. The

Re: [CMake] CMake and OS X compiler tools without SDK

2012-09-20 Thread Sean McBride
On Thu, 20 Sep 2012 14:26:54 -0600, David Gobbi said: >Hi All, > >Just yesterday, Apple released new "Command Line Tools for XCode 4.5". > Unlike their previous command-line compiler tools, these new tools no >longer require XCode. They are stand-alone. You sure? I'm pretty sure the 4.4 command

Re: [CMake] CMake and OS X compiler tools without SDK

2012-09-20 Thread Michael Jackson
On Sep 20, 2012, at 4:26 PM, David Gobbi wrote: > Hi All, > > Just yesterday, Apple released new "Command Line Tools for XCode 4.5". > Unlike their previous command-line compiler tools, these new tools no > longer require XCode. They are stand-alone. This is great, because > the package is jus

[CMake] CMake and OS X compiler tools without SDK

2012-09-20 Thread David Gobbi
Hi All, Just yesterday, Apple released new "Command Line Tools for XCode 4.5". Unlike their previous command-line compiler tools, these new tools no longer require XCode. They are stand-alone. This is great, because the package is just 110MB (compared to 1560MB for XCode). However, there is a