Hi all,
I am crosscompiling Xfree86 4.7.0 from sources for ARM and I've got a lot of ".h: No such file or directory", which I manually put into the include dir and continue to make... until now that I can't find this "
xf86PciIds.h" neither in the sources nor the web.
This is the log:
xf86ScanPci.c:75:24: error: xf86PciIds.h: No such file or directory
xf86ScanPci.c: In function 'ScanPciFindPciNamesByDevice':
xf86ScanPci.c:172: error: 'pciVendorInfoList' undeclared (first use in this function)
xf86ScanPci.c:172: error: (Each undeclared identifier is reported only once
xf86ScanPci.c:172: error: for each function it appears in.)
xf86ScanPci.c: In function 'ScanPciFindPciNamesBySubsys':
xf86ScanPci.c:248: error: 'pciVendorSubsysInfoList' undeclared (first use in this function)
xf86ScanPci.c: In function 'ScanPciFindPciClassBySubsys':
xf86ScanPci.c:284: error: 'pciVendorSubsysInfoList' undeclared (first use in this function)
xf86ScanPci.c: In function 'ScanPciFindPciClassByDevice':
xf86ScanPci.c:310: error: 'pciVendorInfoList' undeclared (first use in this function)
make[6]: *** [xf86ScanPci.o] Error 1
What am i doing wrong and how can I bypass this error?
Thanks for your help....
Eduardo Giacoman