我使用的克利翁編寫C++程序,我使用MinGW.But我有一些文件丟失即─製作,C編譯器和C++編譯器這些沒有發現。我現在用MinGW的安裝管理器安裝包,但我不知道我必須安裝的軟件包的確切名稱。MinGw軟件包的功能我需要安裝以使用CLion?
什麼是我需要安裝擺脫這種錯誤的包的名字嗎?(我需要,我可以在MinGW的安裝管理器獲得具體名稱。)
我也越來越這些錯誤消息 -
"C:\Program Files\JetBrains\CLion 2017.1.2\bin\cmake\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - MinGW Makefiles"
C:\Users\Lenovo\CLionProjects\untitled
CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
感謝您的幫助!
TPS://i.stack.imgur.com/SFWFU.png
謝謝我做了你提到的步驟,但我仍然收到這些錯誤消息 - 「C:\ Program Files \ JetBrains \ CLion 2017.1.2 \ bin \ cmake \ bin \ cmake.exe」-DCMAKE_BUILD_TYPE = Debug -G「 CodeBlocks - MinGW Makefiles「C:\ Users \ Lenovo \ CLionProjects \ untitled CMake錯誤:CMake無法找到對應於」MinGW Makefiles「的編譯程序。 CMAKE_MAKE_PROGRAM未設置。您可能需要選擇不同的構建工具 CMake錯誤:CMake無法找到對應於「MinGW Makefiles」的構建程序。 CMAKE_MAKE_PROGRAM未設置。您可能需要選擇不同的構建工具 – tatan
(續)CMake錯誤:CMAKE_C_COMPILER未設置,EnableLanguage後 CMake錯誤:CMAKE_CXX_COMPILER未設置,EnableLanguage後 - 配置不完整,發生錯誤! – tatan
現在該怎麼辦?順便說一句,C編譯器和C++編譯器(未找到)錯誤現在解決了... – tatan