I'm relatively new to this, so please don't flame me if I'm asking
something stupid. At least I'm a pretty quick study... I'm trying to
compile Sane 1.0.3 on a SuSE 6.4 system that previously had 1.0.1-94,
which came with the distro. I removed the SuSE package. As either su or
root, I ran ./configure then make (I tried both after removing the
previous run). As far as I can tell I have all the appropriate gcc, etc.
versions, but I get the output below from make. Any help in getting Sane
to make is greatly appreciated. Thanks in advance.
*********************************
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 `/home/orville/build/sane-1.0.3/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/orville/build/sane-1.0.3/lib'
making all in sanei
make[1]: Entering directory `/home/orville/build/sane-1.0.3/sanei'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/orville/build/sane-1.0.3/sanei'
making all in backend
make[1]: Entering directory `/home/orville/build/sane-1.0.3/backend'
rm -f .libs/v4l.lo
gcc -c -g -O2 -W -Wall -DSCSIBUFFERSIZE=131072 -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 -DBACKEND_NAME=v4l -DLIBDIR=/usr/local/lib/sane v4l.c -fPIC -DPIC -o .libs/v4l.lo
v4l.c:85: X11/Intrinsic.h: No such file or directory
make[1]: *** [v4l.lo] Error 1
make[1]: Leaving directory `/home/orville/build/sane-1.0.3/backend'
make: *** [all-recursive] Error 1
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Sun Aug 20 2000 - 22:17:46 PDT