Date: Sun, 16 Apr 1995 14:23:31 +0200 From: Mark Murray <mark@grondar.za> To: bugs@FreeBSD.org Subject: devmenu will not compile. Message-ID: <199504161223.OAA05333@grunt.grondar.za>
next in thread | raw e-mail | index | archive | help
Hi Here are the results of trying to compile usr.bin/devmenu: (I have tried make world, make mk, make hierarchy and make includes - no joy) cc -O2 -I/sys -c /a/src/usr.bin/devmenu/devmenu.c In file included from /usr/include/machine/devconf.h:73, from /sys/sys/devconf.h:37, from /a/src/usr.bin/devmenu/devmenu.c:49: /sys/scsi/scsiconf.h:191: warning: `struct buf' declared inside parameter list /sys/scsi/scsiconf.h:191: warning: its scope is only this definition or declaration, /sys/scsi/scsiconf.h:191: warning: which is probably not what you want. cc -O2 -I/sys -c /a/src/usr.bin/devmenu/devfilter.c In file included from /usr/include/machine/devconf.h:73, from /sys/sys/devconf.h:37, from /a/src/usr.bin/devmenu/devfilter.c:35: /sys/scsi/scsiconf.h:191: warning: `struct buf' declared inside parameter list /sys/scsi/scsiconf.h:191: warning: its scope is only this definition or declaration, /sys/scsi/scsiconf.h:191: warning: which is probably not what you want. cc -O2 -I/sys -c /a/src/usr.bin/devmenu/ifmenu.c In file included from /usr/include/machine/devconf.h:73, from /sys/sys/devconf.h:37, from /a/src/usr.bin/devmenu/ifmenu.c:37: /sys/scsi/scsiconf.h:191: warning: `struct buf' declared inside parameter list /sys/scsi/scsiconf.h:191: warning: its scope is only this definition or declaration, /sys/scsi/scsiconf.h:191: warning: which is probably not what you want. cc -O2 -I/sys -o devmenu devmenu.o devfilter.o ifmenu.o -ldialog -lncurses -lmytinfo devmenu.o: Undefined symbol `_err_set_exit' referenced from text segment devmenu.o: Undefined symbol `_err_set_file' referenced from text segment devmenu.o: Undefined symbol `_err_set_file' referenced from text segment devmenu.o: Undefined symbol `_err_set_exit' referenced from text segment *** Error code 1 Stop. -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199504161223.OAA05333>