Bug ID |
10447
|
Summary |
endpoint_dialog.cpp:360:20: error: ‘ENDP_NUM_BUILTIN_COLUMNS’ was not declared in this scope
|
Product |
Wireshark
|
Version |
1.99.x (Experimental)
|
Hardware |
x86-64
|
OS |
Ubuntu
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Copyright 1998-2014 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled (64-bit) with libpcap, with POSIX capabilities (Linux), without libnl,
with libz 1.2.8, with GLib 2.38.1, without SMI, without c-ares, without ADNS,
without Lua, with GnuTLS 2.12.23, with Gcrypt 1.5.0, with MIT Kerberos, without
GeoIP.
Running on Linux 3.11.0-23-generic, with locale en_US.UTF-8, with libpcap
version 1.4.0, with libz 1.2.8, with GnuTLS 2.12.23, with Gcrypt 1.5.0.
Intel(R) Core(TM) i7-2600K CPU @ 3.40GHz (with SSE4.2)
--
compiler error when trying to build from commit:
8df622bc181763e5602a7aa5550b2a0e9984dea5
Compile log:
UIC ui_sequence_dialog.h
UIC ui_stats_tree_dialog.h
UIC ui_time_shift_dialog.h
UIC ui_module_preferences_scroll_area.h
UIC ui_uat_dialog.h
CXX packet_list.o
CXX packet_list_model.o
CXX packet_list_record.o
CXX progress_bar.o
CXX proto_tree.o
CXX qcustomplot.o
endpoint_dialog.cpp: In constructor
‘EndpointTreeWidget::EndpointTreeWidget(QWidget*, register_ct_t*)’:
endpoint_dialog.cpp:360:20: error: ‘ENDP_NUM_BUILTIN_COLUMNS’ was not declared
in this scope
setColumnCount(ENDP_NUM_BUILTIN_COLUMNS);
^
make[2]: *** [endpoint_dialog.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/sostalle/code/wireshark/ui/qt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sostalle/code/wireshark'
make: *** [all] Error 2
scan-build: Removing directory '/tmp/scan-build-2014-09-05-1' because it
contains no reports.
You are receiving this mail because:
- You are watching all bug changes.