I can't compile openCV 2.4.9 on Windows 7

asked 2014-09-25 09:41:04 -0600

Pechkin80 gravatar image

updated 2014-09-25 10:06:58 -0600

I can't compile openCV 2.4.9 on Windows 7. I use Codeblocks compilier and Cmake 2.8. Earlier, i got an error, regarding bad hash but i've corrected this error, by commenting out string 50 in cl2cpp.cmake. But i can't correct second error. I always get error:

Cannot export _ZNK2cv6detail5Graph16walkBreadthFirstIN12_GLOBAL__N_111IncDistanceEEET_iS5_: symbol not found Cannot export _ZNK2cv6detail5Graph16walkBreadthFirstIN12_GLOBAL__N_112CalcRotationEEET_iS5_: symbol not found collect2: ld returned 1 exit status mingw32-make[2]: * [bin/libopencv_stitching249d.dll] Error 1 mingw32-make[1]: [modules/stitching/CMakeFiles/opencv_stitching.dir/all] Error 2 mingw32-make: ** [all] Error 2

Please, tell me. Where i've mistaken ?

edit retag flag offensive close merge delete