Re: [CMake] CMAKE - troubles finding executables/paths - Windows 7 / MinGW

2016-06-14 Thread Martin Weber
Yes, I know this [1] thread is old, but it hurts me, too. This is what I found: The mingw32 installer (mingw32-get, IIRC) no longer places a key in the windows registry. So if anyone installed mingw32 in a directory other than c:/MinGW/, cmake will not find it. After adding the bin directory of

Re: [CMake] CMAKE - troubles finding executables/paths - Windows 7 / MinGW

2011-06-01 Thread Bill Lorensen
I can't reproduce the problem although I did recently upgrade to cmake 2.8.4. It is important to have c:/MinGW/bin (or your bin location) in the system path. On Tue, May 31, 2011 at 2:00 PM, Bill Hoffman bill.hoff...@kitware.com wrote: On 5/31/2011 12:57 PM, Bill Lorensen wrote: Steve, I'm

Re: [CMake] CMAKE - troubles finding executables/paths - Windows 7 / MinGW

2011-06-01 Thread Bill Hoffman
On 6/1/2011 10:13 AM, Bill Lorensen wrote: I can't reproduce the problem although I did recently upgrade to cmake 2.8.4. It is important to have c:/MinGW/bin (or your bin location) in the system path. If c:/MinGW/bin is in your PATH then it will always work. However, it should also work

Re: [CMake] CMAKE - troubles finding executables/paths - Windows 7 / MinGW

2011-06-01 Thread Bill Lorensen
I have different problems if I remove it. When I run cmake cannot find several dll's required for the compilers to work are missing. So I think as part of the install process, a mingw user should add it to their path. Bill On Wed, Jun 1, 2011 at 3:44 PM, Bill Hoffman bill.hoff...@kitware.com

Re: [CMake] CMAKE - troubles finding executables/paths - Windows 7 / MinGW

2011-05-31 Thread Bill Lorensen
Steve, I'm not sure why cmake won't find mingw's make. I build with mingw every day. If I run the cmake gui from a fresh build tree, I get the same error. Then I use the gui to browse to the location of make.exe and then all runs fine. Bill On Tue, May 31, 2011 at 12:08 PM, Steve Westenbroek

Re: [CMake] CMAKE - troubles finding executables/paths - Windows 7 / MinGW

2011-05-31 Thread Bill Hoffman
On 5/31/2011 12:57 PM, Bill Lorensen wrote: Steve, I'm not sure why cmake won't find mingw's make. I build with mingw every day. If I run the cmake gui from a fresh build tree, I get the same error. Then I use the gui to browse to the location of make.exe and then all runs fine. That sounds