Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 1998 20:24:14 +0900
From:      Tetsuro FURUYA <ht5t-fry@asahi-net.or.jp>
To:        mbriggs@switchboard.net
Cc:        Tetsuro FURUYA <ht5t-fry@asahi-net.or.jp>
Subject:   Re: MAXUSERS kernel compile problem
Message-ID:  <199807151124.UAA11631@galois.tf.or.jp>
In-Reply-To: Your message of "Tue, 14 Jul 1998 15:12:39 -0400"
References:  <35ABADA7.C111A65C@switchboard.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In Message-ID: <35ABADA7.C111A65C@switchboard.net>
"Matthew R. Briggs" <mbriggs@switchboard.net> wrote:

> Hello,
> 	A kernel compile has been doing this to me for the past two days
> (despite repeated cvsups).  It happens on my custom config file as well
> as LINT:
> __________
> 
> cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -W
> implicit  -Wnested-externs -Wstrict-prototypes -Wmissing-pr
> ototypes  -Wpointer-arith -Winline -Wuninitialized -ansi -g
>  -nostdinc -I- -I. -I../.. -I../../../include  -DKERNEL -in
> clude opt_global.h  param.c
> param.c:76: `MAXUSERS' undeclared here (not in a function)
> param.c:76: initializer element is not constant
> param.c:77: `MAXUSERS' undeclared here (not in a function)
> param.c:77: initializer element is not constant

So, you cannot compile param.c.
You had better check like this,

cd /usr/src/sys; egrep -aRi 'maxusers' conf i386/conf

========================================================================
FAX: 
     048-858-1597
E-Mail:
     ht5t-fry@asahi-net.or.jp , tfu@ff.iij4u.or.jp
pgp-fingerprint:
     pub  Tetsuro FURUYA <ht5t-fry@asahi-net.or.jp>
      Key fingerprint = F1 BA 5F C1 C2 48 1D C7  AE 5F 16 ED 12 17 75 38
=========================================================================

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?199807151124.UAA11631>