-
Notifications
You must be signed in to change notification settings - Fork 17
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? #26
Comments
I've been fiddling with this for a little while - I'm not very experienced at all with these sorts of builds, so take all this with a grain of salt. Some of the details might not be relevant, there's a bunch of LLDB-dependent things i've been looking at so i'm sure some of the "what's a problem for which project" have gotten mixed up in my head. Messing with The most promising long-term option seems like it would involve treating the There's several other issues, since compared to linux, windows distributions of LLVM all suck. vcpkg can be a bit slow about updating to the latest version. Other distributions (winlibs, llvm-mingw, choco, etc.) either don't include LLDB, don't have the include headers, or have the include headers but don't have SBLanguages.h (which is generated at compile time), some don't have the appropriate scripting and such build in, etc. etc. etc. It's all a mess. There's nothing equivalent to If you have any suggestions please let me know, I'm pretty interested in getting this working on windows. |
What's going to be involved in doing a Windows build of this?
Will vcpkg help?
The text was updated successfully, but these errors were encountered: