Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 May 1997 23:34:59 +0200 (MET DST)
From:      Wolfgang Helbig <helbig@MX.BA-Stuttgart.De>
To:        sos@sos.freebsd.dk (Søren Schmidt)
Cc:        current@FreeBSD.ORG
Subject:   Re: This is getting rediculous (make world breaks again).
Message-ID:  <199705132135.XAA15900@helbig.informatik.ba-stuttgart.de>
In-Reply-To: <199705132015.WAA05616@sos.freebsd.dk> from =?ISO-8859-1?Q?S=F8ren_Schmidt?= at "May 13, 97 10:14:23 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705132135.XAA15900>