treeform/windy

win32/platform.nim compile error

doongjohn opened this issue · 1 comments

Compile error:

nimble build -d:mingw
/home/username/.nimble/pkgs2/windy-0.0.0-e0506a1d00e0daf1ffa44f00959853bbae29b01f/windy/platforms/win32/platform.nim(872, 17) Error: cannot convert 513 to range 0..255(int)

Nim version:

Nim Compiler Version 1.9.3 [Linux: amd64]
Compiled at 2023-04-19                                                                                                                                                                        Copyright (c) 2006-2023 by Andreas Rumpf                                                                                                                                                                                                                                                                                                                                                    git hash: 24b6378382f4bcde3b354f0a8137604192c7570f
active boot switches: -d:release

windy version:
windy [(version: 0.0.0, checksum: e0506a1d00e0daf1ffa44f00959853bbae29b01f)]

maybe this issue is related to this: nim-lang/Nim#21659