MinGW-w64编译OpenCV-4.5.4 出错,输入mingw32-make命令后,总是在29%的进度出错
相关错误如下:
C:\mingw64-posix\bin\windres.exe: can't open file `page:': Invalid argument
D:\opencv\build\mingw\modules\world\vs_version.rc:2: fatal error: when writing output to : Invalid argument
compilation terminated.
C:\mingw64-posix\bin\windres.exe: preprocessing failed.
mingw32-make[2]: *** [modules\world\CMakeFiles\opencv_world.dir\build.make:15032: modules/world/CMakeFiles/opencv_world.dir/vs_version.rc.obj] Error 1
mingw32-make[1]: *** [CMakeFiles\Makefile2:2268: modules/world/CMakeFiles/opencv_world.dir/all] Error 2
mingw32-make: *** [Makefile:162: all] Error 2
找了好久解答,没有结果;
希望帮忙解答,指出错误所在