Date: Fri, 23 Dec 2005 09:21:02 -0800 From: Sam Leffler <sam@errno.com> To: Tofik Suleymanov <tofik@oxygen.az> Cc: stable@freebsd.org Subject: Re: troubles compiling latest RELENG_6 Message-ID: <43AC31FE.9090806@errno.com> In-Reply-To: <43AC2BA9.4090800@oxygen.az> References: <43AC2BA9.4090800@oxygen.az>
next in thread | previous in thread | raw e-mail | index | archive | help
Tofik Suleymanov wrote: > After cvsuping latest RELENG_6: > > make buildworld ( executes fine) > make buildkernel (gives an error - look below) > > cc -c -O -pipe -march=pentium3 -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. > -I/usr/src/sys -I/usr/src/sys/contrib/altq > -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf > -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd > -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL > -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common > -finline-limit=8000 --param inline-unit-growth=100 --param > large-function-growth=1000 -mno-align-long-strings > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > -ffreestanding -Werror /usr/src/sys/net80211/ieee80211_ioctl.c > /usr/src/sys/net80211/ieee80211_ioctl.c: In function > `ieee80211_ioctl_get80211': > /usr/src/sys/net80211/ieee80211_ioctl.c:1483: error: > `IEEE80211_IOC_MCAST_RATE' undeclared (first use in this function) > /usr/src/sys/net80211/ieee80211_ioctl.c:1483: error: (Each undeclared > identifier is reported only once > /usr/src/sys/net80211/ieee80211_ioctl.c:1483: error: for each function > it appears in.) > /usr/src/sys/net80211/ieee80211_ioctl.c:1484: error: structure has no > member named `ic_mcast_rate' > /usr/src/sys/net80211/ieee80211_ioctl.c: In function > `ieee80211_ioctl_set80211': > /usr/src/sys/net80211/ieee80211_ioctl.c:2375: error: > `IEEE80211_IOC_MCAST_RATE' undeclared (first use in this function) > /usr/src/sys/net80211/ieee80211_ioctl.c:2376: error: structure has no > member named `ic_mcast_rate' > *** Error code 1 Your tree/build area must be out of sync; rev 1.10.2.3 to ieee80211_ioctl.h defines IEEE80211_IOC_MCAST_RATE. Sam
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43AC31FE.9090806>