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

2012-02-07 Thread Wilhelm
Am 04.02.2012 19:44, schrieb 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

[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 -g -DLinux -I../include

[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

[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 linux/limits.h 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

[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 linux/limits.h in scanbuttond/include/scanbuttond/libusbi.h before the include of usb.h Now a second time the

[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

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

2012-02-04 Thread 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 -g -DLinux -I../include -Dsyslog=slog -DLOG_INFO=SLOG_INFO