Jesse Corrington wrote:
I am having a problem running CMake on a windows VM. The setup is windows virtual server R2 on windows server 2003. Attempting to run cmake.exe from the command line gives the error message "The system cannot execute the specified program." Running from the windows GUI gives an error about the application not being configured correctly. I built the cmake exe on a Win XP SP2 machine with MSVC 2005. I have added some new source files to cmake, but have not changed the build configurations at all. It has worked on all the other machines, just not the VM. Any ideas?


You built CMake? Does the binary from kitware work? My guess is that you did not bring over the correct run time libraries from MS. Best bet is to do a make install and copy that tree, or install NSIS and use cpack, or use the binary from Kitware.

-Bill
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to