Closed valpackett closed 4 years ago
This happens doing what exactly? I cannot reproduce when running the samples using glib 2.62.4 (which gobject is part of). My Gtk version is 3.24.12 fwiw.
Just anything like crystal run samples/gtk_entry.cr
.
So turns out this is actually coming from gtk4:
~ % rg gtk_editable_install_properties /usr/local/share/gir-1.0
/usr/local/share/gir-1.0/Gtk-4.0.gir
31650:In your class_init function, call gtk_editable_install_properties(),
31659: gtk_editable_install_properties (object_clas, NUM_PROPERTIES);
31810: c:identifier="gtk_editable_install_properties">
151041: c:identifier="gtk_editable_install_properties"
so it really is just trying to generate everything.
Not everything but the latest versions. I don't have Gtk 4 yet, so that might explain why I can't reproduce and why it might have new dependencies now etc.
Next problem after #33 was fixed:
(gtk3-3.24.10)