Subject: building kernel-current/x86
To: None <current-users@netbsd.org>
From: Oleg Polyanski <luke@eed.miee.ru>
List: current-users
Date: 10/12/1999 23:58:26
hi there,

	was  anyone able to  build kernel  from  -current sources for  x86? I
	wasn't - every day I got errors since last week:

cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes  -Wpointer-arith -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -DSHMMAXPGS="0x400" -DLKM -DDIAGNOSTIC -DEXT2FS_SYSTEM_FLAGS -DMAXUSERS=32 -D_KERNEL -Di386  -c ../../../../kern/kern_sysctl.c
cc1: warnings being treated as errors
../../../../kern/kern_sysctl.c: In function `kern_sysctl':
../../../../kern/kern_sysctl.c:307: warning: implicit declaration of function `sysctl_doproc'
../../../../kern/kern_sysctl.c:383: `KERN_SHORTCORENAME' undeclared (first use in this function)
../../../../kern/kern_sysctl.c:383: (Each undeclared identifier is reported only once
../../../../kern/kern_sysctl.c:383: for each function it appears in.)
../../../../kern/kern_sysctl.c: At top level:
../../../../kern/kern_sysctl.c:715: warning: function declaration isn't a prototype

	any opinions?