-
Notifications
You must be signed in to change notification settings - Fork 710
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
Require only Visual C++ Build Tools 2015, not the bigger Visual Studio 2015, for -msvc targets #337
Comments
I imagine that removing all the MSBuild stuff completely will probably fix this, so let's revisit this after #340. |
That would have been my suggestion, too, especially after discovering that the "solution" from my comment above doesn't actually solve the whole problem. There are more things that can't be found later in the build process. So focus on #340 and ignore the Visual C++ Build Tools 2015. |
@Philipp91 I think maybe you ran msbuild on its own before running Are you building from If you're building a packaged release—i.e. you have an application that you've added a |
I hadn't used msbuild before on that machine. And I am building from Git, but I installed yasm and Perl as recommended, and in the same way as I did on my other machine where everything worked fine. And yes, you're right: now that I installed Visual Studio, it works (just like on my first machine). It just didn't work with Visual C++ Build Tools before (now I don't have that anymore, so I can't try any other ideas). |
#340 is done and ring doesn't use MSBuild anymore. It's a PITA to create a new Windows VM that doesn't have Visual Studio installed and I don't think we have anybody who can verify that the MS Build Tools are sufficient for building ring, so let's be uncharacteristically optimistic and assume everything is OK. Please shout if you find out otherwise. |
@briansmith ring successfully builds and passes tests with only the 2015 build tools installed in my Windows 10 x64 VM. (notes: strawberry perl, yasm 1.3 in path, master branch, rust stable) |
From #335 (comment):
The text was updated successfully, but these errors were encountered: