Wireshark-bugs: [Wireshark-bugs] [Bug 12277] New: Build fails on Cenots 6.5 with gtk2 in ui/gtk/
Date: Tue, 22 Mar 2016 15:43:02 +0000
Bug ID 12277
Summary Build fails on Cenots 6.5 with gtk2 in ui/gtk/rtp_player.c rtp_channel_info_r has no no member start_time
Product Wireshark
Version 2.0.1
Hardware x86
OS Linux (other)
Status UNCONFIRMED
Severity Major
Priority Low
Component GTK+ UI
Assignee bugzilla-admin@wireshark.org
Reporter sv@its-v.de

Created attachment 14431 [details]
patch

Build Information:
CentOS 6.5
gtk2-devel-2.20.1-4.el6.x86_64

--
In 2bb8255e rtp structures have been changed, but only partially in
rtp_player.c. 

There is a gtk version check

    #if GTK_CHECK_VERSION(2,22,0)
    ...
    # else
    ...
    #endif

and the code below the #else seems to have been forgotten.


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