[sane-devel] Problem with xsane and scanner HP Scanjet 5200C

2007-06-20 Thread Joan Gracia
I have HP Scanjet 5200 c device. Xsane with grafic development don't scan, I can only scan with comand scanimage name_file.pnm, but every file is in B/W. I setting in xsane select scan mode color, but files only are in B/W. I tryed with Xscanimage and the same. Help... Thanks.

[sane-devel] md5 Buffer Error

2007-06-20 Thread Hugh McMaster
Hi everyone, I am attempting to compile Sane-Backends-CVS under Cygwin, and the process is just about complete - I hope. This is the only issue that I have encountered during the compile process so far. It appears when scanimage.o is invoked. The only backends I am compiling are 'net', and

[sane-devel] Artifacts in images from Scanjet 6200C

2007-06-20 Thread TheOldFellow
Hi, I'm trying to scan some 35mm slides using an HP Scanjet 6200C using Sane under Ubuntu 7.04 via USB. I generally have no problems using this combination of hardware and software. Ineed the images of photos, or documents are sharp and clear. Very many thanks to the Sane Developers. However,

[sane-devel] md5 Buffer Error

2007-06-20 Thread m. allan noah
check line 291 of scanimage.c, does it look like mine: md5_buffer (tmp, strlen (tmp), md5digest); allan On 6/20/07, Hugh McMaster dasjournal at gmail.com wrote: Hi everyone, I am attempting to compile Sane-Backends-CVS under Cygwin, and the process is just about complete - I hope. This

[sane-devel] md5 Buffer Error

2007-06-20 Thread Gerald Murray
/home/User/sane-backends/frontend/scanimage.c:291: undefined reference to `_md5_buffer' There should be two leading underscores before md5_buffer. This is resolved in the frontend/Makefile by $(LIBLIB) which links lib/liblib.a Header is include/md5.h Perhaps the compiler/linker being used