[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 'lid

[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

[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, I'

[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 wrote: > 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