From owner-freebsd-current Tue Jul 14 12:12:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA26263 for freebsd-current-outgoing; Tue, 14 Jul 1998 12:12:54 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from pop01.globecomm.net (pop01.globecomm.net [207.51.48.185]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA26256 for ; Tue, 14 Jul 1998 12:12:51 -0700 (PDT) (envelope-from mbriggs@switchboard.net) Received: from switchboard.net (gw2.iridium.com [208.226.76.6]) by pop01.globecomm.net (8.8.8/8.8.0) with ESMTP id PAA25352 for ; Tue, 14 Jul 1998 15:12:41 -0400 (EDT) Message-ID: <35ABADA7.C111A65C@switchboard.net> Date: Tue, 14 Jul 1998 15:12:39 -0400 From: "Matthew R. Briggs" X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-current@FreeBSD.ORG Subject: MAXUSERS kernel compile problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 param.c:78: `MAXUSERS' undeclared here (not in a function) param.c:78: initializer element is not constant param.c:79: `MAXUSERS' undeclared here (not in a function) param.c:79: initializer element is not constant param.c:80: `MAXUSERS' undeclared here (not in a function) param.c:80: `MAXUSERS' undeclared here (not in a function) param.c:80: initializer element is not constant param.c:86: `MAXUSERS' undeclared here (not in a function) param.c:86: initializer element is not constant param.c:93: `MAXUSERS' undeclared here (not in a function) param.c:93: initializer element is not constant param.c:96: `MAXUSERS' undeclared here (not in a function) param.c:96: initializer element is not constant *** Error code 1 Stop. __________ Sorry about the hacked up cut-and-paste. I'm using a Windows SSH client at work. Any ideas? Am I doing something stupid? Thanks for any help. Matt Briggs mbriggs@switchboard.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message