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.