Re: Galaxy Theme fails to load in GTK+ 2.4
- From: Matthias Clasen <mclasen redhat com>
- To: gtk-list gnome org
- Subject: Re: Galaxy Theme fails to load in GTK+ 2.4
- Date: Wed, 05 May 2004 09:00:50 -0400
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]