Ask Your Question
0

Building problem in Windows

asked 2013-02-19 13:22:51 -0600

Abid Rahman K gravatar image

Compiling OpenCV in Windows :

Hi, I am trying to build OpenCV Python bindings from source in Windows. I use Microsoft Visual C++ 2010.

I configured with CMake , and opened the OPENCV.sln solution with MVC++. While opening it, an error is shown :

"Solution folders are not supported in this version of the application"
"Solution folder '3rd party' will be displayed as unavailable" 
"Solution folder 'CMakeTargets' will be displayed as unavailable"
"Solution folder 'applications' will be displayed as unavailable"
"Solution folder 'bindings' will be displayed as unavailable"
"Solution folder 'extra' will be displayed as unavailable"
"Solution folder 'modules' will be displayed as unavailable"
"One or more projects in this solution is not loaded correctly"

See the red marked region.

image description

What is this problem, and how can I solve it?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2013-04-20 11:03:29 -0600

Abid Rahman K gravatar image

Below is the solution I found for this problem. Not sure if it is the correct method.

In CMake GUI, just uncheck the enable>enable solution folders box. Image as below :

image description

edit flag offensive delete link more

Comments

Express versions of MSVS don't support solution folders.

Andrey Pavlenko gravatar imageAndrey Pavlenko ( 2013-04-21 04:30:25 -0600 )edit

Yeah, I got it now. Anyway above solution works for me.

Abid Rahman K gravatar imageAbid Rahman K ( 2013-04-21 08:20:27 -0600 )edit

Question Tools

Stats

Asked: 2013-02-19 13:22:51 -0600

Seen: 558 times

Last updated: Apr 20 '13