Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9340] Build failure with GTK 3.10 - GTK developers have go

Date: Sat, 21 Dec 2013 18:26:29 +0000

Comment # 5 on bug 9340 from
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.