-
Notifications
You must be signed in to change notification settings - Fork 708
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
Ring 0.14.6 fails to build using VS 11.0 build tools #817
Comments
I believe I might have erroneously picked up the "Visual Studio Build Tools 2015" (and not the "Visual C++ Build Tools 2015"); after uninstalling Visual Studio 2012 entirely, I'm left with no |
FWIW, after setting up Visual Studio C++ Build Tools 2015,
|
And just to wrap this one up for anybody who might come across this in the future, by following this comment, I did manage to get this running after including both the "VS 2015 C++ build tools" and the "Windows 10 SDK" from the Visual Studio Installer: |
Yes fantastic, thank you! Made my day |
When trying to build the cargo default "hello world" project with
ring = "0.14.6"
as the only dependency, the build fails with the output given below.Presumably this happens because of the particular VS build tools that end up being used. I have multiple different sets installed, and it seems to pick one of the older (unsupported?) ones out-of-the-box. Notably, Visual C++ Build Tools 2015, as listed as a requirement in
BUILDING.md
, is installed on the machine but isn't being picked up.The text was updated successfully, but these errors were encountered: