1
-------------- Clean: all in OpenCV ---------------

Cleaned "OpenCV - all"

-------------- Build: all in OpenCV ---------------

Using makefile: Makefile
Execution of 'make.exe -s -f Makefile all' in 'C:\opencv\build' failed.
Nothing to be done.

我在堆栈溢出中发现了该问题的威胁。

但是,我不知道如何以及在何处从“make.exe”更改为“mingw32-mage.exe”!?我按照所有说明使用 cmake 生成 opencv2.4.2 项目,但我认为由于代码块的工作区中只有 CmakeLists.txt 文件,因此无法正确生成 makefile

有人可以帮我解决这个问题吗?

4

1 回答 1

0

在 CMake GUI 程序中找到调用的变量CMAKE_BUILD_TOOLCMAKE_MAKE_PROGRAM在旧 CMake 的情况下。将其更改为您想要的任何内容并重新配置/重新生成缓存。

于 2012-10-24T10:42:08.163 回答