XFree86's default configuration includes support for the PCVT console
driver. Unfortunately, NetBSD versions before 19980413 don't install
the pcvt_ioctl.h
file in /usr/include/machine
. If you want to build XFree86
with PCVT support, execute the following command as root before
starting make World
:
cp /usr/src/sys/arch/i386/isa/pcvt/pcvt_ioctl.h /usr/include/machine
If you don't have kernel sources, you can grab this file from
ftp.netbsd.org or one of its mirrors. If you're not running PCVT, you
can remove -DPCVT_SUPPORT from XFree86ConsoleDefines in
xf86site.def
too.