Subject: Re: Errors building kernel (and probably others)
To: Grey Wolf <greywolf@siteROCK.com>
From: Lennart Augustsson <lennart@augustsson.net>
List: port-i386
Date: 03/29/2000 21:01:46
Grey Wolf wrote:
> cc -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -I../../../../../gnu/sys -DLKM -DDIAGNOSTIC -DMAXUSERS=32 -D_KERNEL -Di386 -c ../../../../dev/usb/ohci.c
> ../../../../dev/usb/ohci.c: In function `ohci_activate':
> ../../../../dev/usb/ohci.c:356: structure has no member named `sc_dying'
Looks like you have some old header files. I just tried the same thing and
it works for me. Could you try a `cvs update'?
--
-- Lennart