Subject: Re: xosview doesn't compile
To: None <kurt.schreiner@uni-mainz.de,>
From: Brian C. Grayson <bgrayson@marvin.ece.utexas.edu>
List: current-users
Date: 04/01/1999 20:15:46
On Thu, Apr 01, 1999 at 02:55:36PM +0200, ks@ub.uni-mainz.de wrote:
> 
> In file included from /usr/include/vm/vm.h:67,
>                  from pagemeter.h:25,
>                  from MeterMaker.cc:28:
> /usr/include/vm/vm_map.h:198: `map' was not declared in this scope
> /usr/include/vm/vm_map.h:199: syntax error before `map'
> cpp: output pipe has been closed
> *** Error code 1
> 
> Stop.
> 
> seems to have to do with the removing of vm?

  Yep.  An #ifdef _KERNEL was accidentally removed, and g++
consequently chokes on an exposed K&R prototype for an inline
function -- see PR 7286 for more details.  Matthew Green has
already committed a fix, and it should show up in the next sup
scan.

  Brian