<snip>
> Erm... its whining about _what_? it shouldn't get anywhere near anything
> that even remotely has any reason to be touching anything like printk...
>
> and in fact... I don't find anything printk-ish in the sane source tree...
>
> how did you manage to get this gripe out of it?
>
> -- Peter
>
> THE MAGIC WORDS ARE SQUEAMISH OSSIFRAGE
Umm...dunno. The README said "type 'make' in the toplevel,
so I did. I did check my make version as advised in the
README and that's at 3.76.1. Below is the make output
probably proving I'm an idiot. ;-)
Tom
[root@andro sane-1.0.1]# make
for subdir in lib sanei backend frontend doc tools; do \
target=`echo all-recursive | sed s/-recursive//`; \
echo making $target in $subdir; \
(cd $subdir && make $target) \
|| case "" in *k*) fail=yes;; *) exit 1;; esac; \
done && test -z "$fail"
making all in lib
make[1]: Entering directory `/usr2/src/sane-1.0.1/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr2/src/sane-1.0.1/lib'
making all in sanei
make[1]: Entering directory `/usr2/src/sane-1.0.1/sanei'
gcc -c -DHAVE_CONFIG_H -I. -I. -I../include -I../include -D_GNU_SOURCE
-DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d
-DPATH_SANE_DATA_DIR=/usr/local/share -DV_MAJOR=1 -DV_MINOR=0 -g -O2 -Wall -fPIC
-DPIC sanei_ab306.c
/usr/include/asm/io.h: In function `mapioaddr':
In file included from /usr/include/sys/io.h:27,
from sanei_ab306.c:53:
/usr/include/asm/io.h:109: warning: implicit declaration of function `printk'
/usr/include/asm/io.h:112: dereferencing pointer to incomplete type
/usr/include/asm/io.h: In function `unmapioaddr':
/usr/include/asm/io.h:133: dereferencing pointer to incomplete type
make[1]: *** [sanei_ab306.o] Error 1
make[1]: Leaving directory `/usr2/src/sane-1.0.1/sanei'
make: *** [all-recursive] Error 1
[root@andro sane-1.0.1]#
-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of the message to [EMAIL PROTECTED]