> I am running Stampede Linux w/2.0.26 kernel and pgcc -2.91.57. I am
> trying to compile sane-1.00.
>
> On my first try backend/abaton.c gave me an error on line 1116. I changed
> it from...
> s->val[OPT_X_RESOLUTION] = *(SANE_Word *)val;
> to...
> s->val[OPT_X_RESOLUTION].w = *(SANE_Word *)val;
> and that file gave me no more problems.
YES :-) It's compiling on my system now (Suse 6.0, EGCS-Compiler, glibc2).
> umax.c now gives me a 'virtual memory exhausted' error (see below). I
> have 32Mb of ram and a 64Mb swap partition. Shouldn't this be enough?
> Any ideas?
No, but had the same problem.
Ciao,
Dirk
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com