Re: cmake fails to run/build under Cygwin

2015-09-22 Thread Marco Atzeri
On 22/09/2015 17:00, Nick Kennedy wrote: On 21 September 2015 Nick Kennedy wrote: I'm just running in a normal Cygwin session. The most likely BLODA culprit would be Kaspersky Internet Security. I've also got Visual Studio and the Windows debugging toolkit installed, but I don't think either

RE: cmake fails to run/build under Cygwin

2015-09-22 Thread Nick Kennedy
On 21 September 2015 Nick Kennedy wrote: > I'm just running in a normal Cygwin session. The most likely BLODA culprit > would be Kaspersky Internet Security. > I've also got Visual Studio and the Windows debugging toolkit installed, but > I don't think either of those are likely. > Using gdb, t

RE: cmake fails to run/build under Cygwin

2015-09-21 Thread Nick Kennedy
On 21 September 2015 Tony Kelman wrote: > Could you try at least taking the win32 cmake off your path? > Or as an experiment, running `PATH=/usr/bin cmake .` ? I've just tried that - no difference. > Problems with exec'ing external programs would otherwise lead me to suspect > BLODA or somethin

Re: cmake fails to run/build under Cygwin

2015-09-21 Thread Warren Young
On Sep 21, 2015, at 11:55 AM, David Stacey wrote: > > On 21/09/15 16:48, Warren Young wrote: >> I just built yasm via cmake under Cygwin 64 2.1.1 on Windows 10, and it >> worked just fine. > > Did you just pick this for the sake of an example, or would you like me to > rebuild yasm? Just an e

Re: cmake fails to run/build under Cygwin

2015-09-21 Thread Tony Kelman
It looks as though there is a problem with `execute_process` (and the deprecated `exec_program`). I haven't tried uninstalling the Win32 version of CMake, but it's definitely the CygWin version that is running. Could you try at least taking the win32 cmake off your path? Or as an experiment, run

Re: cmake fails to run/build under Cygwin

2015-09-21 Thread David Stacey
On 21/09/15 16:48, Warren Young wrote: I just built yasm via cmake under Cygwin 64 2.1.1 on Windows 10, and it worked just fine. Did you just pick this for the sake of an example, or would you like me to rebuild yasm? Dave. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: cmake fails to run/build under Cygwin

2015-09-21 Thread Warren Young
On Sep 21, 2015, at 9:48 AM, Warren Young wrote: > > I just built yasm via cmake under Cygwin 64 2.1.1 That’s CMake 3.3.1 on Cygwin 2.2.1. Just updated minutes ago. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: htt

Re: cmake fails to run/build under Cygwin

2015-09-21 Thread Warren Young
On Sep 21, 2015, at 5:10 AM, Nick Kennedy wrote: > > running 'cmake .’ What happens if you use a separate build directory instead? mkdir build cd build cmake .. Are you trying to build something publicly-available, which we can all test? I just built yasm via cmake under Cygwin 6

Re: cmake fails to run/build under Cygwin

2015-09-21 Thread Nick Kennedy
On 21/09/2015 13:10, Marco Atzeri wrote: > on W7 64 I see no issue. > As you have both cygwin and windows version of cmake on the path > may be they are interfering each other ? > I suggest to run "cmake --trace " to see where cmake is > blocking. > Have you tested others projects using Cmake ?

Re: cmake fails to run/build under Cygwin

2015-09-21 Thread Marco Atzeri
On 21/09/2015 13:10, Nick Kennedy wrote: I've been trying to use cmake under Cygwin. Using the current binary installed using Cygwin setup and running 'cmake .' from a folder that contains a CMakeLists.txt just sits there with the process using 100% of a core on my machine and nothing visibly hap