Ask Your Question

Revision history [back]

Building opencv 3.1.0 on Ubuntu 16.04

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 toTIFFDefaultStripSize@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 toTIFFWriteScanline@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?