2
WindowsでCMAKEとMinGWを使ってOpenCVをコンパイルしようとしています。しかし、私は次のエラーを取得していますことをやるしようとすると:MinGWでCmakeがコンパイルテストに失敗する
The C compiler identification is GNU
The CXX compiler identification is GNU
Check for working C compiler: C:/MinGW/bin/gcc.exe
CMake Error: Generator: execution of make failed. Make command was: make "cmTryCompileExec\fast"
Check for working C compiler: C:/MinGW/bin/gcc.exe -- broken
CMake Error at C:/Program Files (x86)/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:52 (MESSAGE):
The C compiler "C:/MinGW/bin/gcc.exe" is not able to compile a simple test program.
誰もが問題に何ができるか知っていますか?
私は同様のエラーがありました。私の問題はMinGWの不完全なインストールでした。私が思い出す限り、gccは単に欠落していました。 – tssch