Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 1997 21:54:09 -0600
From:      Steve Passe <smp@csn.net>
To:        Vincent Poy <vince@venus.GAIANET.NET>
Cc:        Peter Wemm <peter@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   Re: cvs commit: src/usr.sbin/pstat pstat.8 pstat.c 
Message-ID:  <199708310354.VAA18643@Ilsa.StevesCafe.com>
In-Reply-To: Your message of "Sat, 30 Aug 1997 21:31:46 MDT." <199708310331.VAA18451@Ilsa.StevesCafe.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> > >   Modified files:
> > >     usr.sbin/pstat       pstat.8 pstat.c 
> > >   Log:
> > >   Update to include some of the newer vnode flags and remove some stale ones.
> > >   
> > >   Revision  Changes    Path
> > >   1.14      +15 -9     src/usr.sbin/pstat/pstat.8
> > >   1.30      +10 -0     src/usr.sbin/pstat/pstat.c
> > 
> > 	This one fails at:
> > 
> > cc -O -I/usr/src/usr.sbin/pstat/../../sys   -c /usr/src/usr.sbin/pstat/pstat.c
> > In file included from /usr/src/usr.sbin/pstat/../../sys/sys/vnode.h:40,
> >                  from /usr/src/usr.sbin/pstat/pstat.c:46:
> > /usr/src/usr.sbin/pstat/../../sys/sys/lock.h:45: machine/lock.h: No such
> > file or directory
> > *** Error code 1
> 
> verify that you have src/sys/i386/include/lock.h (ie machine/lock.h). 
> This file is new and first appeared early this morning:

looking closer it appears that the makefile wasn't expecting that it
needed to look in src/sys/i386/include:
> > cc -O -I/usr/src/usr.sbin/pstat/../../sys
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

--
Steve Passe	| powered by
smp@csn.net	|            Symmetric MultiProcessor FreeBSD





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708310354.VAA18643>