From owner-freebsd-questions Mon May 19 09:25:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA00868 for questions-outgoing; Mon, 19 May 1997 09:25:01 -0700 (PDT) Received: from shell3.ba.best.com (root@shell3.ba.best.com [206.184.139.134]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA00845 for ; Mon, 19 May 1997 09:24:56 -0700 (PDT) Received: from localhost (meaker1@localhost) by shell3.ba.best.com (8.8.5/8.7.3) with SMTP id JAA06607; Mon, 19 May 1997 09:23:42 -0700 (PDT) Date: Mon, 19 May 1997 09:23:41 -0700 (PDT) From: "A. D. D." To: Kevin Eliuk cc: questions@FreeBSD.ORG Subject: Re: kernal fail at compile In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 18 May 1997, Kevin Eliuk wrote: > On Sun, 18 May 1997, A. D. D. wrote: > > > > >Does anyone know anything about this: > > > >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. > > > > This question has come up very recently and an answer wasn't posted. > > Was this recompile after an upgrade? If so, what were you upgrading > from - to? Well. I had installed 2.2.2, and failed miserably. So i decided to reinstall 2.2.1 again. Well. I tried to compile this, and i got an error having to do with: ioconf.o so i decided to cvsup, and retry. After the cvsup, the error above rears. Any ideas would be great. thanks. -add