Ask Your Question

softwaremechanic's profile - activity

2016-07-17 18:38:24 -0600 received badge  Student (source)
2016-05-27 07:22:21 -0600 answered a question Building opencv 3.1.0 on Ubuntu 16.04

I managed to get it done by switching off TIFF completely I used WITH_TIFF=OFF. Not sure that'll affect any other functionality I need, but since I"m just playing around with it for learning purposes it should be fine.

2016-05-25 03:12:06 -0600 asked a question 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-...), 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?