Bug ID |
10380
|
Summary |
Compilation fails when on RHEL6.3 with --enable-echld
|
Product |
Wireshark
|
Version |
1.12.0
|
Hardware |
x86-64
|
OS |
Red Hat
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Extras
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
./configure --with-gtk2 --enable-echld --enable-tfshark
make
...
CC echld_test-echld_test.o
echld_test.c: In function 'new_child_cmd':
echld_test.c:137: error: too few arguments to function 'echld_new'
echld_test.c: In function 'invoke_cmd':
echld_test.c:335: warning: implicit declaration of function 'fgetln'
echld_test.c:335: warning: assignment makes pointer from integer without a cast
echld_test.c:341: warning: implicit declaration of function 'strcasestr'
echld_test.c:341: warning: comparison between pointer and integer
echld_test.c: In function 'main':
echld_test.c:380: warning: missing initializer
echld_test.c:380: warning: (near initialization for 'init.at_term_cb_data')
make[2]: *** [echld_test-echld_test.o] Error 1
make[2]: Leaving directory `/home/wireshark/wireshark-1.12.0'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/wireshark/wireshark-1.12.0'
make: *** [all] Error 2
You are receiving this mail because:
- You are watching all bug changes.