Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jun 1995 21:29:05 -0700
From:      David Greenman <davidg@Root.COM>
To:        clary@elec.uq.oz.au (Clary Harridge)
Cc:        freebsd-current@freebsd.org
Subject:   Re: kernel build fails, NMBCLUSTERS undefined 
Message-ID:  <199506150429.VAA11334@corbin.Root.COM>
In-Reply-To: Your message of "Thu, 15 Jun 95 11:43:49 %2B1000." <9506150133.AA13645@s1.elec.uq.edu.au> 

next in thread | previous in thread | raw e-mail | index | archive | help
>Current release dated Jun 13 fails to build a kernel.
>
>cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  -nostdinc -I. -I../.. -I../../sys -I../../../include -DDISKLESS -DI486_CPU -DNCONS=4 -DUCONSOLE -DCOMPAT_43 -DUSER_LDT -DMSDOSFS -DNFS -DINET -DMATH_EMULATE -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 -DTIMEZONE=0 -DDST=0 -DMAXUSERS=10 param.c
>param.c:89: `NMBCLUSTERS' undeclared here (not in a function)
>*** Error code 1
>
>Is there a fix for this please?

   I think either your sources are incompletely updated or you didn't
re-"config" before building the new kernel. Lines 89 and 90 in the current
param.c (rev. 1.9) are a blank line and a comment.

-DG



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506150429.VAA11334>