Re: compiling gtkmm with atkmm support fails in implementor.cc





Den 2015-11-17 kl. 21:52, skrev codekiddy:
Hey guys, Please note that this crash happens only to top level window!
Only Gtk::Window contains the Glib::RefPtr<Gtk::AccelGroup> accel_group_ which also seems to be involved in a way that I don't understand.

gtkmmconfig.h is not handled like other header files. It's created from gtkmmconfig.h.in by ./configure. When you use MSVC, you don't use configure, right? gtkmmconfig.h is stored under the gtkmm/MSVC_Net2013 directory in the git repository and in tarballs. Does that mean that you use different copies of gtkmmconfig.h when you build gtkmm and when you build the app? If you do, it's important that they are identical. If GTKMM_ATKMM_ENABLED is defined when you build gtkmm, it must also be defined when you build the app.

Kjell



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