<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Hi. I am attempting to use CMake to compile VTK so that I can use it with Python. I am using CMake 2.8.4 GUI. When I try to compile, I get this message:<br><span style="color: rgb(255, 0, 0);">CMake Error: CMake was unable to find a build program corresponding to "Visual Studio 8 2005". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.</span>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">CMake Error: Could not find cmake module file:C:/Program Files/CMake 2.8/vtk/CMakeFiles/CMakeCCompiler.cmake</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">CMake Error: Could not find cmake module file:C:/Program Files/CMake 2.8/vtk/CMakeFiles/CMakeCXXCompiler.cmake</span></p>
<p style="margin: 0px; text-indent: 0px;">Configuring incomplete, errors occurred!</p><br>I am specifiying the compilers (mingw32-gcc.exe for C and mingw32-c++.exe for C++, leaving Fortran blank), I have the correct path to the source code, and the folder i am trying to build it in is C:/Program Files/CMake 2.8/vtk<br></div>
</div></body></html>