Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-19 Thread Davy Durham
Carbon :-/ Sent from my personalized C Spire Galaxy S III Original message From: Gregor Jasny Date:02/19/2016 03:53 (GMT-06:00) To: Davy Durham , Sean McBride , Eric Wing , cmake-developers@cmake.org Subject: Re: [cmake-developers] Drop support for older Xcode versions

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-19 Thread Gregor Jasny via cmake-developers
Hello, On 19/02/16 00:34, Davy Durham wrote: Actually we have to keep an os x 10.8 box up with the 10.7 sdk using xcode 4.2 targeting 10.6. Apple long ago stopped allowing you to target such old APIs in more recent xcodes. At my company we build 10.6 compatible software using Xcode 6.3. What

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-18 Thread Davy Durham
/2016 17:25 (GMT-06:00) To: Eric Wing , cmake-developers@cmake.org Subject: Re: [cmake-developers] Drop support for older Xcode versions? On Wed, 10 Feb 2016 15:25:31 -0800, Eric Wing said: >On 2/9/16, Davy Durham wrote: >> I'll say that in my line of work, we still have to sup

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-18 Thread Sean McBride
On Wed, 10 Feb 2016 15:25:31 -0800, Eric Wing said: >On 2/9/16, Davy Durham wrote: >> I'll say that in my line of work, we still have to support OS X 10.6 >> (just dropped 10.5 support) .. And we're doing this at Apple's own >> request/demand! It's not fun. I've had to hack tools around to get

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-10 Thread Eric Wing
On 2/9/16, Davy Durham wrote: > I'll say that in my line of work, we still have to support OS X 10.6 > (just dropped 10.5 support) .. And we're doing this at Apple's own > request/demand! It's not fun. I've had to hack tools around to get > somewhat newer tool chains to continue to work, but it'

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-09 Thread Davy Durham
I should also have mentioned that we're supporting a number of other platforms at the same time.. hence our use of cmake. And would rather not have to maintain cmake files that are lowest-common-denominator for the version of cmake that has to continue working on OS X 10.6 On 02/09/2016 08:49

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-09 Thread Davy Durham
I'll say that in my line of work, we still have to support OS X 10.6 (just dropped 10.5 support) .. And we're doing this at Apple's own request/demand! It's not fun. I've had to hack tools around to get somewhat newer tool chains to continue to work, but it's been /great/ that cmake hasn't be

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-08 Thread Tim Blechmann
>> Given Apple's encouragement of developers to always update... > > They certainly do, as Eric described. However, just like everyone > else, Apple often ships regressions in Xcode and it's sometimes vital > to be able to use older versions. Similarly, if you want to deploy > an app to an older

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-08 Thread Sean McBride
On Mon, 8 Feb 2016 10:31:17 -0500, Brad King said: >Sean, it looks like you are still running nightly tests on OS X >10.6 with Xcode 4.2: > > https://open.cdash.org/viewNotes.php?buildid=4226138 > >and OS X 10.5 with Xcode 3.1: > > https://open.cdash.org/viewNotes.php?buildid=4226202 Yeah, most

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-08 Thread Brad King
On 02/07/2016 01:54 PM, Michael Jackson wrote: >> What is the oldest version of OS X that CMake actually runs on? >> I guess I would support the last version of Xcode that actually >> ran on that platform. In reality this is probably 10.6.8? [snip] On 02/08/2016 10:21 AM, Sean McBride wrote: > What

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-08 Thread Brad King
On 02/07/2016 01:54 PM, Michael Jackson wrote: >> What is the oldest version of OS X that CMake actually runs on? >> I guess I would support the last version of Xcode that actually >> ran on that platform. In reality this is probably 10.6.8? [snip] On 02/08/2016 10:21 AM, Sean McBride wrote: > What

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-08 Thread Sean McBride
On Sat, 6 Feb 2016 11:49:07 +0100, Gregor Jasny via cmake-developers said: >I'd like to get your feedback on deprecating or dropping support for >older Xcode versions. During changes on the Xcode generator it gets >harder and harder to test against old and very old Xcode versions like 3 >and 4. >

Re: [cmake-developers] Drop support for older Xcode versions?

2016-02-06 Thread Eric Wing
On 2/6/16, Gregor Jasny via cmake-developers wrote: > Hello, > > I'd like to get your feedback on deprecating or dropping support for > older Xcode versions. During changes on the Xcode generator it gets > harder and harder to test against old and very old Xcode versions like 3 > and 4. > > Are th

[cmake-developers] Drop support for older Xcode versions?

2016-02-06 Thread Gregor Jasny via cmake-developers
Hello, I'd like to get your feedback on deprecating or dropping support for older Xcode versions. During changes on the Xcode generator it gets harder and harder to test against old and very old Xcode versions like 3 and 4. Are there still users around for these versions of Xcode? PS: I'm talkin