Find the answer to your Linux question:
Results 1 to 4 of 4
hey guys, so i am trying to install opencv on ubuntu. i have been following the directions exactly as given in the readme, and all goes well until i enter ...
  1. #1
    Just Joined!
    Join Date
    Apr 2009
    Posts
    4

    installing opencv on ubuntu

    hey guys, so i am trying to install opencv on ubuntu. i have been following the directions exactly as given in the readme, and all goes well until i enter sudo make install, and get this error:


    CMake Error at cmake_install.cmake:61 (FILE):
    file Internal CMake error when trying to open file:
    /home/iochinome/workspace/trunk/opencv/release/install_manifest.txt for writing.

    any ideas on what is going wrong? installations are really not my specialty... thanks!

    -

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    There is no need to compile opencv. Its available in Universe repository. You should install it through package manager only.
    Which version of Ubuntu are you using?
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,099
    Quote Originally Posted by iochinome View Post
    hey guys, so i am trying to install opencv on ubuntu.
    There are a number of HowTos that can be found online for installing opencv under ubuntu, but I'd recommend enabling the correct repositories and then using either synaptic or apt to install it. Doing so should pickup all the dependencies that it needs and simply the overall process for you.

    If needed, the ubuntu wiki has a couple of nice guides for using synaptic and apt.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  4. #4
    Just Joined!
    Join Date
    Apr 2009
    Posts
    4
    hmm... that is really weird! i have all of the opencv files installed, as you instructed, by using synaptic package manager. (all of the files that show up under a search for 'opencv' show up as green in synaptic, and i had installed them)

    but even now, when i try to compile my opencv programs, it does not work- it returns the error that there is 'no such file or directory' for either opencv.h or highgui.h ... and so i did a quick
    $locate highgui.h
    and it existed in /usr/include/opencv/highgui.h
    but, for
    $locate opencv.h
    it returned nothing. what is going on here?

    thanks guys... installations arent my strong suit! much appreciated-

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...