make[2]: *** [modules/gapi/CMakeFiles/opencv_gapi.dir/build.make:869: modules/gapi/CMakeFiles/opencv

在lunix系统下cmake成功,但是make -jx 编译opencv-4.6.0的时候出现下述的错误。

modules/world/CMakeFiles/opencv_test_gapi.dir/build.make:1512: recipe for target 'bin/opencv_test_gapi' failed
make[2]: *** [bin/opencv_test_gapi] Error 1
CMakeFiles/Makefile2:5242: recipe for target 'modules/world/CMakeFiles/opencv_test_gapi.dir/all' failed
make[1]: *** [modules/world/CMakeFiles/opencv_test_gapi.dir/all] Error 2
Makefile:165: recipe for target 'all' failed
make: *** [all] Error 2

尝试降板本或者升版本依然会出现这个问题。

解决:

opencv_contrib问题。下载window的和lunix的版本不一样。观察两个包差了2m左右。

因为我使用的wls所以我直接下载zip然后直接解压上去的。所以出现错误。需要下载tar.gz即lunix版本的

2、如果依然失败,观察上述在opencv_test_gapi,的时候无法连接上,那么在cmake的时候,关闭test选项。

在输入cmake -D ....... 的时候加入 -D BUILD_PERF-TESTS=OFF -D BUILD_TESTS=OFF -D BUILD_opencv_python_tests=OFF -D INSTALL_TESTS=OFF(如果加载末尾,需要在末尾加上         ..    空格加两个点)

然后进行cmake,在make。

[ 99%] Linking CXX shared library ../../lib/libopencv_gapi.so [ 99%] Built target opencv_gapi [ 99%] Linking CXX executable ../../bin/opencv_annotation /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFReadDirectory@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFWriteEncodedStrip@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFIsTiled@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFOpen@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFReadEncodedStrip@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFSetField@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFWriteScanline@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFGetField@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFScanlineSize@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFWriteDirectory@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFSetWarningHandler@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFSetErrorHandler@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFReadEncodedTile@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFReadRGBATile@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFReadScanline@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFClose@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFRGBAImageOK@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFClientOpen@LIBTIFF_4.0' /usr/bin/ld: ../../lib/libopencv_imgcodecs.so.4.7.0: undefined reference to `TIFFReadRGBAStrip@LIBTIFF_4.0' collect2: error: ld returned 1 exit status make[2]: *** [apps/annotation/CMakeFiles/opencv_annotation.dir/build.make:102:bin/opencv_annotation] 错误 1 make[1]: *** [CMakeFiles/Makefile2:2193:apps/annotation/CMakeFiles/opencv_annotation.dir/all] 错误 2 make: *** [Makefile:166:all] 错误 2 分析一下错误
07-20
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值