-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Unable to build on windows #77
Comments
Since Windows support is coming along nicely, an effort getting crystalline to work/build on Windows would be appriciated. |
another try with visual studio developer prompt
|
so I built llvm-17.0.6 and set LLVM_CONFIG to the file. It builds the library but errors on the linking because since crystal-lang/crystal#13946, llvm_ext.cc is no longer built so no llvm_ext.obj is under ext
|
Confirmed that for the latest crystal, this LSP could be compiled successfully (but the speed is killing me). |
Fails to do much of anything at all in Windows, for me. Using git at 7bd95d9
Crystal 1.13:
Built with:
But I also tried:
|
after small research i think it's
with the next call trace:
so, as the documentation says, STDIN is always blocking in windows I tried to remove this code and the crashes stopped, but the code still doesn't look working (or it's too slow) |
The text was updated successfully, but these errors were encountered: