Too late I noticed that Visual Studio 2012 will install on Windows 32bit Vista but not start. (not supported)

http://www.microsoft.com/visualstudio/e ... patibility
So this happens when doing cmake -G "Visual Studio 11" .
C:\Users\dell\spring>cmake -G "Visual Studio 11" .
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:119 (MESSAGE):
MINGWLIBS 'C:/Users/dell/spring/mingwlibs' is not a valid directory
-- Configuring incomplete, errors occurred!
I tried to use cmake-GUI to make it use Codeblocks and MingW compiler instead but did not manage.