Subject: Re: File "vcfs.h" not found when compiling -current arm32 kernel
To: Dave Millen <dmillen@largesalad.co.uk>
From: Mark Brinicombe <mark@causality.com>
List: netbsd-help
Date: 10/04/1998 19:46:39
On Sun, 4 Oct 1998, Dave Millen wrote:

> Hi,
> 
> I did 'sup -a' of ksrc-arm32 on Saturday evening and tried to compile a new
> kernel.
> I also supped allsrc and include (although not with '-a') before the compile.
> 
> The compile failed with:
> 
>      in file .......arm32/conf.c: file not found "vcfs.h"
> 
> I did a 'find' on /usr/src for vcfs.h and this file was nowhere to be found.
> 
> Is this a file should be generated somehow by config or make?
Hi,
  Sounds like an out of date version of conf.c The latest is 1.30 and that
includes vcoda.h rather than vcfs.h. The version you have must be from
before the CFS -> CODA name change.

The actual file vcoda.h is generated by config.

Cheers,
				Mark