Just out of curiosity you have your dev links as
/dev/uscanner0
Do you have a USB scanner? Do you want:
/dev/usbscanner or /dev/usbscanner0?
Do these links exist? Sounds silly but I did it once.
Stephen
--
Stephen Torri
Washington University
Department of Computer Science
Email: sto
On Thu, 6 Dec 2001, Henning Meier-Geinitz wrote:
> > If we are changing the value of name then it makes sense to do the
> > later. Vice versa.
>
> What you can do, is to use copies of v->name. I've done this in the
> mustek backend to avoid similar warnings.
>
So you just send the variable by i
Sat, 1 Dec 2001, Henning Meier-Geinitz wrote:
> Hi,
>
> On Fri, Nov 30, 2001 at 11:24:10PM -0500, Stephen Torri wrote:
> > * Fri Nov 30 2001 Stephen Torri 1.0.6 (CVS)
> > - removed warning: `dev_io_fd' defined but not used. Variable
> > used only by FreeBSD. Adde
Curious question. Inside sanei_pio.c there is a function called pio_wait.
Its suppose to return an int if the two boolean comparisons are true. If
there is nothing at the end of all the polls due to a time out there is no
int returned. The logic is not complete. We should return an integer in
bot
System: Redhat 7.2
GCC: 2.96-98
Changlog
* Fri Nov 30 2001 Stephen Torri 1.0.6 (CVS)
- removed warning: `dev_io_fd' defined but not used. Variable
used only by FreeBSD. Added test for FreeBSD.
Index: sanei_ab306.c
===
RCS
On Fri, 30 Nov 2001, Henning Meier-Geinitz wrote:
> Hi,
>
> On Fri, Nov 30, 2001 at 12:12:55AM -0500, Stephen Torri wrote:
> > I compiled Sane-1.0.6 with the debug information turned on:
> >
> > CFLAGS="-g -O -Wall" .configure --disabled-shared --prefix=/usr
I compiled Sane-1.0.6 with the debug information turned on:
CFLAGS="-g -O -Wall" .configure --disabled-shared --prefix=/usr
It compiled successfully but it fails during the testsuite.
It reports the following executing "make test":
if ../frontend/scanimage -d pnm:0 --filename=testfile.pnm -T &&