Subject: errors building install floppies
To: None <port-pc532@netbsd.org>
From: Jon Buller <jonb@metronet.com>
List: port-pc532
Date: 04/05/1999 08:25:10
I'm building an alpha release image, and ran into the following
problem. I don't have a lot of time to nurse the builds along,
but I can let my machine build for endless hours without too much
difficulty. Could someone more knowlegable in the mbr stuff take
a look at this? (Phil, your name is all over defs.h 8-)
I was building the floppy images for the release, and stumbled into
this:
sed "s/@@VERSION@@/1.4_ALPHA/" /usr/cvs/src/distrib/utils/sysinst/arch/pc532/../../msg.mi.eng msg.md.eng > msg.def
msgc msg.def
menuc menus.def
cc -O -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror -I. -I/usr/cvs/src/distrib/utils/sysinst/arch/pc532/../.. -I/usr/cvs/src/distrib/utils/sysinst/arch/pc532 -DREL=\"1.4_ALPHA\" -DMACH=\"pc532\" -nostdinc -idirafter /usr/obj/netbsd14/usr/include -c menu_defs.c
cc1: warnings being treated as errors
In file included from menu_defs.c:7:
/usr/cvs/src/distrib/utils/sysinst/arch/pc532/../../defs.h:238: warning: `struct mbr_partition' declared inside parameter list
/usr/cvs/src/distrib/utils/sysinst/arch/pc532/../../defs.h:238: warning: its scope is only this definition or declaration,
/usr/cvs/src/distrib/utils/sysinst/arch/pc532/../../defs.h:238: warning: which is probably not what you want.
*** Error code 1
Stop.
I've got to get to work soon, but I'll work on getting the tarballs
up on the ftp server tonight. We also need a makefile in
/usr/src/distrib/pc532 so the floppies will automatically build
during a "make release". I'll be trying to do that (and the
associated pull-up) in the next day or two as well.
Jon