GNOME Bugzilla – Bug 483919
gimp shouldn't use DISABLE_DEPRECATED Flags
Last modified: 2008-10-30 19:59:49 UTC
gimp passes a lot of DISABLE_DEPRECATED Flags to the compile process. This shouldn't be done outside development. Could cause unneeded problems. -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE See corresponding Gentoo Bug: https://bugs.gentoo.org/show_bug.cgi?id=194442
This is bogus. We have configure checks for this and turn off the deprecation guards if you are compiling GIMP with newer versions of these libraries. Please do some research before filing a bug report. You are wasting our time.