Yes, the binary from kitware does work, but I have added to cmake, so I need to use my own binary. Using my binary with the dll's that the kitware one installed still didn't work. I'm not sure how to do a make install. To build I generated the VS2005 project files and built the exes, but this doesn't generate any installer. Thanks
Jesse On Jan 7, 2008 6:29 PM, Bill Hoffman <[EMAIL PROTECTED]> wrote: > 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
