Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 1998 15:12:39 -0400
From:      "Matthew R. Briggs" <mbriggs@switchboard.net>
To:        freebsd-current@FreeBSD.ORG
Subject:   MAXUSERS kernel compile problem
Message-ID:  <35ABADA7.C111A65C@switchboard.net>

next in thread | raw e-mail | index | archive | help
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



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