[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq 761] Re: Compile problems for userland tools.
Thomas Novin wrote:
> I've successfully patched and build a altq capable kernel for
> FreeBSD-stable (4.3-BETA). I have a problem compiling the userland tools
> though.
>
> root@gw-unnamed:/usr/src/local/altq-3.0# make
> ===> libaltq
> ===> altqd
> ===> altqstat
> ===> atm-tools
> cc -g -Wall -static -I. -I/usr/src/sys-altq -DINET6 -c pvctxctl.c
> pvctxctl.c: In function `main':
> pvctxctl.c:68: storage size of `pvcreq' isn't known
> pvctxctl.c:134: `SIOCGPVCTX' undeclared (first use in this function)
Apparently, you failed to patch sys-altq/net/if_atm.h.
> Any ideas what I could do? I'm no C-programmer. I cvsupped and rebuild
> world for FreeBSD 20010315.
I haven't tried it but I'm pretty sure that the kernel patch of
altq-3.0 doesn't apply to -stable cleanly.
I don't know an easy solution other than going back to 4.2R.
-Kenjiro