Building OpenCV for 32 bit codeblocks giving error in mingw32-make
Hey guys im trying to compile opencv 32 bit for codeblocks im using windows 10 codeblocks 17.2 32 bit But when I type mingw32-make on here I get these Build errors, if anyone can help would be appreaciated
C:\fakepath\error-cb-opencv.PNG if anyone needs more info on anything let me know
I also tried to compile it using codeblocks itself but get this C:\fakepath\open-cv-cb-error-2.PNG
which mingw version is it, exactly ?
(posix_memalign and replacements, a known (mingw specific) problem.
you can try to disable the offending code with
cmake -DBUILD_OPENEXR=OFF -DWITH_OPENEXR=OFF
(not sure though, if you run into same problem with ade/gapi again, later)