Wireshark-bugs: [Wireshark-bugs] [Bug 6973] Add a new toolbar for channel setting on nl80211 wir
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973
--- Comment #57 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2012-09-07 06:16:55 PDT ---
This user has:
> cat /etc/SuSE-release
SUSE Linux Enterprise Desktop 11 (i586)
VERSION = 11
PATCHLEVEL = 0
> uname -a
Linux ecamoc116496 2.6.27.42-0.1-pae #1 SMP 2010-01-06 16:07:25 +0100 i686 i686
i386 GNU/Linux
> rpm -qa | grep libnl
libnl-1.1-49.18
libnl-devel-1.1-49.18
gcc -DHAVE_CONFIG_H -I. -I. -I./wiretap -I/usr/include -DINET6
-DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_DEPRECATED
-DGTK_DISABLE_SINGLE_INCLUDES -D_U_="__attribute__((unused))"
-D_FORTIFY_SOURCE=2 -I/usr/local/include -I/usr/include/pcap
'-DPLUGIN_DIR="/usr/local/lib/wireshark/plugins/1.9.0"' -Werror -DPYTHON_DIR=
-g -O2 -Wall -W -Wextra -Wdeclaration-after-statement -Wendif-labels
-Wpointer-arith -Wno-pointer-sign -Warray-bounds -Wcast-align -Wformat-security
-Wold-style-definition -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1
-I/usr/include/freetype2 -I/usr/include/libpng12 -MT
wireshark-ws80211_utils.o -MD -MP -MF .deps/wireshark-ws80211_utils.Tpo -c -o
wireshark-ws80211_utils.o `test -f 'ws80211_utils.c' || echo
'./'`ws80211_utils.c
ws80211_utils.c: In function ‘get_phys_handler’:
ws80211_utils.c:175: error: ‘NL80211_FREQUENCY_ATTR_MAX_TX_POWER’ undeclared
(first use in this function)
ws80211_utils.c:175: error: (Each undeclared identifier is reported only once
ws80211_utils.c:175: error: for each function it appears in.)
ws80211_utils.c:175: error: array index in initializer not of integer type
ws80211_utils.c:175: error: (near initialization for ‘freq_policy’)
cc1: warnings being treated as errors
ws80211_utils.c:175: error: excess elements in array initializer
ws80211_utils.c:175: error: (near initialization for ‘freq_policy’)
ws80211_utils.c:192: error: ‘NL80211_ATTR_SUPPORTED_IFTYPES’ undeclared (first
use in this function)
ws80211_utils.c: In function ‘get_iface_info_handler’:
ws80211_utils.c:338: error: ‘NL80211_ATTR_WIPHY_FREQ’ undeclared (first use in
this function)
ws80211_utils.c:340: error: ‘NL80211_CHAN_NO_HT’ undeclared (first use in this
function)
ws80211_utils.c:342: error: ‘NL80211_ATTR_WIPHY_CHANNEL_TYPE’ undeclared (first
use in this function)
ws80211_utils.c: In function ‘ws80211_set_freq’:
ws80211_utils.c:555: error: ‘NL80211_ATTR_WIPHY_FREQ’ undeclared (first use in
this function)
make[2]: *** [wireshark-ws80211_utils.o] Error 1
make[2]: Leaving directory `/local/home/lmcclef/tmp/ewireshark/trunk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/local/home/lmcclef/tmp/ewireshark/trunk'
make: *** [all] Error 2
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.