12 Jan
2004
12 Jan
'04
6:06 p.m.
I have a question, something we were talking about a week ago. Is it possible to build recent versions of gtkmm and sigc++ with not-so-recent versions of Gtk, Glib, and the like?
libsigc++ does not depend on GTK+ or glib.
gtkmm 2.2 can build with GTK+ 2.2 and glib 2.2, and with later API/ABI-compatible versions such as GTK+ 2.3/2.4. gtkmm 2.4 requires GTK+ 2.4 (2.3 will become 2.4). Gtkmm 2.4 installs in parallel with gtkmm 2.2, so you can have both: http://www.gtkmm.org/
It would be good if we could limit the wildcards of the distro to only those two libs.
glibmm is now a separate module, for gtkmm 2.4.
Murray Cumming www.murrayc.com murrayc@...167...