1 | initial version |
have to use mingw, too :(
windres fails on opencv/build/modules/core/core/CMakeFiles/opencv_core.dir/flags.make
try to:
cmake -DENABLE_OPENCV_ALLOCATOR_STATS=OFF
2 | No.2 Revision |
have to use mingw, too :(
windres fails on opencv/build/modules/core/core/CMakeFiles/opencv_core.dir/flags.make
(have a look at what it generates now, then) try to:
cmake -DENABLE_OPENCV_ALLOCATOR_STATS=OFF
3 | No.3 Revision |
have to use mingw, too :(
windres fails on opencv/build/modules/core/core/CMakeFiles/opencv_core.dir/flags.make
(have a look at what it generates now, then) try to:
cmake -DENABLE_OPENCV_ALLOCATOR_STATS=OFF
again, the problem is the windres version deployed with mingw, g++ can handle the same cmdline arg correctly.
4 | No.4 Revision |
have to use mingw, too :(
windres fails on opencv/build/modules/core/core/CMakeFiles/opencv_core.dir/flags.make
(have a look at what it generates now, then) try to:
cmake -DENABLE_OPENCV_ALLOCATOR_STATS=OFF
-DOPENCV_ENABLE_ALLOCATOR_STATS=OFF
again, the problem is the windres version deployed with mingw, g++ can handle the same cmdline arg correctly.