problem to use eclipse with opencv on ubuntu

asked 2016-07-21 04:47:04 -0600

Idil gravatar image

updated 2016-07-22 02:02:53 -0600

Workspace 1_028.jpgDear all, I am using Ubuntu 16.04 LTS, I followed the tutorial http://docs.opencv.org/2.4/doc/tutori...:

  1. I downloaded Eclipse Helios. I can build and run the "Hello World" program
  2. I downloaded and installed OpenCV_3.1.0
  3. I created an empty project, I copied and pasted the given code
  4. When I try to build the project I have 6 errors. Searching in Internet, I changed the 2 include directives: with "opencv2/opencv.hpp" and I added an include to "iostream"
  5. Still I have 3 errors, I think the last 2 depending to the 1st one:

Description ------------------------------------Resource---------------------Path Location----------------Type\

recipe for target 'DisplayImage' failed----makefile-------------/DisplayImage/Debug------line 45 C/C++ Problem

I really appreciate your help-support. Many thanks in advance, Idil

edit retag flag offensive close merge delete

Comments

1

somehow the error msg went AWOL. can you try again ?

also, maybe you can show your code ? (edit and append to question)

berak gravatar imageberak ( 2016-07-21 04:54:07 -0600 )edit

Thank you so much. I am attaching the screenshot of Eclipse. Does it helps? Any idea about the error? Regards, Elena

Idil gravatar imageIdil ( 2016-07-22 02:04:10 -0600 )edit