Comment # 5
on bug 9340
from Bill Meier
If Gtk >= 3.10, I've changed configure.ac to allow use of deprecated Gtk
features (and to prevent 'deprecated' warnings).
[if Gtk >= 3.10]
## Allow use of deprecated & disable deprecated warnings if Gtk >=
3.10;
## The deprecations in Gtk 3.10 will not be fixed ...
CPPFLAGS="-DGDK_DISABLE_DEPRECATION_WARNINGS $CPPFLAGS"
else
CPPFLAGS="-DGTK_DISABLE_DEPRECATED $CPPFLAGS"
fi
The above was all that was needed.
Done in SVN #54337
(Yet ToDo: Fix Window nmake file(s);
You are receiving this mail because:
- You are watching all bug changes.