The following issue has been SUBMITTED. ====================================================================== http://cmake.org/Bug/view.php?id=12424 ====================================================================== Reported By: joshua keeney Assigned To: ====================================================================== Project: CMake Issue ID: 12424 Category: CCMake Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2011-08-26 09:51 EDT Last Modified: 2011-08-26 09:51 EDT ====================================================================== Summary: error in configuration process Description: Check for working C compiler using: Visual Studio 10 Check for working C compiler using: Visual Studio 10 -- broken CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE): The C compiler "cl" is not able to compile a simple test program.
It fails with the following output: Change Dir: C:/Build/CMakeFiles/CMakeTmp Run Build Command:C:\PROGRA~1\MICROS~1.0\Common7\IDE\VCExpress.exe CMAKE_TRY_COMPILE.sln /build Debug /project cmTryCompileExec Microsoft (R) Visual C++ 2010 Express Version 10.0.30319.1. Copyright (C) Microsoft Corp. All rights reserved. 1>------ Build started: Project: cmTryCompileExec, Configuration: Debug Win32 ------ 1>cl : Command line warning D9035: option 'GZ' has been deprecated and will be removed in a future release 1>cl : Command line warning D9036: use 'RTC1' instead of 'GZ' 1> testCCompiler.c 1>c1 : fatal error C1060: compiler is out of heap space ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== CMake will not be able to correctly generate this project. Call Stack (most recent call first): CMakeLists.txt:16 (project) Configuring incomplete, errors occurred! Steps to Reproduce: Open CMake (cmake-gui) Fill in the data as follows: Where the the source code: C:\SkyFireEMU\Core Where to build the binaries: C:\SkyFireEMU\Build Click Configure. It should ask you if you want to create the directory, click yes. A dialog should pop up asking you what compiler you will be using. Select the appropriate compiler and select Use default native compilers then click Finish. Additional Information: i have Visual C++ 2010 Express Version 10.0.30319.1 installed if that can help and i cant upload it cause it is 186 meg folder it is a ful program just use git gui and get the file here is the get info you need to get it from git https://github.com/ProjectSkyfire/SkyFireEMU.git ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-08-26 09:51 joshua keeney New Issue ====================================================================== _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
