Subject: Re: make build error on today's -current source
To: Ruibiao Qiu <ruibiao@arl.wustl.edu>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: current-users
Date: 02/21/1999 21:16:59
On Sun, Feb 21, 1999 at 02:01:36PM -0600, Ruibiao Qiu wrote:
> ...
> gcc -O2 -DALL_STATE  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror   -D_LIBC -DNLS -DYP -DHESIOD -DLIBC_SCCS -DSYSLIBC_SCCS  -D_REENTRANT -I/c/netbsd/sup/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DRESOLVSORT -I. -DPOSIX_MISTAK
> E -DFLOATING_POINT -c nslexer.c
> cc1: warnings being treated as errors
> nslexer.c: In function `_nsyylex':
> nslexer.c:709: warning: label `find_rule' defined but not used
> nslexer.c: At top level:
> nslexer.c:1679: warning: `yy_flex_realloc' defined but not used

Guess its my turn.
cd /usr/src/usr.bin/lex; make depend && make && make install
then try again.

	-is