https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2993
Summary: compilation parse error: wiretap/file_access.c
Product: Wireshark
Version: 1.0.4
Platform: PC
OS/Version: All
Status: NEW
Severity: Normal
Priority: High
Component: TShark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: r.h.hoek@xxxxxxxxxx
Build Information:
TShark 1.0.4
Copyright 1998-2008 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
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 with GLib 1.2.10, with libpcap 0.7, without libz, with POSIX
capabilities (Linux), with libpcre 3.9, without SMI, without ADNS, without Lua,
without GnuTLS, without Gcrypt, without Kerberos.
Running on Linux 2.4.21-286-smp, with libpcap (version unknown).
Built using gcc 3.2.2.
--
compilation error due to a missing curly bracket on line 981 in
wiretap/file_access.c
./configure --disable-wireshark --disable-gtk2
make
.
.
.
gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/local/include
-DPLUGIN_DIR=\"/usr/local/lib/wireshark/plugins/1.0.4\" -DINET6
"-D_U_=__attribute__((unused))" -g -O2 -Wall -W -Wpointer-arith
-I/usr/local/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -MT
libwiretap_la-file_access.lo -MD -MP -MF .deps/libwiretap_la-file_access.Tpo -c
file_access.c -fPIC -DPIC -o .libs/libwiretap_la-file_access.o
file_access.c: In function `wtap_dump_file_fdopen':
file_access.c:1030: parse error at end of input
file_access.c:715: warning: `wtap_dump_file_close' used but never defined
make[2]: *** [libwiretap_la-file_access.lo] Error 1
make[2]: Leaving directory
`/home/tens/wireshark/tijdel/wireshark-1.0.4/wiretap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/tens/wireshark/tijdel/wireshark-1.0.4'
make: *** [all] Error 2
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.