Date: Fri, 4 Sep 1998 15:07:10 -0500 (CDT) From: Craig Johnston <caj@lfn.org> To: freebsd-current@FreeBSD.ORG Subject: kernel make bombs Message-ID: <Pine.GSO.3.96.980904150359.2830A-100000@jane.lfn.org>
next in thread | raw e-mail | index | archive | help
This started happening after I cvsupped last night. Tried again this AM, didn't fix it. Here's the relevant output: cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -a out ioconf.c In file included from ../../sys/bus_private.h:32, from ioconf.c:86: ../../sys/bus.h:66: parse error before `TAILQ_ENTRY' ../../sys/bus.h:66: warning: no semicolon at end of struct or union ../../sys/bus.h:68: parse error before `}' In file included from ioconf.c:86: ../../sys/bus_private.h:37: parse error before `devclass_list_t' ../../sys/bus_private.h:37: warning: data definition has no type or storage class ../../sys/bus_private.h:38: parse error before `driver_list_t' ../../sys/bus_private.h:38: warning: data definition has no type or storage class ../../sys/bus_private.h:39: parse error before `device_list_t' ../../sys/bus_private.h:39: warning: data definition has no type or storage class ../../sys/bus_private.h:42: parse error before `TAILQ_ENTRY' ../../sys/bus_private.h:42: warning: no semicolon at end of struct or union ../../sys/bus_private.h:43: warning: data definition has no type or storage class ../../sys/bus_private.h:48: parse error before `}' ../../sys/bus_private.h:101: parse error before `TAILQ_ENTRY' ../../sys/bus_private.h:101: warning: no semicolon at end of struct or union ../../sys/bus_private.h:103: parse error before `children' ../../sys/bus_private.h:103: warning: data definition has no type or storage class ../../sys/bus_private.h:108: warning: redundant redeclaration of `ops' in same scope ../../sys/bus.h:67: warning: previous declaration of `ops' ../../sys/bus_private.h:121: parse error before `}' *** Error code 1 Stop. -- Craig Johnston, caj@lfn.org "Have FreeBSD laptop, will travel." http://www.freebsd.org -- Because friends don't let friends run Linux. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.3.96.980904150359.2830A-100000>