Subject: Re: Build errors
To: None <current-users@NetBSD.ORG>
From: Christos Zoulas <christos@nyc.deshaw.com>
List: current-users
Date: 07/13/1997 20:32:50
In article <199707132011.QAA04911@gondor.colba.net> joachim@colba.net (Joachim Thiemann) writes:
>
>===> bin/csh
>cc -O -I/usr/src/bin/csh -I. -DBUILTIN -DFILEC -DNLS -DSHORT_STRINGS  -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  -c /usr/src/bin/csh/../../usr.bin/printf/printf.c
>cc1: warnings being treated as errors
>/usr/src/bin/csh/../../usr.bin/printf/printf.c: In function `progprintf':
>/usr/src/bin/csh/../../usr.bin/printf/printf.c:216: warning: implicit declaration of function `warnx'
>
>Near as I can tell, `warnx' is defined in usr.bin/printf/printf.c, but
>only if SHELL is defined, and I can't see csh defining SHELL anywhere.
>
>Any suggestions?
>
>BTW, this is on a sparc, but I guess it is not platform-specific...

rm -f obj/err.h err.h .depend obj/.depend

christos