TomStuJed> Hello, I still have the same problem with umax.c
TomStuJed> it runs out of memory when compiling umax.c
TomStuJed> Apparently this is because I have slackware and I
TomStuJed> tried to compile without optimizations ... it
TomStuJed> worked.... to compile... but xscanimage is on
TomStuJed> crack... and won't work.... it complains about something
TomStuJed> called '__outb' and croaks...
This problem is caused by not compiling with -O (old Linux
distributions are broken in that you can't use inb()/outb() etc
without -O).
I believe you can fix things by removing "mustek" and "epson" from the
PRELOADABLE_BACKENDS variable in backend/Makefile.in.
--david
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com