-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
fresh install on Windows 10, simple program gets linker error. #30319
Comments
Duplicate of #30229 |
Indeed this is a dupe, thanks for the report though! |
No worries. I did do a search looking for those symptoms. Apparently my google-fu was weak yesterday. |
@Nuclearfossil Did you actually resolve this? I followed the link to issue #30229 and then to this pull request. The way I understood it it was only necessary to run the What sucks is that I don't get to use Rust at all this way, because |
I've actually given up on Rust on the win32/64 platform for the time being. On Sat, 26 Mar 2016 at 03:07 Tomáš Hübelbauer notifications@github.com
|
Thanks for the reply. :) |
I try add component "C++/CLI Support" by VS2017 installer. |
@qtamaki |
Installation of Rust 1.5 on windows 10 machine via this link: https://static.rust-lang.org/dist/rust-1.5.0-x86_64-pc-windows-msvc.msi
Visual Studio 2013 and 2015 are already installed as well as the associated Visual Studio extensions for Rust.
Generate a simple test program, as follows:
helloworld.rs
Running rustc through the new rust shell as follows:
emits the following:
Any ideas?
The text was updated successfully, but these errors were encountered: