Source compiling for gtk+ 2.2 and 2.4

2004-12-11 Thread antongiulio
Hi, in my little app I have used 'gtkcombobox' widget. In a system with gtk+ 2.4.x installed, it works, but in system with gtk+ = 2.2 I got errors on compiling. Since v2.4 GtkComboBox has replaced 'deprecated' GtkOptionMenu. Is there a way to compile both version of gtk+ library? I thought to

Re: Source compiling for gtk+ 2.2 and 2.4

2004-12-11 Thread Keith Sharp
On Sat, 2004-12-11 at 14:42 +0100, antongiulio wrote: Hi, in my little app I have used 'gtkcombobox' widget. In a system with gtk+ 2.4.x installed, it works, but in system with gtk+ = 2.2 I got errors on compiling. Since v2.4 GtkComboBox has replaced 'deprecated' GtkOptionMenu. Is there