Hi all,<br>I want to compile 32bit app in 64 bit windows 7.<br><br>I can compile with vs2008 but<br>when i try to configures for compile with cmake it gives. i use cmake 2.8<br>How can i solve that error ?<br><br>ERROR::::&gt;&gt;<br>
############################################################################<br>The C compiler identification is unknown
<br>The CXX compiler identification is unknown
<br>Check for CL compiler version
<br>Check for CL compiler version - 1500
<br>Check if this is a free VC compiler
<br>Check if this is a free VC compiler - yes
<br>Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/cl.exe
<br>Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 9.0/VC/bin/cl.exe -- broken
<br>CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
<br>  The C compiler &quot;C:/Program Files (x86)/Microsoft Visual Studio
<br>  9.0/VC/bin/cl.exe&quot; is not able to compile a simple test program.
<br> <br>  It fails with the following output:
<br> <br>   Change Dir: C:/Users/ramazan.girgin/Desktop/ma3BuildManager/New folder/CMakeFiles/CMakeTmp
<br> <br>  
<br> <br>  Run Build Command:nmake /NOLOGO &quot;cmTryCompileExec\fast&quot;
<br> <br>      &quot;C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\nmake.exe&quot; -f
<br>  CMakeFiles\cmTryCompileExec.dir\build.make /nologo -L
<br>  CMakeFiles\cmTryCompileExec.dir\build
<br> <br>      &quot;C:\Program Files (x86)\CMake 2.8\bin\cmake.exe&quot; -E cmake_progress_report
<br>  &quot;C:\Users\ramazan.girgin\Desktop\ma3BuildManager\New
<br>  folder\CMakeFiles\CMakeTmp\CMakeFiles&quot; 1
<br> <br>  Building C object CMakeFiles/cmTryCompileExec.dir/testCCompiler.c.obj
<br> <br>      C:\PROGRA~2\MICROS~1.0\VC\bin\cl.exe
<br>  @C:\Users\RAMAZA~1.GIR\AppData\Local\Temp\nm2AF.tmp
<br> <br>  testCCompiler.c
<br> <br>  C:\Users\ramazan.girgin\Desktop\ma3BuildManager\New
<br>  folder\CMakeFiles\CMakeTmp\testCCompiler.c : fatal error C1033: cannot open
<br>  program database &#39;&#39;
<br> <br>  NMAKE : fatal error U1077: &#39;C:\PROGRA~2\MICROS~1.0\VC\bin\cl.exe&#39; : return
<br>  code &#39;0x2&#39;
<br> <br>  Stop.
<br> <br>  NMAKE : fatal error U1077: &#39;&quot;C:\Program Files (x86)\Microsoft Visual Studio
<br>  9.0\VC\BIN\nmake.exe&quot;&#39; : return code &#39;0x2&#39;
<br> <br>  Stop.
<br> <br>  
<br> <br>  
<br> <br>  CMake will not be able to correctly generate this project.
<br>Call Stack (most recent call first):
<br>  
<br> <br> <br>CMake Warning (dev) in CMakeLists.txt:
<br>  No cmake_minimum_required command is present.  A line of code such as
<br> <br>    cmake_minimum_required(VERSION 2.8)
<br> <br>  should be added at the top of the file.  The version specified may be lower
<br>  if you wish to support older CMake versions for this project.  For more
<br>  information run &quot;cmake --help-policy CMP0000&quot;.
<br>This warning is for project developers.  Use -Wno-dev to suppress it.
<br> <br>Configuring incomplete, errors occurred!<br>############################################################################<br clear="all"><br>-- <br>Ramazan Girgin<br>