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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
