Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hplabs!hpda!hpcuhc!mck From: mck@hpcuhc.cup.hp.com (Doug McKenzie) Newsgroups: comp.sys.hp Subject: Re: Recompiling top under 7.0 Message-ID: <530024@hpcuhc.cup.hp.com> Date: 10 Jan 91 02:12:15 GMT References: <8276@emcard.UUCP> Organization: Hewlett Packard, Cupertino Lines: 19 > When trying to recompile "top" under HPUX 7.0 on 9000/835, > I get: > > /usr/include/sys/proc.h: 24: Can't find include file sys/fss.h > > Am I missing something that I should have? Is this a common problem to be > missing this file? Anytime you #include , you'll see this. proc.h incorrectly refers to /usr/include/sys/fss.h, which is a header file used only for an HP special project. It should not have been shipped, and it's not needed for anything on the system (other than proc.h :-). To fix the problem create a one-line file /usr/include/sys/fss.h containing the line: extern struct fss ; /* To pacify the proc.h file: serves no other purpose */ Doug McKenzie HP-UX Support