From owner-freebsd-questions Thu May 8 12:56:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA15865 for questions-outgoing; Thu, 8 May 1997 12:56:57 -0700 (PDT) Received: from flea.best.net (aswright@flea.best.net [206.184.139.131]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA15858 for ; Thu, 8 May 1997 12:56:54 -0700 (PDT) Received: from localhost (aswright@localhost) by flea.best.net (8.8.5/8.8.3) with SMTP id MAA19478 for ; Thu, 8 May 1997 12:56:54 -0700 (PDT) X-Authentication-Warning: flea.best.net: aswright owned process doing -bs Date: Thu, 8 May 1997 12:56:54 -0700 (PDT) From: "A. S. Wright" X-Sender: aswright@flea.best.net To: freebsd-questions@FreeBSD.ORG Subject: kernal compile error (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Sorry. I did not specify. This is 2.2.1-stable. Does anyone know how to fix this problem that is occuring during `make': cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -nostdinc -I. -I../.. -I../../sys -I../../../include -DI586_CPU -DKTRACE -DVISUAL_USERCONFIG -DUSERCONFIG -DFAILSAFE -DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY=10 -DCOMPAT_43 -DPROCFS -DFFS -DINET -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 -DMAXUSERS=6 param.c param.c:82: `TIMEZONE' undeclared here (not in a function) param.c:82: initializer element for `tz.tz_minuteswest' is not constant param.c:82: `DST' undeclared here (not in a function) param.c:82: initializer element for `tz.tz_dsttime' is not constant *** Error code 1 Stop. Thanks. -asw