Den 2017-05-31 kl. 21:57, skrev Daniel Boles:
Before, I was getting a missing symbol at runtime for this:

Gio::ActionMap::add_action(Glib::ustring const&, sigc::slot<void, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil> const&)

This was perhaps due to needing this fix that I just committed:

https://git.gnome.org/browse/glibmm/commit/?h=glibmm-2-52&id=f81107735d04569d6a9bd1bf473980f3ef1f1e01


Either way, after rebuild, I'm now unable even to compile, due to undefined references to various destructors for different kinds of RefPtr <Application> and <TreeModel>

Given that the types in question are gtkmm ones, I rebuilt that too, but it doesn't seem to have helped.

Do these point at any obvious problems with what I've done? I've not seen this before.


Thanks!

I pulled your latest patches from the glibmm-2-52 branch and built it successfully with g++.

There is both Gio::Application in glibmm and and Gtk::Application in gtkmm, but there is only Gtk::TreeModel. Glibmm does not depend on gtkmm. If you've got references to gtkmm stuff from glibmm, there is a local bug in your installation of glibmm.

_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to