Installing Opencv from Git on Ubuntu 14.04 [closed]

asked 2015-02-03 17:15:19 -0600

margaridamfo.gomes gravatar image

I'm having problems with installing opencv. I installed the dependencies and then I got opencv from git and cloned it. Then I created a build directory and ran the command cmake:

cmake -D WITH_FFMPEG=OFF -DWITH_QT=ON -DWITH_OPENGL=ON -DFORCE_VTK=ON -DWITH_TBB=ON -DWITH_GDAL=ON -DWITH_XINE=ON -DBUILD_EXAMPLES=ON ..

The result from make was image description

I don't know how to fix this, please help. Thanks in advance :)

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by StevenPuttemans
close date 2015-02-04 07:58:45.620300

Comments

Could you try disabling the shared libs option like suggested here?

StevenPuttemans gravatar imageStevenPuttemans ( 2015-02-04 03:02:33 -0600 )edit
1

Thank you so much Steven! Your suggestion worked :)

margaridamfo.gomes gravatar imagemargaridamfo.gomes ( 2015-02-04 07:56:25 -0600 )edit