markanderson <ma.aaanderson xtra.co.nz> writes:
> how do i fix this email me at msaxpom hotmail.com thanks mark
Perfer to keep this on list.
> root msa-desktop:/home/msa# make
> [snip]
> making all in tools
> make[1]: Entering directory `/home/msa/tools'
> gcc -c -g -O2 -W -Wall -DHAVE_CONFIG_H -I.
-I/home/msa/Desktop/sane-backends-1.0.1 8/tools -I../include
-I/home/msa/Desktop/sane-backends-1.0.18/include
-D_REENTRANT -I/usr/include/gphoto2
-DPATH_SANE_CONFIG_DIR=/usr/local/etc/sane.d -DPATH_S
ANE_DATA_DIR=/usr/local/share -DPATH_SANE_LOCK_DIR=
-DV_MAJOR=1 -DV_ MINOR=0 ../backend/umax_pp_low.c -o
../backend/umax_pp_low.o \
> -DBACKEND_NAME=umax_pp_low
> gcc: ../backend/umax_pp_low.c: No such file or
directory
> gcc: no input files
> make[1]: *** [../backend/umax_pp_low.o] Error 1
> make[1]: Leaving directory `/home/msa/tools'
> make: *** [all-recursive] Error 1
> root msa-desktop:/home/msa#
Looks like you have the source tarball unpacked in
/home/msa/Desktop/sane-backends-1.0.18 (as per include flag)
and build
in /home/msa. Are your sources there as well? Maybe you
are doing a
VPATH build (./configure
--srcdir=Desktop/sane-backends-1.0.18)? I'm
not sure this is supported.
$ cd /home/mas/Desktop/sane-backends-1.0.18
$ ./configure
$ make
should do the trick.
Hope this helps,
--
Olaf Meeuwissen EPSON AVASYS
Corporation, SE1
FSF Associate Member #1962 sign up at http://member.fsf.org/
GnuPG key: 6BE37D90/AB6B 0D1F 99E7 1BF5 EB97 976A 16C7 F27D
6BE3 7D90
Penguin's lib! -- I hack, therefore I am --
LPIC-2
--
sane-devel mailing list: sane-devel lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/sane-d
evel
Unsubscribe: Send mail with subject "unsubscribe
your_password"
to sane-devel-request lists.alioth.debian.org
|