Subject: trouble building 1.4.1
To: None <netbsd-help@netbsd.org>
From: James Wetterau <jwjr@panix.com>
List: netbsd-help
Date: 05/06/2000 21:59:41
I upgraded my kernel to 1.4.1 a while ago.  I just today got around to
to rebuilding /usr/src.  This ran for an extremely long time (like two
hours) before failing here:

cc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror   -I/usr/src/usr.bin/tn3270/tn3270/../../../lib -I/usr/src/usr.bin/tn3270/tn3270/../../telnet -DTERMCAP -DSRCRT -DKLUDGELINEMODE -DUSE_TERMIO -DTN3270 -Dunix -I/usr/src/usr.bin/tn3270/tn3270 -I. -c /usr/src/usr.bin/tn3270/tn3270/../ctlr/api.c
cc1: warnings being treated as errors
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:44: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:45: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:45: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:45: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:49: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:52: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:54: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:59: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:60: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:61: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:62: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:63: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:64: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:65: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:66: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:67: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:68: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/externs.h:69: warning: function declaration isn't a prototype
/usr/src/usr.bin/tn3270/tn3270/../ctlr/api.c: In function `handle_api':
/usr/src/usr.bin/tn3270/tn3270/../ctlr/api.c:655: warning: implicit declaration of function `Dump'
/usr/src/usr.bin/tn3270/tn3270/../ctlr/api.c:663: warning: implicit declaration of function `Scheduler'
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.


Can anyone advise how to proceed?

Thanks,
James Wetterau