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: Tue, 29 Oct 2013 08:45:28 +0000

Comment # 1 on bug 9340 from
As we don't want to do anything to the GTK code at this stage as we are moving
to Qt we should probably remove these compile flags from Configure.ac and
Configure.nmake

    # If we have GTK then add flags for it.

    CPPFLAGS="-DGDK_PIXBUF_DISABLE_DEPRECATED $CPPFLAGS"
    CPPFLAGS="-DGDK_DISABLE_DEPRECATED $CPPFLAGS"
    CPPFLAGS="-DGTK_DISABLE_DEPRECATED $CPPFLAGS"

Could you try it out and supply a patch if it works?

I'm not sure if tis line should go too:
        CPPFLAGS="-DGSEAL_ENABLE $CPPFLAGS"

Regards
Anders


You are receiving this mail because:
  • You are watching all bug changes.