After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 483919 - gimp shouldn't use DISABLE_DEPRECATED Flags
gimp shouldn't use DISABLE_DEPRECATED Flags
Status: RESOLVED INVALID
Product: GIMP
Classification: Other
Component: General
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2007-10-05 22:42 UTC by Hanno Böck
Modified: 2008-10-30 19:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hanno Böck 2007-10-05 22:42:23 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
Comment 1 Sven Neumann 2007-10-06 11:54:51 UTC
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.