Building OpenCV for 32 bit codeblocks giving error in mingw32-make

asked 2019-09-29 12:18:32 -0600

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

edit retag flag offensive close merge delete

Comments

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)

berak gravatar imageberak ( 2019-09-30 01:41:01 -0600 )edit