Re: [CMake] cmake 2.6 insists on using MSVC x64 even when in 32 bit shell

2008-09-09 Thread Anders Moe
This problem has been resolved with the kind assistance of Bill Hoffman of Kitware. THe problem of compiling/linking a mixed version of 64/32 bit binaries was caused by my VS containing some 64 bit paths in the 32 bit configuration mode. These paths can be examined using Tools- Options -

[CMake] cmake 2.6 insists on using MSVC x64 even when in 32 bit shell

2008-09-03 Thread Anders Moe
Hi all I'm trying to compile a 32 bit version of VTK using the 32 bit MSVC 2005 command shell. Note that I'm running XP64. This works fine for Qt, but cmake gives an error during the simpel test program compile where it appears that the test solution *.sln is setup for x64, since the

Re: [CMake] cmake 2.6 insists on using MSVC x64 even when in 32 bit shell

2008-09-03 Thread Anders Moe
generator are you using? On Wed, Sep 3, 2008 at 4:10 AM, Anders Moe [EMAIL PROTECTED] wrote: Hi all I'm trying to compile a 32 bit version of VTK using the 32 bit MSVC 2005 command shell. Note that I'm running XP64. This works fine for Qt, but cmake gives an error during the simpel test program