Error building a project in Windows 7 64 bit
Posted: 07 Jan 2014, 04:29
I am trying to build a new project in Windows 7 64 bit with CMake (running Make VS10 Project Files).
First I had to give administrator privileges to VS 2010 because I got this error message
As suggested here: http_nospam_www.stackoverflow.com/quest ... st-program
The second issue I ran into was the lack of a BCI2000-specific Qt build for my configuration, so I installed Qt 5.2.0 and added USE_EXTERNAL_QT:BOOL=ON to CMakeCache.
But now it tells me that the C compiler identification is unknown? I have Visual Studio 2010 installed (with SP 1). Any help would be greatly appreciated. UPDATE: I tried building a new project on a different PC with the same OS (Windows 7 64 bit) and I got the exact same error.
First I had to give administrator privileges to VS 2010 because I got this error message
As suggested here: http_nospam_www.stackoverflow.com/quest ... st-program
The second issue I ran into was the lack of a BCI2000-specific Qt build for my configuration, so I installed Qt 5.2.0 and added USE_EXTERNAL_QT:BOOL=ON to CMakeCache.
But now it tells me that the C compiler identification is unknown? I have Visual Studio 2010 installed (with SP 1). Any help would be greatly appreciated. UPDATE: I tried building a new project on a different PC with the same OS (Windows 7 64 bit) and I got the exact same error.