Re: [CMake] ninja under windows

2015-08-06 Thread Dan Kegel
I've been using cygwin buildbot for some time, doing pure windows builds. The trick is to have the cygwin buildslave unset a few environment variables (like cygwin's PATH and TEMP and temp), then run a windows batch file to do everything involving compilers, e.g. running windows cmake. There is a

Re: [CMake] ninja under windows

2015-08-06 Thread James Johnston
> -Original Message- > From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Gonzalo > Garramuño > Sent: Monday, August 03, 2015 17:23 > To: cmake@cmake.org > Subject: [CMake] ninja under windows > > I compiled Ninja on cygwin from git. That now works fine it

Re: [CMake] ninja under windows

2015-08-03 Thread Miller, Frank
I suspect that ninja thinks its on a posix system because you compiled it in cygwin. Try building it in a windows "terminal". I routinely use cmake and ninja on windows with the msvc toolchain and it works great but I use msys instead of cygwin. Hopefully that helps you. Frank On 8/3/2015 12

[CMake] ninja under windows

2015-08-03 Thread Gonzalo Garramuño
I compiled Ninja on cygwin from git. That now works fine it seems. I am trying to compile for msvc. However, when cmake runs, I get: [1/123] Building CXX object 'libACESclip\CMakeFiles\ACESclip.dir\src\ACESclipWriter.cpp.obj'ninja: fatal: unknown deps type 'msvc' $ ninja --version 1.6.0.git