From owner-freebsd-scsi Tue Mar 10 03:31:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA09056 for freebsd-scsi-outgoing; Tue, 10 Mar 1998 03:31:17 -0800 (PST) (envelope-from owner-freebsd-scsi@FreeBSD.ORG) Received: from mail.ruhrgebiet.individual.net (in-ruhr.ruhr.de [141.39.224.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA09047 for ; Tue, 10 Mar 1998 03:31:14 -0800 (PST) (envelope-from robsch@robkaos.ruhr.de) Received: from robkaos.ruhr.de (admin@localhost) by mail.ruhrgebiet.individual.net (8.8.5-r-beta/8.8.5) with UUCP id LAA20578 for freebsd.org!freebsd-scsi; Tue, 10 Mar 1998 11:10:43 +0100 (MET) Received: by robkaos.ruhr.de (Smail-3.2 1996-Jul-4 #1) id ; Tue, 10 Mar 1998 11:03:52 +0100 (CET) Message-Id: From: robsch@robkaos.ruhr.de (Robert Schien) Subject: Scanner support To: freebsd-scsi@FreeBSD.ORG Date: Tue, 10 Mar 1998 11:03:52 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have an UMAX Astro 1200 S scanner which I want to use under FreeBSD-current. Unfortunately, the SANE port does not compile properly. Something goes wrong with the Makefile, although I have installed gmake-3.75: >> Checksum OK for sane-0.65.tar.gz. ===> Building for sane-0.65 for subdir in lib sanei backend frontend doc; do \ target=`echo all-recursive | sed s/-recursive//`; \ echo making $target in $subdir; \ (cd $subdir && gmake $target) \ || case "" in *k*) fail=yes;; *) exit 1;; esac; \ done && test -z "$fail" making all in lib gmake[1]: Entering directory `/usr2/FreeBSD/robsch/sane/work/sane-0.65/lib' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr2/FreeBSD/robsch/sane/work/sane-0.65/lib' making all in sanei gmake[1]: Entering directory `/usr2/FreeBSD/robsch/sane/work/sane-0.65/sanei' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr2/FreeBSD/robsch/sane/work/sane-0.65/sanei' making all in backend gmake[1]: Entering directory `/usr2/FreeBSD/robsch/sane/work/sane-0.65/backend' rm -f .libs/libsane-epson.* -shared -o .libs/libsane-epson.so.0.65 epson.lo epson-s.lo sane_strstatus.lo ../sanei/sanei_init_debug.lo ../lib/alloca.lo ../lib/getopt.lo ../lib/getopt1.lo ../lib/snprintf.lo ../lib/strndup.lo ../lib/strsep.lo ../lib/usleep.lo ../sanei/sanei_constrain_value.lo ../sanei/sanei_scsi.lo -L/usr/X11R6/lib -shared: not found gmake[1]: *** [libsane-epson.la] Error 127 gmake[1]: Leaving directory `/usr2/FreeBSD/robsch/sane/work/sane-0.65/backend' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop. *** Error code 1 Stop. *** Error code 1 Stop. How can I get it compiled and run? TIA Robert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message