Closed retsyo closed 5 years ago
These examples can be compiled by Nim stable release (0.19) . And except dsl.nim, the errors are reported by GCC, not by Nim. So I think there are some bugs in the Nim devel compiler (0.19.9). You can report this to nim's github issue page.
I will try to dig out a way to avoid the bugs if Nim 0.19.9 become stable release and the bugs are still there. But not for now.
I am using latest cloned wNim/winim, latest cloned-and-built nim on win7 64 bits I compile the kinds of examples in your code via
nim c -r xx.nim
ornim c --threads:on -r xx.nim
dsl.nim
and I think the other error sources share the simliar problem:
demo.nim
dragdrop.nim
pickicondialog.nim
reversi.nim
scribble.nim
tictactoe.nim
autolayout\demo.nim