Date: Fri, 29 Dec 1995 13:36:30 -0500 (EST) From: "Marc G. Fournier" <scrappy@hub.org> To: current@freebsd.org Subject: make on usr.sbin/pkg_manage fails: missing header files Message-ID: <Pine.BSF.3.91.951229133221.4756A-100000@hub.org>
next in thread | raw e-mail | index | archive | help
Hi... In trying to get my binaries up to date, I can't seem to get past the pkg_manage directory, as there seems to be some header files missing: freebsd# make cc -O2 -m486 -pipe -Wall -Wstrict-prototypes -DHELP_PATH=\"/usr/share/misc/pkg_manage/\" -I/usr/src/usr.sbin/pkg_manage/../../gnu/lib/libdialog -I/usr/src/usr.sbin/pkg_manage/../../lib/libncurses -c /usr/src/usr.sbin/pkg_manage/pkg_ui.c /usr/src/usr.sbin/pkg_manage/pkg_ui.c:25: dir.h: No such file or directory /usr/src/usr.sbin/pkg_manage/pkg_ui.c:26: dialog.priv.h: No such file or directory /usr/src/usr.sbin/pkg_manage/pkg_ui.c:27: ui_objects.h: No such file or directory I've fond a complete search of my system, as well as the /usr/src/stable hierarchies, to see if it exists anywhere, to no avail. When I try and remove them (as if they are redundant headers), I start getting a slew of undeclared "stuff", like: /usr/src/usr.sbin/pkg_manage/pkg_ui.c:221: `DirList' undeclared (first use this function) /usr/src/usr.sbin/pkg_manage/pkg_ui.c:221: `d' undeclared (first use this funct ion) /usr/src/usr.sbin/pkg_manage/pkg_ui.c:226: `ListObj' undeclared (first use this function) /usr/src/usr.sbin/pkg_manage/pkg_ui.c:226: `pkg_obj' undeclared (first use this function) /usr/src/usr.sbin/pkg_manage/pkg_ui.c:226: `pkgi_obj' undeclared (first use thi s function) /usr/src/usr.sbin/pkg_manage/pkg_ui.c:227: `ButtonObj' undeclared (first use th is function) And more... I've just checked to make sure I have the most uptodate sources, and I seem to have them...but I also haven't seen any other reports of this, so figure its got to be isolated to me...again ;( Any suggestions? Thanks... Marc G. Fournier | POP Mail Telnet Acct DNS Hosting System | WWW Services Database Services | Knowledge, Administrator | | Information and scrappy@ki.net | WWW: http://www.ki.net | Communications, Inc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.951229133221.4756A-100000>