From owner-freebsd-questions Fri May 30 15:11:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA11435 for questions-outgoing; Fri, 30 May 1997 15:11:49 -0700 (PDT) Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA11414 for ; Fri, 30 May 1997 15:11:25 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id AAA00958; Sat, 31 May 1997 00:07:47 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199705302207.AAA00958@helbig.informatik.ba-stuttgart.de> Subject: Re: TIMEZONE error during compilation In-Reply-To: <199705301949.OAA00907@horton.iaces.com> from "Paul T. Root" at "May 30, 97 02:49:42 pm" To: proot@horton.iaces.com (Paul T. Root) Date: Sat, 31 May 1997 00:07:47 +0200 (MET DST) Cc: A.J.Caines@TracerTech.COM, questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > In a previous message, Andrew J. Caines said: > > Dear Paul, > > > > Thank you for your advice concerning my previous problem. I have removed all > > references to devices not on my system in my kernal config file. Having done > > this and done "config KIPPER" and make as before, I get the error > > > > cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -nostdinc -I. -I../.. -I../../sys -I../../../include -DI486_CPU -DXSERVER -DATAPI -DSYSVMSG -DSYSVSEM -DSYSVSHM -DVISUAL_USERCONFIG -DUSERCONFIG -DUCONSOLE -DBOUNCE_BUFFERS -DSCSI_DELAY=15 -DCOMPAT_43 -DPROCFS -DCD9660 -DMSDOSFS -DNFS -DFFS -DINET -DGPL_MATH_EMULATE -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 -DMAXUSERS=5 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 Somehow the upgrade from 2.1.x to 2.2.x did not install the /sbin/config binary. You are using an 2.1.x /sbin/config to build a 2.2.x kernel. Wolfgang