<div>Hi,</div>
<div> </div>
<div>I'm running winXP and want to develop in C++ using Microsoft Visual Studio .NET 2003. I downloaded the VTK source and CMake, installed CMake and am trying to use it to create the .sln file for Visual Studio to compile the library binaries. So, I setup CMake by giving it the source code folder and the bin folder and hit configure. I select the appropriate compiler/toolchain and then It chugs along for a little while but then gives me this error:
</div>
<div> </div>
<div>CMake Error: Cannot find source file "C:\VTK\Common\Testing\Cxx\CommonCxxTests.css" for target "CommonCxxTests"</div>
<div>Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx</div>
<div> </div>
<div>(Press Cancel to suppress any further messages)</div>
<div> </div>
<div>If I don't press Cancel I get a similar message for GraphicsCxxTests, ImagingCxxTests, IOCxxTests, and WidgetsCxxTests. It seems like some files are missing from the VTK source distribution I downloaded. Could this be the case or is something else the matter, do you think? FYI - I downloaded the latest version of VTK --
vtk-5.0.3.zip. Either there're some files missing (which seems unlikely), or there's something weird about the CMakeLists.txt file (also seems unlikely), but I can't think of any other possible things wrong. Any suggestions?
</div>
<div> </div>
<div>thanks in advance,</div>
<div>trevis</div>