<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello there.<div><br></div><div>Compiling open source project OpenCV-2.3.1 on Windows works with cmake 2.8.9. The other day I updated to cmake 2.8.10, and it stopped working. If I go back to cmake 2.8.9 it works again.</div><div><br></div><div>Has anyone seen this or can anyone point me in the right direction to start investigating? I'm not familiar with cmake.</div><div><br></div><div>The command I use is "C:&gt; cmake cmake -G "Visual Studio 10" with a few -D defines. cmake 2.8.10 tells me the compiler is unknown:</div><div><br></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>Setting environment for using Microsoft Visual Studio 2010 x86 tools.</div></div><div><div>-- The C compiler identification is unknown</div></div><div><div>-- The CXX compiler identification is unknown</div></div><div><div>-- Could NOT find PythonInterp (missing: &nbsp;PYTHON_EXECUTABLE)&nbsp;</div></div><div><div>-- Could NOT find PythonLibs (missing: &nbsp;PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)&nbsp;</div></div><div><div>-- Parsing 'cvconfig.h.cmake'</div></div><div><div>-- ffmpeg output dir: C:/src/play/OpenCV-2.3.1/bin/$(Configuration)</div></div><div><div>--&nbsp;</div></div><div><div>-- General configuration for opencv 2.3.1 =====================================</div></div><div><div>--&nbsp;</div></div><div><div>-- &nbsp; &nbsp; Built as dynamic libs?: &nbsp; &nbsp; NO</div></div><div><div>-- &nbsp; &nbsp; Compiler: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; CMAKE_CXX_COMPILER-NOTFOUND</div></div><div><div>-- &nbsp; &nbsp; C++ flags (Release): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div></div><div><div>-- &nbsp; &nbsp; C++ flags (Debug): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div></div><div><div>-- &nbsp; &nbsp; Linker flags (Release): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div></div><div><div>-- &nbsp; &nbsp; Linker flags (Debug): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div></div></blockquote><div><br></div><div>cmake 2.8.9 gives the expected output.</div><div><br></div><blockquote style="margin: 0 0 0 40px; border: none; padding: 0px;"><div><div>Setting environment for using Microsoft Visual Studio 2010 x86 tools.</div></div><div><div>-- Check for working C compiler using: Visual Studio 10</div></div><div><div>-- Check for working C compiler using: Visual Studio 10 -- works</div></div><div><div>-- Detecting C compiler ABI info</div></div><div><div>CMake Error at C:/src/timestone/3rdparty/cmake/2.8.9-win32-x86/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake:31 (TRY_COMPILE):</div></div><div><div>&nbsp; Cannot copy output executable</div></div><div><div><br></div></div><div><div>&nbsp; &nbsp; ''</div></div><div><div><br></div></div><div><div>&nbsp; to destination specified by COPY_FILE:</div></div><div><div><br></div></div><div><div>&nbsp; &nbsp; 'C:/src/play/OpenCV-2.3.1/CMakeFiles/CMakeDetermineCompilerABI_C.bin'</div></div><div><div><br></div></div><div><div>&nbsp; Unable to find the executable at any of:</div></div><div><div><br></div></div><div><div>&nbsp; &nbsp; C:/src/play/OpenCV-2.3.1/CMakeFiles/CMakeTmp/cmTryCompileExec470315884.exe</div></div><div><div>&nbsp; &nbsp; C:/src/play/OpenCV-2.3.1/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec470315884.exe</div></div><div><div>&nbsp; &nbsp; C:/src/play/OpenCV-2.3.1/CMakeFiles/CMakeTmp/Development/cmTryCompileExec470315884.exe</div></div><div><div><br></div></div><div><div>Call Stack (most recent call first):</div></div><div><div>&nbsp; C:/src/timestone/3rdparty/cmake/2.8.9-win32-x86/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:71 (CMAKE_DETERMINE_COMPILER_ABI)</div></div><div><div>&nbsp; CMakeLists.txt:40 (project)</div></div><div><div><br></div></div><div><div><br></div></div><div><div>-- Detecting C compiler ABI info - done</div></div><div><div>-- Check for working CXX compiler using: Visual Studio 10</div></div><div><div>-- Check for working CXX compiler using: Visual Studio 10 -- works</div></div><div><div>-- Detecting CXX compiler ABI info</div></div><div><div>CMake Error at C:/src/timestone/3rdparty/cmake/2.8.9-win32-x86/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake:31 (TRY_COMPILE):</div></div><div><div>&nbsp; Cannot copy output executable</div></div><div><div><br></div></div><div><div>&nbsp; &nbsp; ''</div></div><div><div><br></div></div><div><div>&nbsp; to destination specified by COPY_FILE:</div></div><div><div><br></div></div><div><div>&nbsp; &nbsp; 'C:/src/play/OpenCV-2.3.1/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin'</div></div><div><div><br></div></div><div><div>&nbsp; Unable to find the executable at any of:</div></div><div><div><br></div></div><div><div>&nbsp; &nbsp; C:/src/play/OpenCV-2.3.1/CMakeFiles/CMakeTmp/cmTryCompileExec3518155222.exe</div></div><div><div>&nbsp; &nbsp; C:/src/play/OpenCV-2.3.1/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec3518155222.exe</div></div><div><div>&nbsp; &nbsp; C:/src/play/OpenCV-2.3.1/CMakeFiles/CMakeTmp/Development/cmTryCompileExec3518155222.exe</div></div><div><div><br></div></div><div><div>Call Stack (most recent call first):</div></div><div><div>&nbsp; C:/src/timestone/3rdparty/cmake/2.8.9-win32-x86/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:64 (CMAKE_DETERMINE_COMPILER_ABI)</div></div><div><div>&nbsp; CMakeLists.txt:40 (project)</div></div><div><div><br></div></div><div><div><br></div></div><div><div>-- Detecting CXX compiler ABI info - done</div></div><div><div>-- Could NOT find PythonInterp (missing: &nbsp;PYTHON_EXECUTABLE)&nbsp;</div></div><div><div>-- Could NOT find PythonLibs (missing: &nbsp;PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)&nbsp;</div></div><div><div>-- Parsing 'cvconfig.h.cmake'</div></div><div><div>-- ffmpeg output dir: C:/src/play/OpenCV-2.3.1/bin/$(Configuration)</div></div><div><div>--&nbsp;</div></div><div><div>-- General configuration for opencv 2.3.1 =====================================</div></div><div><div>--&nbsp;</div></div><div><div>-- &nbsp; &nbsp; Built as dynamic libs?: &nbsp; &nbsp; NO</div></div><div><div>-- &nbsp; &nbsp; Compiler: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; C:/Program Files (x86)/Microsoft Visual Studio 10.0/VC/bin/cl.exe</div></div><div><div>-- &nbsp; &nbsp; C++ flags (Release): &nbsp; &nbsp; &nbsp; &nbsp; /DWIN32 /D_WINDOWS /W4 &nbsp; /EHsc- /GR &nbsp;/D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy &nbsp;/MD /O2 /Ob2 /D NDEBUG &nbsp;/Zi /arch:SSE /arch:SSE2 /Oi&nbsp;</div></div><div><div>-- &nbsp; &nbsp; C++ flags (Debug): &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /DWIN32 /D_WINDOWS /W4 &nbsp; /EHsc- /GR &nbsp;/D _CRT_SECURE_NO_DEPRECATE /D _CRT_NONSTDC_NO_DEPRECATE /D _SCL_SECURE_NO_WARNINGS /Gy &nbsp;/D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 &nbsp;</div></div><div><div>-- &nbsp; &nbsp; Linker flags (Release): &nbsp; &nbsp; &nbsp;/STACK:10000000 /machine:X86 &nbsp; &nbsp;/INCREMENTAL:NO &nbsp;/debug&nbsp;</div></div><div><div>-- &nbsp; &nbsp; Linker flags (Debug): &nbsp; &nbsp; &nbsp; &nbsp;/STACK:10000000 /machine:X86 &nbsp; &nbsp;/debug /INCREMENTAL &nbsp;</div></div></blockquote><br><div><br></div></body></html>