On 18/11/2015 08:05, Kjell Ahlstedt
wrote:
That's right in my case. I simply copy 'gtkmmconfig.h.in' to 'gtkmmconfig.h' I must admit, I'm also baffled by this. In my simple example, the order of destruction seems to be this:- ~Widget ~Container ~Bin ~Window ~Implementor And the crash / hang always happens while destroying Implementor. I did notice this comment at line 53 of 'glibmm/glib/glibmm/interface.cc':- //Any instantiable class that derives from Interface should also inherit from Object. I noticed that Atk::Implmentor does derive from Glib::Interface but it doesn't inherit from Object. Could that be the problem? John |