PMunch / nimlsp

Language Server Protocol implementation for Nim
MIT License
419 stars 51 forks source link

Windows Install : RTL_CONDITION_VARIABLE unknow type name #138

Closed BatmiBoom closed 2 years ago

BatmiBoom commented 2 years ago

Hi! I was trying to install nimlsp in my w11 machine.

Nim version : 1.6.6 gcc version : 6.3.0

image

Yesterday I installed it in my Mac and I did not have any trouble. Thanks!

PMunch commented 2 years ago

According to the Nim docs GCC 8.10 is the lowest supported version. 6.3 came out in 2016(!) so it might be time to update your compiler. I'm testing with 12.1.1 for reference.

BatmiBoom commented 2 years ago

Oh I assume that the version was okay, because was installed with minGW. Thank you for the reply!