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
> /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
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'
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