Re: CMake 3.16

2020-05-15 Thread Ivan Vučica
On Fri, May 15, 2020 at 11:03 AM David Chisnall wrote: > > Hi all, > > At some point, I'd like to move libobjc2 to requiring at least CMake > 3.16. 3.15 gained support for driving the GCC-flavoured clang on > Windows with the Visual Studio ABI (older versions have to use clang-cl, > which takes

Re: CMake 3.16

2020-05-15 Thread Fred Kiefer
> Am 15.05.2020 um 12:02 schrieb David Chisnall : > > At some point, I'd like to move libobjc2 to requiring at least CMake 3.16. > 3.15 gained support for driving the GCC-flavoured clang on Windows with the > Visual Studio ABI (older versions have to use clang-cl, which takes Visual >

Re: CMake 3.16

2020-05-15 Thread Sebastian Reitenbach
> On 15. May 2020, at 14:16, Riccardo Mottola > wrote: > > Hi David! > > hope all is well. > > > David Chisnall wrote: >> >> What is the most recent cmake that is easy to install on your GNUstep >> development systems? I'd like to get an idea of when moving to >> depending on 3.16

Re: CMake 3.16

2020-05-15 Thread Riccardo Mottola
Hi David! hope all is well. David Chisnall wrote: > > What is the most recent cmake that is easy to install on your GNUstep > development systems?  I'd like to get an idea of when moving to > depending on 3.16 (released last November) will be viable for most > people. > On NetBSD latest pkg

Re: CMake 3.16

2020-05-15 Thread Richard Frith-Macdonald
> On 15 May 2020, at 11:02, David Chisnall wrote: > > What is the most recent cmake that is easy to install on your GNUstep > development systems? I'd like to get an idea of when moving to depending on > 3.16 (released last November) will be viable for most people. CentOS-7 comes with

CMake 3.16

2020-05-15 Thread David Chisnall
Hi all, At some point, I'd like to move libobjc2 to requiring at least CMake 3.16. 3.15 gained support for driving the GCC-flavoured clang on Windows with the Visual Studio ABI (older versions have to use clang-cl, which takes Visual Studio-compatible arguments). 3.16 gained native support

Re: Building GNUstep for Windows using Clang

2020-05-15 Thread Frederik Seiffert
Hi all, Following up on this thread I wanted to give a quick update on building GNUstep for Windows. First, I managed to build Base successfully using GCC on MinGW 64-bit following Riccardo’s helpful instructions at http://wiki.gnustep.org/index.php/Installation_MSYS2. Two small things here