Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

it seems, opencv expects a different version of zlib, than you have on your box.

try to use the 3rdparty zlib, that comes with the opencv sources, instead:

cmake -DBUILD_ZLIB=ON

you'll have to re-run cmake, and rebuild the opencv libs.