-
Notifications
You must be signed in to change notification settings - Fork 22
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
Cannot install using Visual Studio 2017 #34
Comments
Looks like an error when decoding compiler output, what does I'll add |
VS17 does not use the registry anymore: https://blogs.msdn.microsoft.com/vcblog/2017/03/06/finding-the-visual-c-compiler-tools-in-visual-studio-2017/ C:\Program Files (x86)\Microsoft Visual Studio\2017\Community>cl
Microsoft (R) C/C++ Optimizing Compiler Version 19.10.24911 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
usage: cl [ option... ] filename... [ /link linkoption... ] |
I've fixed the encoding issue on master branch I hope, can you try it? (Set up variables first) I'll research the COM option in the post you linked, it's not as easy to use as the registry. And other options rely on dependencies that may be missing. |
Seems to be working fine, if you setup the env vars before invoking hererocks. |
Output when opening a prompt, running the VS script for variable setup, then calling hererocks
The text was updated successfully, but these errors were encountered: