From owner-freebsd-current Tue May 13 14:36:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id OAA16501 for current-outgoing; Tue, 13 May 1997 14:36:34 -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 OAA16483 for ; Tue, 13 May 1997 14:36:22 -0700 (PDT) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id XAA15900; Tue, 13 May 1997 23:35:00 +0200 (MET DST) From: Wolfgang Helbig Message-Id: <199705132135.XAA15900@helbig.informatik.ba-stuttgart.de> Subject: Re: This is getting rediculous (make world breaks again). In-Reply-To: <199705132015.WAA05616@sos.freebsd.dk> from =?ISO-8859-1?Q?S=F8ren_Schmidt?= at "May 13, 97 10:14:23 pm" To: sos@sos.freebsd.dk (Søren Schmidt) Date: Tue, 13 May 1997 23:34:59 +0200 (MET DST) Cc: current@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-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > cc -O2 -m486 -pipe -I/u2/src/usr.bin/make -c /u2/src/usr.bin/make/targ.c > In file included from /u2/src/usr.bin/make/targ.c:87: > /usr/include/time.h:95: parse error before `struct' > /usr/include/time.h:96: parse error before `struct' > /usr/include/time.h:97: parse error before `const' > /usr/include/time.h:103: warning: `struct timespec' declared inside parameter list > /usr/include/time.h:103: warning: its scope is only this definition or declaration, > /usr/include/time.h:103: warning: which is probably not what you want. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. This is a bad time.h that got installed in your last `make world'. You'll need to do # cd /usr/src/include # make all install before trying to do a `make world' again. Wolfgang