Subject: Problems building current
To: None <current-users@netbsd.org>
From: Ian Dall <ian@beware.dropbear.id.au>
List: current-users
Date: 09/05/1999 00:12:31
In attempting to build current I get errors due to lack of prototypes in
kern_fthread.c (well, warnings treated as errors, but we are meant to have
prototypes, right?) Also, if_arp.c can't find fddi.h. Where should it be?

Log file attached.

Ian


cc  -O2 -msb -Wall -Wstrict-prototypes -Wmissing-prototypes  -Wno-format -Werror -Wpointer-arith -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -DNKMEMCLUSTERS="0x400" -DFIFO -DSHMMAXPGS="0x400" -DCONSOLE_SPEED="B9600" -DSCNDEF_CFLAG="CREAD+CS8+HUPCL" -DNS381 -DMAXUSERS=8 -D_KERNEL  -c ../../../../kern/kern_fthread.c
cc1: warnings being treated as errors
../../../../kern/kern_fthread.c:82: warning: function declaration isn't a prototype
../../../../kern/kern_fthread.c:123: warning: no previous prototype for `iprintf'
*** Error code 1 (continuing)
cc  -O2 -msb -Wall -Wstrict-prototypes -Wmissing-prototypes  -Wno-format -Werror -Wpointer-arith -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -DNKMEMCLUSTERS="0x400" -DFIFO -DSHMMAXPGS="0x400" -DCONSOLE_SPEED="B9600" -DSCNDEF_CFLAG="CREAD+CS8+HUPCL" -DNS381 -DMAXUSERS=8 -D_KERNEL  -c ../../../../netinet/if_arp.c
../../../../netinet/if_arp.c:115: fddi.h: No such file or directory
making sure the compat library is up to date...
`libcompat.a' is up to date.
making sure the kern library is up to date...
`libkern.o' is up to date.
*** Error code 1 (continuing)
`all' not remade because of errors.