Hi,
I'm trying to build opencv from scratch on ubuntu 16.04 following instructions from here. (http://milq.github.io/install-opencv-ubuntu-debian/), but keep running into this libtiff error see below:> //usr/lib/x86_64-linux-gnu/libpoppler.so.58: undefined reference to `TIFFClose@LIBTIFF_4.0'
//usr/lib/x86_64-linux-gnu/libpoppler.so.58: undefined reference to `TIFFDefaultStripSize@LIBTIFF_4.0'
//usr/lib/x86_64-linux-gnu/libpoppler.so.58: undefined reference to `TIFFFdOpen@LIBTIFF_4.0'
//usr/lib/x86_64-linux-gnu/libpoppler.so.58: undefined reference to `TIFFWriteScanline@LIBTIFF_4.0'
//usr/lib/x86_64-linux-gnu/libpoppler.so.58: undefined reference to `TIFFSetField@LIBTIFF_4.0'
To be sure I installed libtiff5-dev and it was already installed.
Looks like some version differences is there? If so how can I leave out this dependency and go on with compiling and building?
↧