Re: [sane-devel] scanbd: Can't get the scbtn device list

2014-12-29 Thread Alexander Tomisch
Hi Wilhelm, Am 29.12.2014 um 06:32 schrieb Wilhelm: Hi Alex, Am 28.12.2014 um 21:08 schrieb Alexander Tomisch: Hello, I tried to install scanbd on a Arch Linux X64 but it did not recognize my Scanner - output of scanbd: "Can't get the scbtn device list". It is not my first t

[sane-devel] scanbd: Can't get the scbtn device list

2014-12-28 Thread Alexander Tomisch
Hello, I tried to install scanbd on a Arch Linux X64 but it did not recognize my Scanner - output of scanbd: "Can't get the scbtn device list". It is not my first time with scanbd and on my previous installations it was already working with my scanner and the scanbuttond epson backend. I f

[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 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] Problem compiling scanbd (unkown type u_int8_t)

2012-02-04 Thread Alexander Tomisch
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 -g -DLinux -I../include -Dsyslog=slog -DLOG_INFO=SLOG_INFO -DLOG_WARNING=SLOG_WARN -DCFG_DIR=/usr/local/etc/scanbd/scanbuttond/backen