Re: [CMake] Not finding build type when using cmake with llvm/clang

2014-03-05 Thread Nils Gladitz
On 05.03.2014 16:06, Edward Diener wrote: MingW does not have a "make.exe" at all. What actual program is cmake looking for when "MinGW Makefiles" is specified ? http://www.cmake.org/cmake/help/git-master/generator/MinGW%20Makefiles.html: mingw32-make Is mingw's bin directory in your PATH?

Re: [CMake] Not finding build type when using cmake with llvm/clang

2014-03-05 Thread Edward Diener
On 3/5/2014 3:19 AM, Kevin Funk wrote: Am Mittwoch, 5. März 2014, 00:29:55 schrieb Edward Diener: When trying to build llvm/clang on Windows using cmake I execute from a build directory I created: cmake -DCMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" ..\llvm only to receive: CMake Error: CMak

Re: [CMake] Not finding build type when using cmake with llvm/clang

2014-03-05 Thread Kevin Funk
Am Mittwoch, 5. März 2014, 00:29:55 schrieb Edward Diener: > When trying to build llvm/clang on Windows using cmake I execute from a > build directory I created: > > cmake -DCMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" ..\llvm > > only to receive: > > CMake Error: CMake was unable to find a bui

[CMake] Not finding build type when using cmake with llvm/clang

2014-03-04 Thread Edward Diener
When trying to build llvm/clang on Windows using cmake I execute from a build directory I created: cmake -DCMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" ..\llvm only to receive: CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is no