[sane-devel] HP Scanjet 4850 Development

2012-02-05 Thread Daniƫl Sonck
- Groeten, Dani?l Sonck - WWW: http://dss.nl.eu.org/ TEL: +31683554997 - Zin in wat kunst: http://dsonck92.deviantart.com/ - Certificate provider CA : CAcert ROOT: http://www.cacert.org/index.php?id=3

[sane-devel] scanimage freezes for 3 minutes with Epson Perfection V200 [epkowa]

2012-02-05 Thread emmanuel.mic...@wanadoo.fr
Hello, The setup: Scanner EPSON Prefection V200 OS Ubuntu Server 64 bits 10.04.3 libsane 1.0.20-13ubuntu2 sane-utils 1.0.20-13ubuntu2 iscan 2.28.1-3.ltdl7 iscan-data 1.14.0-1 iscan-plugin-gt-f670 2.1.2-1 The problem: Everytime I scan a document with scanimage I have to wait _exactly_ 3 minutes

[sane-devel] scanbd - epson backend - undefined symbol: MAX

2012-02-05 Thread Alexander Tomisch
Hello, I compiled and installed scanbd on Arch Linux ARM and it works almost. Scanbd is started through xinetd and scanning with scandb as wrapper for saned is working. But if I activate the epson backend (I have a Epson Perferction 640) scanbd is starting with the following error: /usr/loca

[sane-devel] Problem compiling scanbd (unkown type u_int8_t)

2012-02-05 Thread Wilhelm
Am 05.02.2012 12:00, schrieb Alexander Tomisch: > ... ok - sometimes it is better to use google before sending a message > ... so this problem was solved by adding the line > > #include > > in scanbuttond/include/scanbuttond/libusbi.h before the include of usb.h > > > > Now a second time the u_int

[sane-devel] Problem compiling scanbd (unkown type u_int8_t)

2012-02-05 Thread Alexander Tomisch
... ok - sometimes it is better to use google before sending a message ... so this problem was solved by adding the line #include in scanbuttond/include/scanbuttond/libusbi.h before the include of usb.h Now a second time the u_int8_t problem and the PATH_MAX problem I added (thanks to Rued

[sane-devel] Problem compiling scanbd (unkown type u_int8_t)

2012-02-05 Thread Alexander Tomisch
Hello, Thank you, the u_int8_t issue is solved. Now it complains the PATH_MAX variable: cc -Wall -Wextra -std=c99 -g -DLinux -I../include -Dsyslog=slog -DLOG_INFO=SLOG_INFO -DLOG_WARNING=SLOG_WARN -DCFG_DIR=/usr/local/etc/scanbd/scanbuttond/backends -fPIC -shared -o mustek.so mustek.c In fi

[sane-devel] HP Scanjet 4850 Development

2012-02-05 Thread Stef
Le vendredi 3 f?vrier 2012 13:39:57 Dani?l Sonck a ?crit : > Hello all, > > I recently got an HP Scanjet scanner from my parents as I sometimes need > to copy or scan images as a student. I have seen > that the genesys backend has experimental support for this scanner as it > is based on the same

[sane-devel] Problem compiling scanbd (unkown type u_int8_t)

2012-02-05 Thread Wilhelm
Am 04.02.2012 20:34, schrieb Ruediger Meier: > On Saturday 04 February 2012, Alexander Tomisch wrote: >> Hello, >> >> I've tried to compile scanbd on Arch Linux ... >> >> >> USE_SCANBUTTOND=yes make -e clean all >> >> >> ... and got the following error: >> >> [...] >> >> cc -Wall -Wextra -std=c99 -