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

Faulty VC++ build tools diagnostic on Windows 10 #931

Closed
Rojetto opened this issue Jan 23, 2017 · 2 comments
Closed

Faulty VC++ build tools diagnostic on Windows 10 #931

Rojetto opened this issue Jan 23, 2017 · 2 comments

Comments

@Rojetto
Copy link

Rojetto commented Jan 23, 2017

I just tried to install Rust via rustup on Windows 10 64 bit. After running rustup-init it complained about the missing VC++ build tools (as it should, I didn't have them installed).
I then downloaded and installed them with the first link it suggested (http://landinghub.visualstudio.com/visual-cpp-build-tools). After rebooting and running rustup it still complained about them allegedly missing. I then just ignored the warning and continued with the installation, which completed succesfully. The target it defaulted to and that it installed is x86_64-pc-windows-msvc. Compiling and running a simple rust program also worked, so it seems like just the diagnostic, whether the build tools are installed didn't work.

@Ryan1729
Copy link

I had a similar experience and after installing rust I was able to compile the rust-sdl2 examples (after installing the required sdl2 files) so it also works on slightly more involved programs, including those relying on libraries from other languages, despite the diagnostic reporting otherwise.

@brson
Copy link
Contributor

brson commented Mar 16, 2017

Thanks for the report @Rojetto !

This is a duplicate of #660 and should be fixed in the next release.

@brson brson closed this as completed Mar 16, 2017
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

3 participants