introlab / find-object

Find-Object project
http://introlab.github.io/find-object/
BSD 3-Clause "New" or "Revised" License
447 stars 189 forks source link

Having trouble compiling in Ubuntu 14.04 #14

Open seandoyle opened 8 years ago

seandoyle commented 8 years ago

apt-get couldn't find libopencv2.4-dev - but I already had libopencv-dev 2.4.8. When I issue 'make' I get most of the way through the compile - but then it throws this error: Linking CXX executable ../../bin/find_object /usr/lib/x86_64-linux-gnu/libopencv_highgui.so.2.4.8: undefined reference to `TIFFIsTiled@LIBTIFF_4.0'

I've tried installing the TIFF development library: sudo apt-get install libtiff4-dev

Is there some other version of OpenCV that's needed or am I missing a different library? Thanks.

matlabbe commented 8 years ago

Hi,

Looking this post: http://answers.opencv.org/question/35642/libtiff_40-link-errors/, it seems that installing OpenCV from source would fix the problem.

cheers

ilaplace commented 7 years ago

i have the same issue

matlabbe commented 7 years ago

Did you try the solution in the link above?