https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4877
Summary: wireshark 1.4.0rc1 fails to build with cmake
Product: Wireshark
Version: 1.4.0
Platform: Other
OS/Version: Fedora
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: jpo@xxxxxxxxxxxx
Build Information:
Building platform: Fedora 12 x86_64 (also in Fedora 13 x86_64)
Tarball: wireshark-1.4.0rc1.tar.bz2
Steps:
tar xf wireshark-1.4.0rc1.tar.bz2
cd wireshark-1.4.0rc1
mkdir BUILD
cd BUILD
cmake -DENABLE_PYTHON=OFF ../
make
--
Output:
----------
...
[ 32%] Building C object epan/CMakeFiles/epan.dir/dissectors/packet-gtpv2.c.o
cd /home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake/Build/epan &&
/usr/lib64/ccache/gcc -Depan_EXPORTS -DHAVE_CONFIG_H -DPACKAGE=\"wireshark\"
-DNEW_PACKET_LIST -D_U_="__attribute__((unused))" -fPIC
-I/home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake/Build
-I/home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake
-I/home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake/epan
-I/home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake/tools/lemon
-I/home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake/wiretap
-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0
-I/usr/lib64/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/atk-1.0 -I/usr/include/glib-2.0/glib
-I/home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake/Build/epan
-I/home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake/epan/dfilter
-I/home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake/epan/dissectors
-I/home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake/epan/ftypes
-I/home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake/epan/wslua
-I/home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake/epan/wspython -O2 -Wall -W
-Wextra -Wdeclaration-after-statement -Wendif-labels -Wpointer-arith
-Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security -Werror -o
CMakeFiles/epan.dir/dissectors/packet-gtpv2.c.o -c
/home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake/epan/dissectors/packet-gtpv2.c
/home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake/epan/dissectors/packet-gtpv2.c:945:1:
error: "/*" within comment
make[2]: *** [epan/CMakeFiles/epan.dir/dissectors/packet-gtpv2.c.o] Error 1
make[2]: Leaving directory
`/home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake/Build'
make[1]: *** [epan/CMakeFiles/epan.dir/all] Error 2
make[1]: Leaving directory
`/home/fedora/rpms/BUILD/wireshark-1.4.0rc1.cmake/Build'
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.