Date: Wed, 18 Nov 1998 18:53:20 -0500 From: Adam McDougall <bsdx@spawnet.com> To: current@FreeBSD.ORG Subject: Re: kernel make failure in smbus Message-ID: <36535DF0.B9E7EA1B@spawnet.com> References: <m0zfH8p-0008G3C@rip.psg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Randy Bush wrote: > > cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -include opt_global.h -aout ../../dev/smbus/smbus.c > ../../dev/smbus/smbus.c:84: `bus_create_intr_desc' undeclared here (not in a function) > ../../dev/smbus/smbus.c:84: initializer element for `smbus_methods[7].desc' is not constant > ../../dev/smbus/smbus.c:84: `bus_generic_create_intr' undeclared here (not in a function) > ../../dev/smbus/smbus.c:84: initializer element for `smbus_methods[7].func' is not constant > ../../dev/smbus/smbus.c:85: `bus_connect_intr_desc' undeclared here (not in a function) > ../../dev/smbus/smbus.c:85: initializer element for `smbus_methods[8].desc' is not constant > ../../dev/smbus/smbus.c:85: `bus_generic_connect_intr' undeclared here (not in a function) > ../../dev/smbus/smbus.c:85: initializer element for `smbus_methods[8].func' is not constant > *** Error code 1 > > Stop. Confirmed still broken on Wednesday, wondering if anyone has looked into it yet :/ 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?36535DF0.B9E7EA1B>