|
From: Der H. H. <der...@ho...> - 2000-07-01 16:43:47
|
HI ! donwnloaded it all , autogen.sh did fine , but make then gives me intel_subr.c: In function `intel_conf_writeb': intel_subr.c:38: `INTEL_CONF_REG_INDEX' undeclared (first use in this function) intel_subr.c:38: (Each undeclared identifier is reported only once intel_subr.c:38: for each function it appears in.) intel_subr.c:39: `INTEL_CONF_REG_DATA' undeclared (first use in this function) intel_subr.c: In function `intel_conf_readb': intel_subr.c:49: `INTEL_CONF_REG_INDEX' undeclared (first use in this function) intel_subr.c:50: `INTEL_CONF_REG_DATA' undeclared (first use in this function) make[2]: *** [intel_subr.o] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive] Error 1 looking into inetl_subr.c it includes intel_conf.h wich has ---intel_conf.h----- #ifdef INTEL_BRIDGE_CONFIG #define INTEL_CONF_REG_INDEX 0xcf8 #define INTEL_CONF_REG_DATA 0xcfc #endif in it , but where is INTEL_BRIDGE_CONFIG defined ??? thx ! hofrat |