Skip to content

rustc doesn’t auto-detect things for Visual Studio 15 #34484

New issue

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

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

Already on GitHub? # to your account

Closed
chris-morgan opened this issue Jun 26, 2016 · 1 comment
Closed

rustc doesn’t auto-detect things for Visual Studio 15 #34484

chris-morgan opened this issue Jun 26, 2016 · 1 comment
Labels
O-windows-msvc Toolchain: MSVC, Operating system: Windows

Comments

@chris-morgan
Copy link
Member

Had to run vcvars64.bat myself to get it to work; it was complaining it couldn’t find link.exe at first.

I presume we’ll just need to add things to librustc_trans::back::msvc for 15.0 which will probably be the same as 14.0. I’m happy to test it all out and submit a PR when I’ve verified it (having a machine now with Visual Studio 15 on it); I’ll just need to get set up for building rustc on Windows, and I’m not doing that now, or probably for a few days.

@retep998
Copy link
Member

I already have a branch that I've had hanging around for a while which would fix this among other things. I really ought to polish it up and get it landed.

@brson brson added the O-windows-msvc Toolchain: MSVC, Operating system: Windows label Jun 27, 2016
@bors bors closed this as completed in a1b33b4 Jul 2, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
O-windows-msvc Toolchain: MSVC, Operating system: Windows
Projects
None yet
Development

No branches or pull requests

3 participants