Subject: Re: Compiling errors, everyone's favorite!
To: Mark Andres <mark@ratbert.aisol.net>
From: Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 06/02/1997 12:28:59
>
> Hi,
>
> My first attempt at compiling a kernel, so I have have the updated SONIC
> driver for my Centris 650 but also keep my Microspeed mouse happy. I am
> also trying to up the MAXUSERS from 16 to 64.
>
> I am using the May 7, sources (I just got around to working with them). I
> am using the GENERIC config "$NetBSD: GENERIC,v 1.64 1997/05/07 00:32:44".
[ok changes]
> I ran config and make depend with no errors. When I run 'make', it goes
> for about 45 minutes and then dies at this point:
>
> 020 -Dmac68k -c ../../../../arch/mac68k/mac68k/vm_machdep.c
> ../../../../arch/mac68k/mac68k/vm_machdep.c: In function `cpu_fork':
> ../../../../arch/mac68k/mac68k/vm_machdep.c:91: structure has no member
> named `vm_pmap'
> ../../../../arch/mac68k/mac68k/vm_machdep.c:91: structure has no member
> named `vm_pmap'
> ../../../../arch/mac68k/mac68k/vm_machdep.c:91: structure has no member
> named `vm_pmap'
> *** Error code 1
>
> Stop.
>
> Any ideas or obvious blunders pointed out would be greatly appreciated.
I don't think -current was happy that day. Try newer source. :-)
Take care,
Bill