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

2017-06-01 Thread Daniel Boles
On 1 June 2017 at 10:59, Kjell Ahlstedt wrote: > 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

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

2017-06-01 Thread Kjell Ahlstedt
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::slotsigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil> const&) This was perhaps due to needing this fix th

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

2017-05-31 Thread Daniel Boles
Hm, the undefined references do not occur when building without LTO. I'm using g++. I wonder if this might be a bug with the compiler/linker itself somehow. Though I don't think any relevant packages have been updated recently, so it seems unlikely. ___