plustek@linuxhacker.org
plustek@linuxhacker.org
> Hmmm, all looks good, just did some tests here. What about SANE, could you
> check if the libieee1284 has been compiled in? sane-config --libs should show
> something like:
> sane-config --libs
> -lsane -lusb -lpthread -lm -ljpeg -lieee1284 -lgphoto2 -lgphoto2_port -lm -lresmgr
-ldl
mine is
nanouck@gohan:~ $ sane-config --libs
-lsane -lusb -lnsl -lm -ljpeg -lgphoto2 -lgphoto2_port -lm -ldl
> Oh, now I see the problem, it's the x86_64 mode! The backend has an issue there.
> I will submit a patch today and then it should work - checkout CVS-snapshot tomorrow.
> backend version will be: 0.43-9
I think cvs instructions are the following:
cvs -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/sane login
cvs -z3 -d:pserver:anonymous@cvs.alioth.debian.org:/cvsroot/sane co
sane-backends
but alioth seems to be down.
Does the latest snapshot contain your changes ?
7c7f0863d1c6bbb4a78ea51d6b3b5690 sane-backends-2005-11-17.tar.gz
The Changelog file does not contain informations about your changes.
I may try Friday evening.
plustek@linuxhacker.org