[CMake] Unix Makefiles for MinGW | Generator for MinGW

William A. Hoffman billlist at nycap.rr.com
Wed Feb 8 21:08:47 EST 2006


At 08:04 PM 2/8/2006, Martin Baumann wrote:
>Hmmm...
>
>Thanks for your advice! But I have a problem: I tried the following:
>
>  /DProgramme/Cmake\ 2.2/bin/cmake -GUnix Makefiles -i /D/Dev/Libs/VTK-5.0/Source
>
>but it seems to hang. Nothing works...
>I also tried => -G"Unix Makefiles" <= and => -G Unix Makefiles <= and => -G Unix\ Makefiles <= but none
>of them works.
>
>How must I write it correct?

Try running CMakeSetup and not cmake -i.

/C/Programme/Cmake\ 2.2/bin/CMakeSetup d:/Dev/Libs/VTK-5.0/Source
or with no arguments.  Then select the generator after that.

-Bill



More information about the CMake mailing list