Re: Compile/link errors with glibmm-2.4 build using jhbuild



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&)

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.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]