elbywan / crystalline

A Language Server Protocol implementation for Crystal. 🔮
MIT License
436 stars 23 forks source link

I can't build LSP server on the windows system. #38

Closed jingyuexing closed 2 years ago

jingyuexing commented 2 years ago
> crystal build ./src/crystalline.cr  -o ./bin/crystalline --release --no-debug --progress -Dpreview_mt
Error: while requiring "./crystalline/requires"

image

jingyuexing commented 2 years ago

image

elbywan commented 2 years ago

Hey @jingyuexing,

Unfortunately windows is not fully supported by the crystal language at the moment, so I doubt that I can fix anything about this error in the crystalline code itself.