On 28/11/2013 21:37, NoRulez wrote:
Hi,

I've installed VS 2010 professional with x64 tools on a fresh installed windows 
7 ultimate 64-bit system and I also want to use CMake 2.8.12.

After the installation stuff, when I run CMake on the command line, then no 64 
bit generator are listed.

I tried this in the normal command prompt, in the Visual Studio x64 Cross Tools 
(2010) command prompt and in the Visual Studio x64 Win64 (2010) command prompt.

All I get is the following:
The following generators are available on this platform:
   Visual Studio 6             = Generates Visual Studio 6 project files.
   Visual Studio 7             = Generates Visual Studio .NET 2002 project
                                 files.
   Visual Studio 10            = Generates Visual Studio 10 (2010) project
                                 files.
   Visual Studio 11            = Generates Visual Studio 11 (2012) project
                                 files.
   Visual Studio 12            = Generates Visual Studio 12 (2013) project
                                 files.
   Visual Studio 7 .NET 2003   = Generates Visual Studio .NET 2003 project
                                 files.
   Visual Studio 8 2005        = Generates Visual Studio 8 2005 project files.
   Visual Studio 9 2008        = Generates Visual Studio 9 2008 project files.
   Borland Makefiles           = Generates Borland makefiles.
   NMake Makefiles             = Generates NMake makefiles.
   NMake Makefiles JOM         = Generates JOM makefiles.
   Watcom WMake                = Generates Watcom WMake makefiles.
   MSYS Makefiles              = Generates MSYS makefiles.
   MinGW Makefiles             = Generates a make file for use with
                                 mingw32-make.
   Unix Makefiles              = Generates standard UNIX makefiles.
   Ninja                       = Generates build.ninja files (experimental).
   CodeBlocks - MinGW Makefiles= Generates CodeBlocks project files.
   CodeBlocks - NMake Makefiles= Generates CodeBlocks project files.
   CodeBlocks - Ninja          = Generates CodeBlocks project files.
   CodeBlocks - Unix Makefiles = Generates CodeBlocks project files.
   Eclipse CDT4 - MinGW Makefiles
                               = Generates Eclipse CDT 4.0 project files.
   Eclipse CDT4 - NMake Makefiles
                               = Generates Eclipse CDT 4.0 project files.
   Eclipse CDT4 - Ninja        = Generates Eclipse CDT 4.0 project files.
   Eclipse CDT4 - Unix Makefiles
                               = Generates Eclipse CDT 4.0 project files.
   Sublime Text 2 - MinGW Makefiles
                               = Generates Sublime Text 2 project files.
   Sublime Text 2 - NMake Makefiles
                               = Generates Sublime Text 2 project files.
   Sublime Text 2 - Ninja      = Generates Sublime Text 2 project files.
   Sublime Text 2 - Unix Makefiles
                               = Generates Sublime Text 2 project files.

Did I need to set up some additional environment variables?

Thanks in advance

Best Regards
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake


No, did you try "Visual Studio 2010 Win64"? My guess is it simply doesn't list the x64 variants as they are the same compiler with a different target platform.
http://www.cmake.org/cmake/help/v2.8.12/cmake.html#gen:VisualStudio10

--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to