• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem with Cmake

leonmagmo

New Member
Joined
Mar 17, 2009
Messages
82
Reaction score
3
Hello, I have a problem with Cmake, I can't find this dll on internet. Anyone know what I need to do?
flgbnk.jpg


Code:
The C compiler identification is unknown
The CXX compiler identification is unknown
Check for working C compiler: c:/MinGW/bin/gcc.exe
Check for working C compiler: c:/MinGW/bin/gcc.exe -- broken
CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.0/Modules/CMakeTestCCompiler.cmake:61 (message):
  The C compiler "c:/MinGW/bin/gcc.exe" is not able to compile a simple test
  program.

  It fails with the following output:

   Change Dir: C:/Compilling Test/CMakeFiles/CMakeTmp

 

  Run Build Command:"c:/MinGW/bin/mingw32-make.exe"
  "cmTryCompileExec3528288229/fast"

  c:/MinGW/bin/mingw32-make.exe -f
  CMakeFiles\cmTryCompileExec3528288229.dir\build.make
  CMakeFiles/cmTryCompileExec3528288229.dir/build


  mingw32-make.exe[1]: Entering directory 'C:/Compilling
  Test/CMakeFiles/CMakeTmp'


  "C:\Program Files (x86)\CMake\bin\cmake.exe" -E cmake_progress_report
  "C:\Compilling Test\CMakeFiles\CMakeTmp\CMakeFiles" 1


  Building C object
  CMakeFiles/cmTryCompileExec3528288229.dir/testCCompiler.c.obj


  c:\MinGW\bin\gcc.exe -o
  CMakeFiles\cmTryCompileExec3528288229.dir\testCCompiler.c.obj -c
  "C:\Compilling Test\CMakeFiles\CMakeTmp\testCCompiler.c"


  CMakeFiles\cmTryCompileExec3528288229.dir\build.make:56: recipe for target
  'CMakeFiles/cmTryCompileExec3528288229.dir/testCCompiler.c.obj' failed


  mingw32-make.exe[1]: ***
  [CMakeFiles/cmTryCompileExec3528288229.dir/testCCompiler.c.obj] Error 1


  mingw32-make.exe[1]: Leaving directory 'C:/Compilling
  Test/CMakeFiles/CMakeTmp'


  Makefile:117: recipe for target 'cmTryCompileExec3528288229/fast' failed


  mingw32-make.exe: *** [cmTryCompileExec3528288229/fast] Error 2


 

 

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:2 (project)


Configuring incomplete, errors occurred!
See also "C:/Compilling Test/CMakeFiles/CMakeOutput.log".
See also "C:/Compilling Test/CMakeFiles/CMakeError.log".
 
I dont want to use msvc, he dont have support to dx9 and have problems with winxp for some players
I really need to use msvc and code block :x
 
Back
Top