GNOME Bugzilla – Bug 553911
[PATCH] Fix build with gdl enabled
Last modified: 2008-11-17 12:39:39 UTC
This (trivial) changes fixes the build when gdl is enabled.
Created attachment 119407 [details] [review] Fix build with gdl enabled
In addition to Johannes' patch I'll had to remove all gdl_icon* stuff from gdl.defs and remove gdl-gnome-1.0 dependency to make it build on my machine (Debian/unstable, libgdl 2.24.0). The version of gdl bindings currently distributed in unstable is build with HAVE_0_7=false because of the obsolote gdl-gnome requirement. In turn it has no gdl.ComboButton. FWIW I attach a modified version of the first patch that gives me at least the ComboButton back ;-)
Created attachment 119997 [details] [review] Modified version of first patch
Will this only apply against SVN? I'm trying to fix the package on Fedora (rawhide, soon-to-be F-10) which fails to build with new libgdl because libgdl dropped libgnome-gdl and it won't apply against 2.19.1.
i do not know if it applies to 2.19 but when you look at the patch it should be pretty obvious what you have to change
Gustavo, is this OK to commit?
What a mess that is GDL. First they had no gdl-gnome, then they add gdl-gnome pc file, and now they drop it again? :|
Sorry about that but we had to separate gdl-gnome out to be able to build a version without gnome depencies. No that we converted everything to gio/gtk+ (or things became obsolete because gtk+ provides them now), we needed to drop it.