Closed markusl closed 7 years ago
Oh dear, this is quite suspicious! I can't say I've ever quite seen this before...
Just to confirm, you don't have any dirty build directories, right? If you start from a clean build you get these errors? If so, can you gist the full output build logs as well?
I wonder if perhaps VS tweaked its structure slightly in a way that we don't understand...
IIRC I've seen this before when dealing with /MT
vs /MD
in C code, which I believe is all handled internally now, so I'm going to close this. Feel free to reopen though if problems crop up!
Just tried to compile a minimal test app on Windows Server 2012 R2 with Visual Studio 2015 and Rust 1.12 MSVC 64 bit installed and "cargo build" command fails with following log. Any ideas what to do?