Hi, Why do I get this error when compiling sane backends?
umax_pp_low.c: In function `sanei_umax_pp_initPort': umax_pp_low.c:951: warning: unused variable `strmodes' umax_pp_low.c: In function `Outb': umax_pp_low.c:1295: error: `PPGETMODE' undeclared (first use in this function) umax_pp_low.c:1295: error: (Each undeclared identifier is reported only once umax_pp_low.c:1295: error: for each function it appears in.) umax_pp_low.c: In function `SPPsendWord610p': umax_pp_low.c:4598: error: `PPGETMODE' undeclared (first use in this function) make[1]: *** [umax_pp_low.lo] Error 1 make[1]: Leaving directory `/home/kenneth/sane-backends-1.0.15/backend' make: *** [all-recursive] Error 1 -- Kenneth