You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: