|
From: Steven E. <Ste...@kn...> - 2001-11-01 22:46:56
|
Thats cool about the new ATAPI spec but we will still have a problem with
older drive right? Unless we do like Jakob said a build a table for older
brands.
When I try to rebuild ROS from a clean source tree (3 hours ago) I get the
following crash in services/bus/pci due to redefinitions. What definitions
are the right ones for pci?
make -C services/bus/pci
make[1]: Entering directory `C:/user/src/reactos/services/bus/pci'
windres --include-dir ../../../include pci.rc -o pci.coff
gcc -D__NTDRIVER__ -I./ -I../../../include -pipe -march=i386 -c fdo.c -o
fdo.o
In file included from pci.h:7,
from fdo.c:10:
pcidef.h:310: redefinition of `struct _PCI_COMMON_CONFIG'
pcidef.h:326: redefinition of `struct _PCI_HEADER_TYPE_0'
pcidef.h:342: redefinition of `PCI_COMMON_CONFIG'
../../../include/ddk/haltypes.h:157: `PCI_COMMON_CONFIG' previously declared
her
e
pcidef.h:342: redefinition of `PPCI_COMMON_CONFIG'
../../../include/ddk/haltypes.h:157: `PPCI_COMMON_CONFIG' previously
declared he
re
make[1]: *** [fdo.o] Error 1
make[1]: Leaving directory `C:/user/src/reactos/services/bus/pci'
make: *** [pci] Error 2
C:\user\src\reactos>
###########################################
This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/
|