I am using cmake-2.8.10.2-win32-x86 and vtk-5.10.1. I am trying to configure VTK, I have installed Visual Studio 10 (not the express version, the full one along with SP1), with x64 support. However, when selecting Visual Studio 10 (for 32 bit)or Visual Studio 10 x64 and choosing the default native compilers, I have the following errors.
------------------------------- Error in configuration process, project files may be invalid The C compiler identification is unknown The CXX compiler identification is unknown Performing Test Support for 64 bit file systems CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCXXInformation.cmake:37 (get_filename_component): get_filename_component called with incorrect number of arguments Call Stack (most recent call first): CMakeLists.txt:3 (PROJECT) CMake Error: Internal CMake error, TryCompile configure of cmake failed Performing Test Support for 64 bit file systems - Failed Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCXXInformation.cmake:37 (get_filename_component): get_filename_component called with incorrect number of arguments Call Stack (most recent call first): CMakeLists.txt:3 (PROJECT) CMake Error: Internal CMake error, TryCompile configure of cmake failed Performing Test VTK_CONST_REVERSE_ITERATOR_COMPARISON - Failed CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeCXXInformation.cmake:37 (get_filename_component): get_filename_component called with incorrect number of arguments Call Stack (most recent call first): CMakeLists.txt:3 (PROJECT) . . . and so on. -- View this message in context: http://cmake.3232098.n2.nabble.com/Problem-in-configuring-VTK-with-Visual-Studio-2010-Windows-7-64bit-tp7583301.html Sent from the CMake mailing list archive at Nabble.com. -- 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