From owner-freebsd-current Wed Jul 15 04:25:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA04577 for freebsd-current-outgoing; Wed, 15 Jul 1998 04:25:05 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from pop.asahi-net.or.jp (pop.asahi-net.or.jp [202.224.39.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA04537 for ; Wed, 15 Jul 1998 04:24:57 -0700 (PDT) (envelope-from tfuruya@ppp142059.asahi-net.or.jp) Received: from galois.tf.or.jp (ppp142059.asahi-net.or.jp [202.213.142.59]) by pop.asahi-net.or.jp (8.8.8/3.6W) with ESMTP id UAA40986; Wed, 15 Jul 1998 20:30:25 +0900 Received: from galois.tf.or.jp (localhost.tf.or.jp [127.0.0.1]) by galois.tf.or.jp (8.8.8/3.6W-ht5t-fry@asahi-net-98042218) with ESMTP id UAA11631; Wed, 15 Jul 1998 20:24:14 +0900 (JST) Message-Id: <199807151124.UAA11631@galois.tf.or.jp> To: mbriggs@switchboard.net Cc: freebsd-current@FreeBSD.ORG Cc: Tetsuro FURUYA Subject: Re: MAXUSERS kernel compile problem From: Tetsuro FURUYA Reply-To: Tetsuro FURUYA In-Reply-To: Your message of "Tue, 14 Jul 1998 15:12:39 -0400" References: <35ABADA7.C111A65C@switchboard.net> X-Mailer: Mew version 1.54 on Emacs 19.28.1, Mule 2.3 X-fingerprint: F1 BA 5F C1 C2 48 1D C7 AE 5F 16 ED 12 17 75 38 X-URL: http://sodan.komaba.ecc.u-tokyo.ac.jp/~tfuruya/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Wed, 15 Jul 1998 20:24:14 +0900 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In Message-ID: <35ABADA7.C111A65C@switchboard.net> "Matthew R. Briggs" 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 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