Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

the windres.exe that comes with your mingw cannot handle spaces in strings like "long long" correctly, and thus tries to treat the second "long" incorrectly as a filename.

you can try set the cmake param

-DOPENCV_ENABLE_ALLOCATOR_STATS=OFF

then re-run cmake && make install