Fwd: [CMake] generate VC project w/o VS installed.
Chen Li
robomacro at gmail.com
Sat Nov 4 08:53:32 EST 2006
Seems that it is the only way. Thanks!
________________________________
From: Sylvain Benner [mailto:benner at virtools.com]
Sent: 2006-11-3 (星期五) 20:59
To: Chen Li; cmake at cmake.org
Subject: Re: [CMake] generate VC project w/o VS installed.
你好!
If this feature is not directly supported by CMake, there is a work around.
Run CMake in an environment with Visual Studio installed and back up the
cache files (folderCMakeFiles and file CMakeCache.txt).
Then copy these files on your computer which does not have Visual Studio
installed. It should bypass the compiler tests etc...
I use it to generate XCode projects on a Windows XP OS and it works pretty
well.
Sylvain
----- Original Message -----
From: Chen Li <mailto:robomacro at gmail.com>
To: cmake at cmake.org
Sent: Friday, November 03, 2006 3:59 AM
Subject: [CMake] generate VC project w/o VS installed.
HI, all.
How can I generate VC project and solution files on machine WITHOUT
Visual Studio installed?
If I run "cmake .", I'll get error message like this:
CMake Error: CMake was unable to find a build program corresponding
to "Visual Studio 6". CMAKE_MAKE_PROGRAM is not set. You probably need to
select a different build tool.
CMake Error: Could not find cmake module
file:D:/chenli/tmp/a/CMakeFiles/CMakeCCompiler.cmake
CMake Error: Could not find cmake module
file:D:/chenli/tmp/a/CMakeFiles/CMakeCXXCompiler.cmake
I've also tried using -G parameter to specify generator to "Visual
Studio 8 2005", but no luck.
I'm really new to cmake. So if this question is basic, please forgive
me. I've read FAQ and googled, still no answer :(
Thanks.
-Chen
________________________________
_______________________________________________
CMake mailing list
CMake at cmake.org
http://www.cmake.org/mailman/listinfo/cmake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20061104/acebbbcd/attachment.html
More information about the CMake
mailing list