Subject: Re: Build errors, 1997-11-24 sup
To: der Mouse <mouse@Rodents.Montreal.QC.CA>
From: Kurt Schreiner <ks@bambam.ub.uni-mainz.de>
List: current-users
Date: 11/26/1997 17:15:47
> all ===> usr.bin/xlint/llib
> lint -Cposix llib-lposix
> llib-lposix:
> stat.h(226): syntax error
> stat.h(227): syntax error
> *** Error code 1
> 
> I suspect these are due to the __RENAME macro, though I haven't
> investigated enough to be certain.
they are! (at least I think so, too ;-)
just do the following before a new build of 1.3_ALPHA:

	cd /usr/src/usr.bin/xlint
	make clean
	(cd lint1 && make && make install)
	(cd lint2 && make && make install)
	(cd lint && make && make install)

it's not enough to just build and install lint only. (but i've not checked
wether lint1 or lint2 produces the error.)

hope this helps,

-kurt