From owner-freebsd-questions Thu May 8 11:18:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA11347 for questions-outgoing; Thu, 8 May 1997 11:18:49 -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 LAA11341 for ; Thu, 8 May 1997 11:18:47 -0700 (PDT) Received: from localhost (aswright@localhost) by flea.best.net (8.8.5/8.8.3) with SMTP id LAA06770 for ; Thu, 8 May 1997 11:18:47 -0700 (PDT) X-Authentication-Warning: flea.best.net: aswright owned process doing -bs Date: Thu, 8 May 1997 11:18:47 -0700 (PDT) From: "A. S. W" X-Sender: aswright@flea.best.net To: freebsd-questions@FREEBSD.ORG Subject: kernal compile error Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FREEBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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