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 got the error below when I typed make. /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to TIFFReadRGBAStrip@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to TIFFSetErrorHandler@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to TIFFReadEncodedStrip@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to TIFFReadRGBATile@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to TIFFSetField@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to TIFFScanlineSize@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to TIFFSetWarningHandler@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to TIFFWriteScanline@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to TIFFRGBAImageOK@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to TIFFIsTiled@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to TIFFReadEncodedTile@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to TIFFClose@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to TIFFGetField@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to TIFFOpen@LIBTIFF_4.0' collect2: error: ld returned 1 exit status CMakeFiles/pngtoklg.dir/build.make:112: recipe for target 'pngtoklg' failed make[2]: *** [pngtoklg] Error 1 CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/pngtoklg.dir/all' failed make[1]: *** [CMakeFiles/pngtoklg.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2
TIFFReadRGBAStrip@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFReadEncodedStrip@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFSetField@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFSetWarningHandler@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFRGBAImageOK@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFReadEncodedTile@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFGetField@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
The text was updated successfully, but these errors were encountered:
BVLC/caffe#1559 (comment) and I fixed it with "conda uninstall libtiff"
Sorry, something went wrong.
No branches or pull requests
I got the error below when I typed make.
/usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFReadRGBAStrip@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFSetErrorHandler@LIBTIFF_4.0'/usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFReadEncodedStrip@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFReadRGBATile@LIBTIFF_4.0'/usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFSetField@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFScanlineSize@LIBTIFF_4.0'/usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFSetWarningHandler@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFWriteScanline@LIBTIFF_4.0'/usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFRGBAImageOK@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFIsTiled@LIBTIFF_4.0'/usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFReadEncodedTile@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFClose@LIBTIFF_4.0'/usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFGetField@LIBTIFF_4.0' /usr/local/lib/libopencv_highgui.so.2.4.9: undefined reference to
TIFFOpen@LIBTIFF_4.0'collect2: error: ld returned 1 exit status
CMakeFiles/pngtoklg.dir/build.make:112: recipe for target 'pngtoklg' failed
make[2]: *** [pngtoklg] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/pngtoklg.dir/all' failed
make[1]: *** [CMakeFiles/pngtoklg.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: