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 12562] New: Missing GeoIP results in failed compilation

Date: Mon, 27 Jun 2016 11:35:58 +0000
Bug ID 12562
Summary Missing GeoIP results in failed compilation
Product Wireshark
Version Git
Hardware x86
OS Debian
Status UNCONFIRMED
Severity Minor
Priority Low
Component Qt UI
Assignee [email protected]
Reporter [email protected]

Build Information:
Latest gerrit source code.
--
endpoint_dialog.cpp:268:56: error: unused parameter ‘strings_only’
[-Werror=unused-parameter]
     QVariant colData(int col, bool resolve_names, bool strings_only) const {
                                                        ^
cc1plus: all warnings being treated as errors
Makefile:1800: recipe for target 'endpoint_dialog.o' failed

This happens because "strings_only" is defined outside of #ifdef HAVE_GEOIP,
but used only inside #ifdef HAVE_GEOIP.

If GeoIP library is not installed, the build will fail.


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