Wireshark mailing list archives

Re: wireshark 2.2.7 compilation failure on ubuntu 16.04.2


From: Anders Broman <anders.broman () ericsson com>
Date: Fri, 2 Jun 2017 11:45:09 +0000



-----Original Message-----
From: Wireshark-dev [mailto:wireshark-dev-bounces () wireshark org] On Behalf Of Stig Bjørlykke
Sent: den 2 juni 2017 13:21
To: Developer support list for Wireshark <wireshark-dev () wireshark org>
Subject: Re: [Wireshark-dev] wireshark 2.2.7 compilation failure on ubuntu 16.04.2

On Fri, Jun 2, 2017 at 12:49 PM, Conor Lennon <conorlennon () eircom net> wrote:
CXX simple_dialog.o
simple_dialog.cpp: In constructor 
‘SimpleDialog::SimpleDialog(QWidget*,
ESD_TYPE_E, int, const char*, __va_list_tag*)’:
simple_dialog.cpp:93:54: error: ‘setTextInteractionFlags’ was not 
declared in this scope 
setTextInteractionFlags(Qt::TextSelectableByMouse);
^
Makefile:1790: recipe for target 'simple_dialog.o' failed

The call to setTextInteractionFlags should not have been used when compiling with Qt version < 5.1.
You can safely remove this call in simple_dialog.cpp until the next release.

On Ubuntu 16.04 You probably want to build with Qt5
Regards
Anders


--
Stig Bjørlykke
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: