> If you use the IDE generators for CMake, you do not need to modify the > environment at all. It is only when using nmake or make, that you need an > environment that is setup to run the compiler. If you do want to use > nmake, VS 2003 and above have command prompts that can be found in the > "Visual Studio Tools" menu of the Start menu. Just run the one you want, > then run cmake-gui from the command line: c:\Program Files\CMake > 2.6\bin\cmake-gui. >
But then with this setup cmake-2.6.3 is scanning my vc6 headers and libs to generate vc2005 projects. Check for working C compiler: C:/Program Files/Microsoft Visual Studio/VC98/Bin/CL.EXE Check for working C compiler: C:/Program Files/Microsoft Visual Studio/VC98/Bin/CL.EXE -- works Detecting C compiler ABI info Detecting C compiler ABI info - done Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/VC98/Bin/CL.EXE Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/VC98/Bin/CL.EXE -- works Detecting CXX compiler ABI info Detecting CXX compiler ABI info - done Looking for sys/types.h Looking for sys/types.h - found Looking for stdint.h Looking for stdint.h - not found Looking for stddef.h Looking for stddef.h - found Check size of int John _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
