Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8257183
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T02:06:50+00:00 2026-06-08T02:06:50+00:00

To keep the Q&A aspect: I got a strange problem with the latest (v.2.4.2)

  • 0

To keep the Q&A aspect:

I got a strange problem with the latest (v.2.4.2) OpenCV version, which failed to install with the following error:

In file included from /OpenCV-2.4.2/modules/core/src/system.cpp:460:
/OpenCV-2.4.2/release/modules/core/version_string.inc:37:1:
warning: missing terminating ” character In file included from
/OpenCV-2.4.2/modules/core/src/system.cpp:460:
/OpenCV-2.4.2/release/modules/core/version_string.inc:37: error:
missing terminating ” character

So what went wrong? Take a look at my answer.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T02:06:51+00:00Added an answer on June 8, 2026 at 2:06 am

    As mentioned in this bug report the problem is an old version (2.8.2) of cmake. So the solution was to grab a fresh copy of the cmake source, compile it and use it to install OpenCV.

    Note 18/09/2012: This also works on Ubuntu 12.04 with cmake 2.8.9!

    # get the cmake src
    wget http://www.cmake.org/files/v2.8/cmake-2.8.8.tar.gz
    
    # extract archive
    tar xfvz cmake-2.8.8.tar.gz
    
    # build the new version
    cd cmake-2.8.8
    cmake . 
    make 
    sudo make install
    
    # get the OpenCV src
    wget -O OpenCV-2.4.2.tar.bz2 http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.2/OpenCV-2.4.2.tar.bz2/download
    
    # extract it …
    tar -xvf OpenCV-2.4.2.tar.bz2
    
    # build it
    mkdir build
    cd build
    /usr/local/bin/cmake -D CMAKE_BUILD_TYPE=RELEASE ..
    make
    sudo make install
    
    # setup OpenCV
    sudo echo “/usr/local/lib” >> /etc/ld.so.conf
    sudo ldconfig
    

    That’s it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I tried a substringFromIndex:-4 but got an error. How do I cut & keep
I've got to keep an inventory of servers and their memory modules & drives.
How can I insert   Into an XSLT stylesheet, I keep getting this error:
I'm trying to deserialize a rest uri located at http://ws.geonames.org/countryInfo?lang=it&country=DE and keep getting error
I keep getting the following error when trying to write a template function: main.cpp|17|error:
I got this URL: http://twitternieuws.com/class/function/ID?oauth_token=xxxxx&oauth_verifier=xxxxx And I keep getting errors like The page you
I keep on getting a JSON parser error for the following data: [{data:Aerospace and
I keep getting an error with this part of the code &contours = ((contours.h_next)
I keep getting the following error when trying to deploy my app with the
I keep getting a Bad file descriptor error when I try to send data

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.