Ошибка компиляции сёгуна с помощью cmake windows

Я пытаюсь скомпилировать набор инструментов shogun для mingw, чтобы добавить его в проект qt, используя cmake, но я получаю эту ошибку:

 The C compiler identification is GNU 5.1.0
The CXX compiler identification is GNU 5.1.0
Check for working C compiler: D:/Qt/qt-5.5.0-x64-mingw510r0-seh-rev0/mingw64/bin/gcc.exe
Check for working C compiler: D:/Qt/qt-5.5.0-x64-mingw510r0-seh-rev0/mingw64/bin/gcc.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Detecting C compile features
Detecting C compile features - done
Check for working CXX compiler: D:/Qt/qt-5.5.0-x64-mingw510r0-seh-rev0/mingw64/bin/g++.exe
Check for working CXX compiler: D:/Qt/qt-5.5.0-x64-mingw510r0-seh-rev0/mingw64/bin/g++.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Detecting CXX compile features
Detecting CXX compile features - done
Could NOT find GDB (missing:  GDB_VERSION) 
Found Doxygen: C:/Program Files/doxygen/bin/doxygen.exe (found suitable version "1.8.14", minimum required is "1.8.6") 
CMake Error at C:/Program Files/CMake/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)
Call Stack (most recent call first):
  C:/Program Files/CMake/share/cmake-3.8/Modules/FindPackageHandleStandardArgs.cmake:377 (_FPHSA_FAILURE_MESSAGE)
  C:/Program Files/CMake/share/cmake-3.8/Modules/FindPythonInterp.cmake:149 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:353 (FIND_PACKAGE)


Configuring incomplete, errors occurred!

GDB установлен в Mingw и хорошо работает в проектах в QT, пожалуйста, помогите спасибо

0 ответов

Другие вопросы по тегам