CMAKE libintl-8.dll fehlt auf Ihrem Computer

Ich habe nach Lösungen gesucht und bin ehrlich gesagt festgefahren.

Ich versuche, Box2D zu installieren, wie Sie an den Dateipfaden erkennen können.

mmerhin erscheint diese Eingabeaufforderung mehrmals vor den folgenden:

The CXX compiler identification is unknown
Check for working CXX compiler: C:/MinGW/bin/g++.exe
Check for working CXX compiler: C:/MinGW/bin/g++.exe -- broken
CMake Error at C:/Program Files/CMake/share/cmake-3.6/Modules/CMakeTestCXXCompiler.cmake:54 (message):
  The C++ compiler "C:/MinGW/bin/g++.exe" is not able to compile a simple
  test program.

  It fails with the following output:

   Change Dir: C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeTmp



  Run Build Command:"C:/MinGW/bin/mingw32-make.exe" "cmTC_31089/fast"

  C:/MinGW/bin/mingw32-make.exe -f CMakeFiles\cmTC_31089.dir\build.make
  CMakeFiles/cmTC_31089.dir/build


  mingw32-make.exe[1]: Entering directory
  'C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeTmp'


  Building CXX object CMakeFiles/cmTC_31089.dir/testCXXCompiler.cxx.obj


  C:\MinGW\bin\g++.exe -o CMakeFiles\cmTC_31089.dir\testCXXCompiler.cxx.obj
  -c
  C:\Users\alexm\Documents\Box2D\Build\CMakeFiles\CMakeTmp\testCXXCompiler.cxx



  CMakeFiles\cmTC_31089.dir\build.make:64: recipe for target
  'CMakeFiles/cmTC_31089.dir/testCXXCompiler.cxx.obj' failed


  mingw32-make.exe[1]: ***
  [CMakeFiles/cmTC_31089.dir/testCXXCompiler.cxx.obj] Error 1


  mingw32-make.exe[1]: Leaving directory
  'C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeTmp'


  Makefile:125: recipe for target 'cmTC_31089/fast' failed


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






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


Configuring incomplete, errors occurred!
See also "C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/alexm/Documents/Box2D/Build/CMakeFiles/CMakeError.log".

Also, da ist der Fehler. Ich versuche, es mit MinGW auf code :: blocks zu installieren. Derzeit sind 2 Kopien von MinGW installiert. Eine befindet sich im Ordner code :: blocks und die andere befindet sich auf meinem Root-Laufwerk. Ich habe MinGW separat installiert behebe dieses Problem.

Dies ist das erste Mal, dass ich CMake verwende. Ich versuche, es mit meinem sfml-Projekt auf code :: blocks in C ++ zum Laufen zu bringen.

Entschuldigung, wenn ich etwas verpasst habe, wenn Sie Informationen finden, die Sie benötigen, zögern Sie nicht, einen Kommentar abzugeben!

Antworten auf die Frage(6)

Ihre Antwort auf die Frage