[CMake] Unix Makefiles under Windows

2008-01-10 Thread Ivan Chupahin
I need to generate Unix Makefiles under Windows for usage in Eclipse. If i run CMake follows: cmake -G Unix Makefiles it happens error: CMake Error: CMake was unable to find a build program corresponding to Unix Makefiles. CMAKE_MAKE_PROGRAM is not set. What should I do to circumvent this problem?

Re: [CMake] Unix Makefiles under Windows

2008-01-10 Thread Bill Hoffman
Ivan Chupahin wrote: I need to generate Unix Makefiles under Windows for usage in Eclipse. If i run CMake follows: cmake -G Unix Makefiles it happens error: CMake Error: CMake was unable to find a build program corresponding to Unix Makefiles. CMAKE_MAKE_PROGRAM is not set. What should I do to