Date: Tue, 21 Mar 2000 13:01:45 -0700 From: "Kenneth D. Merry" <ken@kdm.org> To: Craig Burgess <craig-burgess@home.net> Cc: FreeBSD-alpha mailing list <freebsd-alpha@FreeBSD.ORG> Subject: Re: building X fails in 4.0-STABLE (3/20) Message-ID: <20000321130145.A40728@panzer.kdm.org> In-Reply-To: <38D7CB7C.2DD64958@home.net>; from craig-burgess@home.net on Tue, Mar 21, 2000 at 11:20:28AM -0800 References: <38D7CB7C.2DD64958@home.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 21, 2000 at 11:20:28 -0800, Craig Burgess wrote: > CVSUP'd on 3/20 and built from ports as follows: > > xf86_PCI.c:518: sys/pci_ioctl.h: No such file or directory > xf86_PCI.c: In function `pciconfig_read': > xf86_PCI.c:546: storage size of `io' isn't known > xf86_PCI.c:553: `PCIOCREAD' undeclared (first use in this function) > xf86_PCI.c:553: (Each undeclared identifier is reported only once > xf86_PCI.c:553: for each function it appears in.) > xf86_PCI.c: In function `pciconfig_write': > xf86_PCI.c:567: storage size of `io' isn't known > xf86_PCI.c:574: `PCIOCWRITE' undeclared (first use in this function) > *** Error code 1 It looks like the port may be out of date -- it should be using sys/pciio.h, not pci_ioctl.h. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000321130145.A40728>