Ask Your Question
0

Trying to build OpenCV with Cmake and Visual studio 2010

asked 2016-04-12 04:12:04 -0600

Harsha123 gravatar image

Hi,

Presently, I am using OpenCV 3.0, CMake 2.8.11 and Visual Studio 2010 Express Edition. when, I am trying to Configure it for Visual Studio 2010 and build the binary file, I am getting the error as "Error in configuration process, project files may be invalid". Is this because, Am I using a incompatible version of Visual studio or any other issue.

Any suggestion will be helpful.

Thanks in advance.

edit retag flag offensive close merge delete

Comments

can you paste the cmake output ?

berak gravatar imageberak ( 2016-04-12 05:18:45 -0600 )edit

It is very doubtful that VS2010 has C++11 support at all as VS2012 has it only partially. Why not download VS2015 Express for free where C++14 support is almost complete? It is April 2016.

Der Luftmensch gravatar imageDer Luftmensch ( 2016-04-12 07:42:39 -0600 )edit

opencv does not require c++11 support, and it even compiles with vs2008 ;)

berak gravatar imageberak ( 2016-04-12 07:45:29 -0600 )edit

The contrib repo does though, right? Or at least it has at certain points in time.

Der Luftmensch gravatar imageDer Luftmensch ( 2016-04-12 07:48:33 -0600 )edit

^^ yes, iirc the cvv one

berak gravatar imageberak ( 2016-04-12 08:34:58 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-04-12 07:54:17 -0600

Harsha123 gravatar image

Thanks for u r suggestions. I have removed VS2010 and I have installed VS2013 Express Edition and the problem has been solved.

Thanks a lot....

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-04-12 04:12:04 -0600

Seen: 422 times

Last updated: Apr 12 '16