During the compilation process of the library smart_ptr-modularize of Boost with Visual Studio 2008, CMake tries to write a .bat file to the CSnake directory. The problem seems to be with the TEMP variable (CMake gives a warning about the TEMP variable before the actual error). Maybe for some reason the TEMP variable is set by Python/CSnake to the CSnake directory. Otherwise it's not understandable how CMake can know about the CSnake directory.
During the compilation process of the library smart_ptr-modularize of Boost with Visual Studio 2008, CMake tries to write a .bat file to the CSnake directory. The problem seems to be with the TEMP variable (CMake gives a warning about the TEMP variable before the actual error). Maybe for some reason the TEMP variable is set by Python/CSnake to the CSnake directory. Otherwise it's not understandable how CMake can know about the CSnake directory.