That is an interesting bug. Currently I have no guess for the reason. I just tried compile with GTK3 from
[https://github.com/ngtk3](https://github.com/ngtk3) by modifying code to import gtk3 import gdk3 import glib Compiles and works fine. Nim Compiler Version 0.17.0 (2017-05-19) [Linux: amd64] Well, when you like old GTK2 still, you may like Nim v 0.16 or older too If not, maybe try deleting repeatly some code lines from glib until error vanish. And tell Araq or Dom the exact line number which causes the problem. If you really like GTK, you may test a high level Nim GTK3 module soon.
