Re: [webkit-dev] [CMake] Bumping cmake_minimum_required

2016-09-23 Thread Alex Christensen
Updating to CMake 3.2 would also not cause us a problem. > On Sep 23, 2016, at 1:14 AM, Konstantin Tokarev wrote: > > > > 23.09.2016, 00:59, "Alex Christensen" >: >> Requiring CMake 3.0 would not cause us a problem. >

Re: [webkit-dev] [CMake] Bumping cmake_minimum_required

2016-09-23 Thread Fujii Hironori
On Fri, Sep 23, 2016 at 5:14 PM, Konstantin Tokarev wrote: > > > 23.09.2016, 00:59, "Alex Christensen" : >> Requiring CMake 3.0 would not cause us a problem. > > Looks like anyone is fine with updating CMake to 3.0, however Fujii Hironori > is asking

Re: [webkit-dev] [CMake] Bumping cmake_minimum_required

2016-09-23 Thread Konstantin Tokarev
23.09.2016, 00:59, "Alex Christensen" : > Requiring CMake 3.0 would not cause us a problem. Looks like anyone is fine with updating CMake to 3.0, however Fujii Hironori is asking about CMake 3.2, and AFAIU updating to 3.0 won't help for his patch. . >>  On Sep 21,

Re: [webkit-dev] [CMake] Bumping cmake_minimum_required

2016-09-22 Thread Alex Christensen
Requiring CMake 3.0 would not cause us a problem. > On Sep 21, 2016, at 5:06 AM, Michael Catanzaro wrote: > > On Wed, 2016-09-21 at 18:09 +0900, Fujii Hironori wrote: >> Ubuntu 14.04 has GCC 4.8 and build fails with a following error >> message. > > Hm that's a good

Re: [webkit-dev] [CMake] Bumping cmake_minimum_required

2016-09-21 Thread Michael Catanzaro
On Wed, 2016-09-21 at 18:09 +0900, Fujii Hironori wrote: > Ubuntu 14.04 has GCC 4.8 and build fails with a following error > message. Hm that's a good point. Looks like that ship has already sailed. No, we don't want to support GCC 4.8. Our dependency policy is only a month old, and we just

Re: [webkit-dev] [CMake] Bumping cmake_minimum_required

2016-09-21 Thread Fujii Hironori
On Wed, Sep 21, 2016 at 12:39 AM, Michael Catanzaro wrote: > On Tue, 2016-09-20 at 18:35 +0900, Fujii Hironori wrote: > > WebKitGTK+ intends to continue supporting 2.8.12 until April, when we > drop support for Ubuntu 14.04. So the new features you want to use > should be

Re: [webkit-dev] [CMake] Bumping cmake_minimum_required

2016-09-20 Thread Michael Catanzaro
On Tue, 2016-09-20 at 17:57 +0200, Carlos Garcia Campos wrote: > So, is our deps policy about build-time only dependencies too? I > don't > think it should be. The problem, as you're well aware, is that once our build dependencies exceed what's available in a particular distro, that distro will

Re: [webkit-dev] [CMake] Bumping cmake_minimum_required

2016-09-20 Thread Carlos Garcia Campos
El mar, 20-09-2016 a las 10:39 -0500, Michael Catanzaro escribió: > On Tue, 2016-09-20 at 18:35 +0900, Fujii Hironori wrote: > > > > I'm interested in bumping cmake_minimum_required for > > . > > Which version of CMake is minimum version to be supported? > > Hi, > >

Re: [webkit-dev] [CMake] Bumping cmake_minimum_required

2016-09-20 Thread Michael Catanzaro
On Tue, 2016-09-20 at 18:35 +0900, Fujii Hironori wrote: > I'm interested in bumping cmake_minimum_required for > . > Which version of CMake is minimum version to be supported? Hi, WebKitGTK+ intends to continue supporting 2.8.12 until April, when we drop support for

Re: [webkit-dev] [CMake] Bumping cmake_minimum_required

2016-09-20 Thread Fujii Hironori
Oops. I replied personally. I repost my and his messages again. On Tue, 20 Sep 2016 19:34:36 +0900, Fujii Hironori wrote: > > On Tue, Sep 20, 2016 at 2:58 AM, Konstantin Tokarev wrote: > > > > Supporting 2.8.12 allows building on more older/LTS systems using > > cmake

Re: [webkit-dev] [CMake] Bumping cmake_minimum_required

2016-09-20 Thread Konstantin Tokarev
20.09.2016, 12:36, "Fujii Hironori" : > I'm interested in bumping cmake_minimum_required for > . > Which version of CMake is minimum version to be supported? Now minimum supported version is 2.8.12. What version do you need? Supporting