Subject: make kernel error
To: None <current-users@netbsd.org>
From: Chan Yiu Wah <c5666305@hkstar.com>
List: current-users
Date: 12/28/1999 11:17:13
Hello,

I encountered an error when I tried to make new kernel for my i386 system
with source upto Dec 27, 1999.  The error is as followings.  Any idea to
fix it ? Thanks.

Clarence

======= Error =======
cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes
-Wpointer-arith -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc
-I../../../../../crypto-intl/sys -I../../../../../gnu/sys -DLKM
-DDIAGNOSTIC -DEXT2FS_SYSTEM_FLAGS -DIPSEC_DEBUG -DMAXUSERS=32 -D_KERNEL
-Di386  -c ../../../../kern/exec_aout.c
../../../../kern/exec_aout.c: In function `exec_aout_prep_zmagic':
../../../../kern/exec_aout.c:110: `CLBYTES' undeclared (first use in this
function)
../../../../kern/exec_aout.c:110: (Each undeclared identifier is reported
only once
../../../../kern/exec_aout.c:110: for each function it appears in.)
../../../../kern/exec_aout.c: In function `exec_aout_prep_nmagic':
../../../../kern/exec_aout.c:160: `CLBYTES' undeclared (first use in this
function)
../../../../kern/exec_aout.c: In function `exec_aout_prep_omagic':
../../../../kern/exec_aout.c:198: `CLBYTES' undeclared (first use in this
function)
*** Error code 1

Stop.

======= Error =======