我正在使用 cmake 构建 opencv 库,以便 mingw 与 qt 一起使用,并且我已经能够生成 makefilelist。但是当我在命令提示符下键入mingw32-make时,当它构建 44% 时出现错误。错误说:
Cannot export _ZN12_GLOBAL__N_13R)p3aLLEv: symbol not found
Cannot export _ZN12_GLOBAL__N_17CmpType3allEv: symbol not found
collect2: Id returned 1 exit status
mingw32-make[2]: ***[bin/opencv_perf_core.exe] Error 1
mingw32-make[1]: ***[modules/core/CMakeFiles/opencv_perf_core.dir/all] Error 2
mingw32-make: ***[all] Error 2