Closed realvictorprm closed 7 years ago
@realvictorprm thank you very much for agreeing to help as written at https://github.com/mono/CppSharp/issues/785 . The workaround might... work but now that you've seriously got to adding this support, I think we'd better have it for real. That is, what's needed is a new entry for "vs2017" and everything else just as the existing entries for VS 2015 and behind have.
Is there some place where I can dig into this whole stuff a bit? I don't know the impact of this. E.g the workaround doesn't work. I'm struggeling with lua, trying to find out where the version values is comming from.
Do we have gitter or something similar to talk about the stuff?
If Skype is fine by you, please get my e-mail from one of my commit messages and send me a letter. I'll reply to you with my Skype contact.
Closing since we have other issues tracking VS 2017.
This issue is definitely fixed!
Brief Description
The build of the dependencies with VS 2017 installed fails due to unrecognized ms build tools version. The error is located in the Lua script for LLVM simply because there isn't a handler for VS 2017.
See here:
Experimental Workaround
The function for getting the vs version can be changed to following:
Is this fine for building the dependencies? Can someone check whether it makes any problems? This worked at least for me.