yglukhov / nimx

GUI library
MIT License
1.09k stars 75 forks source link

Error: usage of 'isNil' is a user-defined error #327

Closed ghost closed 6 years ago

ghost commented 6 years ago

I tried to compile the sample from the README with 0.18.1 and I got this:

~/.nimble/pkgs/nimx-0.1/nimx/system_logger.nim(31, 22) Error: usage of 'isNil' is a user-defined error
ghost commented 6 years ago

@yglukhov thanks!

ghost commented 6 years ago

Sorry, the issue is still present: ~/.nimble/pkgs/ttf-0.2.6/ttf.nim(1312, 24) Error: usage of 'isNil' is a user-defined error

yglukhov commented 6 years ago

Please update ttf

nimble install -y https://github.com/yglukhov/ttf
ghost commented 6 years ago

@yglukhov it worked, thanks!