Mingw GCC 編譯OpenCV報錯: Project files may be invalid

耿明岩發表於2024-07-05

這是一個通用報錯彈窗:

具體要看下邊輸出視窗:

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_CXX_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
Configuring incomplete, errors occurred!

 大概就是說沒有找到GCC的編譯exe路徑,可以點選Environment...配置路徑:

搜尋Path:

注意在Path追加路徑時有一個;分號。

另外實在不行重啟電腦試試,我就是重啟電腦好的...,重啟前怎麼試都不好,想不明白和電腦重啟哪裡有關聯。

最好把路徑也配置到系統變數中,因為後續編譯還需要用到mingw\bin下的命令列工具

相關文章