Please reply on the list, thanks jody wrote:
I just checked the gtkmm page: the highest versions of gtkmm are 2.14 (stable) and 2.15 (unstable), so how can i go to 2.16 at all? (http://www.gtkmm.org/download.shtml)
It seems that the website has not been updated, but version 2.16 has been released: http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.16/
On Tue, Apr 7, 2009 at 5:39 PM, jody <jody xha gmail com> wrote:oops- you're right, i am stuck with 2.12 (fc8) is it possible to run gtkmm 2.16 on fc8?
It may be possible in theory, but it's not worth trying to do so. You would end up having to upgrade gtk+ and glib and all of the libraries that they depend on, and it would become a giant headache. You can always simply use the GTK+ API as a workaround until you are able to use 2.16. Something like:
gtk_combo_box_set_model (gtkmm_combobox.gobj(), NULL); -- jonner