<div>Good Afternoon,</div><div><br></div><div>    I recently installed the cmake 2.8 in windows 7, I&#39;m trying to compile the project opencv 2.4 Beta.</div><div>    I have installed cygwin with their compilers, and works well using netbeans 7.2 C.</div>
<div>    I have also installed the latest version of visual studio express.</div><div>    My problem is that I am not able to create the project opencv 2.4 Beta, because it gives me the following error.</div><div><br></div>
<div>Unix Makefiles</div><div>Use default native compilers</div><div><br></div><div>The CXX compiler identification is unknown</div><div>The C compiler identification is unknown</div><div>Check for working CXX compiler: C:/cygwin/bin/c++.exe</div>
<div>Check for working CXX compiler: C:/cygwin/bin/c++.exe -- works</div><div>Detecting CXX compiler ABI info</div><div>Detecting CXX compiler ABI info - failed</div><div>Check for working C compiler: C:/cygwin/bin/cc.exe</div>
<div>Check for working C compiler: C:/cygwin/bin/cc.exe -- works</div><div>Detecting C compiler ABI info</div><div>Detecting C compiler ABI info - failed</div><div>CMake Error at CMakeLists.txt:69 (message):</div><div>  CMake fails to deterimine the bitness of target platform.</div>
<div><br></div><div>    Please check your CMake and compiler installation. If you are crosscompiling then ensure that your CMake toolchain file correctly sets the compiler details.</div><div><br></div><div><br></div><div>
Configuring incomplete, errors occurred!</div>