We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I faced below error at Ubuntu 16.4. How can I do?
collect2: error: ld returned 1 exit status Makefile:373: recipe for target '../_bin/Release/linux/imageplay' failed make[1]: *** [../_bin/Release/linux/imageplay] Error 1 make[1]: Leaving directory '/home/jy/ImagePlay/ImagePlay' Makefile:86: recipe for target 'sub-ImagePlay-make_first-ordered' failed make: *** [sub-ImagePlay-make_first-ordered] Error 2
The text was updated successfully, but these errors were encountered:
Hi, I had the same problem. You can use this: sudo apt-get install libopencv-contrib-dev
sudo apt-get install libopencv-contrib-dev
wget -O opencv-3.4-x86_64.pkg.tar.xz https://www.archlinux.org/packages/extra/x86_64/opencv/download/
sudo tar --wildcards --strip=2 -C /usr/lib/x86_64-linux-gnu/ -xf opencv-3.4-x86_64.pkg.tar.xz usr/lib/libopencv_xfeatures2d.so* usr/lib/libopencv_xphoto.so* usr/lib/libopencv_optflow.so*
Sorry, something went wrong.
No branches or pull requests
I faced below error at Ubuntu 16.4.
How can I do?
collect2: error: ld returned 1 exit status
Makefile:373: recipe for target '../_bin/Release/linux/imageplay' failed
make[1]: *** [../_bin/Release/linux/imageplay] Error 1
make[1]: Leaving directory '/home/jy/ImagePlay/ImagePlay'
Makefile:86: recipe for target 'sub-ImagePlay-make_first-ordered' failed
make: *** [sub-ImagePlay-make_first-ordered] Error 2
The text was updated successfully, but these errors were encountered: