Subject: Re: Compiling kernels on the NetBSD box
To: Herb Peyerl <hpeyerl@novatel.ca>
From: Per Fogelstrom <pefo@enea.se>
List: port-pmax
Date: 11/30/1994 09:49:31
>
> "Michael Graff" <explorer@iastate.edu> wrote:
> PAGER -DSWAPPAGER -DKERNEL -Dpmax -D__NetBSD__ -G0 -c vnode_if.c
> > In file included from ../../../../sys/vnode.h:355,
> > from vnode_if.c:47:
> > ./vnode_if.h:55: parse error before `)'
> > ./vnode_if.h: In function `VOP_LOOKUP':
>
> I determined there was something wrong with the awk in the miniroot
> that was causing this to go foom.
>
> I just copied vnode_if.* from another port and went on with my life.
>
> Haven't had time or energy to look at this properly but suspect that
> building the 'awk' from the distribution would probably overcome
> this...
>
I had problem with this to. gawk solved the problem for me ( a later version).
Per