Re: [cmake-developers] Building with cmake on MSYS/MinGW

2014-05-20 Thread Greg Jung
This didn't sink in:, but now I get it. As it is, cmake on windows doesn't get the mounting of /usr The MSYS soft mount is a feature of the MSYS shell. It maps such paths in command lines to the corresponding Windows paths. No other programs are expected to translate such paths. Now

Re: [cmake-developers] Building with cmake on MSYS/MinGW

2014-05-19 Thread Brad King
On 05/18/2014 04:47 AM, Greg Jung wrote: I'm trying to get cmake to build on a MSYS/Mingw system. We have nightly testing of building CMake itself using both the MSYS Makefiles generator and the MinGW Makefiles generator. We even test running the bootstrap script on MSYS. What is not working

Re: [cmake-developers] Building with cmake on MSYS/MinGW

2014-05-19 Thread Greg Jung
Thanks for your help. On Mon, May 19, 2014 at 6:37 AM, Brad King brad.k...@kitware.com wrote: On 05/18/2014 04:47 AM, Greg Jung wrote: I'm trying to get cmake to build on a MSYS/Mingw system. We have nightly testing of building CMake itself using both the MSYS Makefiles generator and the

[cmake-developers] Building with cmake on MSYS/MinGW

2014-05-18 Thread Greg Jung
I'm trying to get cmake to build on a MSYS/Mingw system. MSYS Makefiles generator is used, causing MSYS variable to be accessible at the end of CMakeMSYSFindMake. Library and include searches into the default locations do not work because it is presumed -in the scripts that /usr/local will