-
Notifications
You must be signed in to change notification settings - Fork 960
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
Windows build fails with "patch is not recognized as an internal or external command" #50
Comments
Hi. I believe that the correct generator for MSVC 2017 is |
I'm sorry, this is a typo - I did use Visual Studio 15 2017 Win64. It wouldn't run at all otherwise |
We are aware of this issue and we are trying to solve it. There are some dependencies which still require VS2015 toolset to be installed. I don't know if there is any way to get that toolset into CE, but you can try installing VS2015 alongside VS2017, or just build our decompiler with VS2015 for now. We will hopefully also support VS2017 CE soon. Thank you for understanding. |
@metthal , thanks for reply! I did install VS2015 toolset along with VS2017:
|
I am not sure what to look at in the log. If you mean those |
There seems to be nothing wrong in the output. Did you kill |
Oh. I thought, it's not good if it can't find the headers. Good to know no issues here. |
CMakeOutput.zip
|
Could you please send us the complete output from the following command so we can investigate this further?
|
|
This is just the output from the |
msbuild.zip |
Thank you. In the output, we saw the following line:
Could you please try installing the
I assume that you have installed everything from our guide, correct? |
Zero errors after installing patch:
Thank you!! |
Great! I have included the |
I am closing this issue as the problem with the missing |
Docs state it's possible to build with any VS version after 2015. This happens with VS 2017 CE:
The text was updated successfully, but these errors were encountered: