Subject: Re: X11 / pcvt_ioctl.h
To: None <port-i386@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: port-i386
Date: 03/10/1997 17:49:12
Jukka Marin wrote:
> 
> > I just installed NetBSD/i386 and tried to set up X. I grabbed the source
> > for X11R6.3, and after popping a #else #define DefaultGcc2i386Opt in
> > NetBSD.cf, the compile seemed to chug away quite happily. I do however
> > get many errors saying machine/pcvt_ioctl.h not found. What is this file, 
> > do I need it, and where can I get it?
> 
> I found it in the kernel source tree and put it under /usr/include/machine.
> After that, I was able to build XFree 3.2.

Thank you - it all worked out. In case any one is interested, I also
found I neede to add a #ifdef __NetBSD__
#define xcalloc(s,n) Xcalloc((unsigned long)n) #endif to
/usr/src/X11R6.3/xc/programs/Xserver/hw/xfree86/common/xf86Dl.c

Patrick