Subject: Re: Compiling ps
To: Josh Hope <otaku@redneck.hick.com>
From: David Brownlee <abs@anim.dreamworks.com>
List: port-mac68k
Date: 08/11/1997 08:11:15
You should ensure you have the latest includes & /usr/share/mk
files....
David/abs
-- "Its hard to say it... I hate to say it... but its probably me..." --
On Mon, 11 Aug 1997, Josh Hope wrote:
> This may be a stupid thing to do, but I downloaded the sources for ps from
> -current sources. I tried compiling it, but I get the following error:
>
> [otaku@otaku.users.netset.com]% make
> cc -O -Werror -c fmt.c
> cc -O -Werror -c keyword.c
> keyword.c:41: syntax error before string constant
> cc1: warnings being treated as errors
> keyword.c:41: warning: data definition has no type or storage class
> *** Error code 1
>
> Stop.
>
> Now, I know I could use procps (I have that installed, in fact)...but I'd
> rather use the traditional kernel ps...
>
> Also, I ended up having to go through the kernel source on ftp.netbsd.org
> to find a certain /usr/include/machine/intr.h file...
>
> Any help that anyone can render would be much appreciated...
>
> Josh
>