Subject: compiling from sources just supped...
To: None <current-users@netbsd.org>
From: None <ks@betty.ub.uni-mainz.de>
List: current-users
Date: 01/28/1999 18:19:43
... i got this one on i386:

cc -O2 -DALL_STATE  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror   -D_LIBC -DNLS -DYP -DHESIOD -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -I/usr/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DRESOLVSORT -I. -DPOSIX_MISTAKE -DFLOATING_POINT -c /usr/src/lib/libc/gen/disklabel.c
In file included from /usr/include/sys/disklabel.h:48,
                 from /usr/src/lib/libc/gen/disklabel.c:49:
/usr/include/machine/disklabel.h:42: sys/disklabel_mbr.h: No such file or directory
*** Error code 1

Stop.


and this one on sparc:

all ===> libc
cc -O2 -DALL_STATE  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror   -D_LIBC -DNLS -DYP -DHESIOD -DLIBC_SCCS -DSYSLIBC_SCCS -D_REENTRANT -I/mnt/src/lib/libc/include -D__DBINTERFACE_PRIVATE -DRESOLVSORT -I. -DPOSIX_MISTAKE -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
*** Error code 1

Stop.

-ks