Closed mantielero closed 4 years ago
Please update kiwi
dependency
rm -rf ~/.nimble/pkgs/kiwi-*
nimble install kiwi
Also note that the samples are not meant to be compiled on their own. Compile main.nim
instead.
Using nake
, I get:
$ nake
/home/jose/src/nimlang/gui/nimx/nimx-master/nimx/private/windows/sdl_window.nim(419, 12) Error: undeclared identifier: 'DisplayEvent'
That sounds like an ancient sdl2 dependency. Update it same way as kiwi
That fixed it. Thanks a lot.
I am struggling to compile the basic examples in the test folder. I get the following:
I am using: nim 1.2.0. And I am using a mix of versions: I install ttf from github because I was having a similar problem. I installed nimx with
nimble install nimx@#head
and later from github.