You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open a native compiler tool command prompt for VS2015
Ensure no other compilers are on path
Run cmake to configure a project
Stderr:
CMake Error at Y:/development/cmake-fastbuild-inbilla-install/share/cmake-3.2/Modules/CMakeTestCCompiler.cmake:61 (message):
The C compiler "D:/Program Files (x86)/Microsoft Visual Studio
14.0/VC/bin/amd64/cl.exe" is not able to compile a simple test program.
It fails with the following output:
Change Dir: Y:/development/cmake-fastbuild-test/build-inbilla/CMakeFiles/CMakeTmp
Run Build
Command:"Y:/development/cmake-fastbuild-test/build-inbilla/FBuild.exe"
"-showcmds" "-ide" "cmTC_d8f39-Debug"
1> Error: opening file 'D:\Program Files (x86)\Microsoft Visual Studio
14.0\VC\bin\amd64\c1ast.dll' in Compiler ToolManifest
FBuild: Error: BUILD FAILED: cmTC_d8f39-Debug
Time: 0.030s
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:2 (project)
The text was updated successfully, but these errors were encountered:
This is a simple issue with the list of deployable files for the compiler defined at the top of the .bff file.
I'll submit a version that removes all of these files being listed. It has been difficult to be able to supply a list that can be expected to work on all machines.
For now, you could try simply commenting out the line defining those files in the bff file and see how it goes?
Steps to reproduce:
Stderr:
The text was updated successfully, but these errors were encountered: