Subject: Re: build error
To: Olaf Seibert <rhialto@polderland.nl>
From: None <itojun@iijlab.net>
List: current-users
Date: 09/30/2000 23:21:11
>/vol1/rhialto/sup/root/src/usr.sbin/pim6sd/cftoken.l:543: `MASKLEN' undeclared (first use in this function)
>/vol1/rhialto/sup/root/src/usr.sbin/pim6sd/cftoken.l:543: (Each undeclared identifier is reported only once
>/vol1/rhialto/sup/root/src/usr.sbin/pim6sd/cftoken.l:543: for each function it appears in.)
>*** Error code 1 (continuing)
>`realall' not remade because of errors.

	This does not repeat for me.  could you perform the following, to make
	sure that you do not have dangling binaries or yacc/lex output?

	make cleandir
	rm `make print-objdir`
	make obj
	make dependall

itojun