Opened 7 years ago

Closed 13 months ago

#54276 closed defect (fixed)

wireshark2 @2.2.7_0 fails to compile with Qt4

Reported by: ghosthound Owned by: ghosthound
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: wireshark2

Description

wireshark2 @2.2.7_0 fails to compile with Qt4 due to:

wireshark2/work/wireshark-2.2.7/ui/qt/simple_dialog.cpp:93:5: error: use of undeclared identifier 'setTextInteractionFlag'

Apparent is to either not build with Qt < 5.1 or to remove the 'setTextInteractionFlag' call when building with Qt4.

Change History (4)

comment:1 Changed 7 years ago by ghosthound

Owner: set to ghosthound
Status: newaccepted

comment:2 Changed 7 years ago by ghosthound

resolved for wireshark2 (as wireshark 2.4.1) in 6725f98f7683a8d710c4099c4ce1e6b806701fb7 by removing qt4 variant.

comment:3 in reply to:  2 Changed 13 months ago by barracuda156

Replying to ghosthound:

resolved for wireshark2 (as wireshark 2.4.1) in 6725f98f7683a8d710c4099c4ce1e6b806701fb7 by removing qt4 variant.

In fact even 2.6.20 builds with Qt4. And of course 2.2.17 does.

comment:4 Changed 13 months ago by barracuda156

Resolution: fixed
Status: acceptedclosed

In c39b15277b3434fbbfa86d16cfcf91a871bfaa35/macports-ports (master):

wireshark22: update to 2.2.17

Closes: #54276

Note: See TracTickets for help on using tickets.