On Mon, 2004-05-03 at 14:02, HP Nadig wrote: > hi all, > > I've had problems with the GTK theme recently... > The theme fails to load with Gtk+ 2.4. I was told that this might be a > problem with older theme with newer GTK version... > > I get this with all the GTK apps.. > > Gtk-WARNING **: /opt/gnome2/lib/gtk-2.0/2.4.0/engines/libgalaxy.so: > undefined symbol: GTK_IS_COMBO > > Anybody faced this, or know solution for this? > help appreciated. > > thanks, > > - h.p. You'll probably have to recompile the theme without -DGTK_DISABLE_DEPRECATED. GTK_IS_COMBO is a macro which got deprecated in 2.4, so if you compile with DISABLE_DEPRECATED, the preprocessor doesn't see the macro and it ends up as an undefined symbol in the DSO... Matthias _______________________________________________ gtk-list@xxxxxxxxx http://mail.gnome.org/mailman/listinfo/gtk-list