Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure fails with VS2015 on path #14

Open
l0calh05t opened this issue Feb 6, 2016 · 1 comment
Open

Configure fails with VS2015 on path #14

l0calh05t opened this issue Feb 6, 2016 · 1 comment

Comments

@l0calh05t
Copy link

Steps to reproduce:

  • 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)
@inbilla
Copy link
Owner

inbilla commented Mar 7, 2016

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants