Updated by Alexander Shishkov about 13 years ago

I use newest OpenCV [[OpenCV]] svn revision 7111 version.

After used CMake 2.8.6 to configure and generate solution file for VS 2010, I opened "OpenCV.sln" in VS 2010 in debug mode, then builded the "ALL_BUILD" project. After building, I builded the "INSTALL" project, there was two errors:

1. error LNK1104: can not open file "python27_d.lib". (I know in Debug mode there was no this file, so this should be fine).

2. error MSB3073: command "setlocal
D:\Program\CMake_2.8\bin\cmake.exe -DBUILD_TYPE=Debug -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd" has existed.

Then the "INSTALL" project was failed to be builded.

Back