From owner-freebsd-questions Mon Nov 23 10:53:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA01677 for freebsd-questions-outgoing; Mon, 23 Nov 1998 10:53:00 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp1.mailsrvcs.net (smtp1.gte.net [207.115.153.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA01672 for ; Mon, 23 Nov 1998 10:52:58 -0800 (PST) (envelope-from orthoefe@gte.net) Received: from localhost (cracktown.com [208.226.218.140]) by smtp1.mailsrvcs.net with SMTP id MAA08856; Mon, 23 Nov 1998 12:36:18 -0600 (CST) Date: Mon, 23 Nov 1998 13:39:57 -0500 (EST) From: Joe Orthoefer X-Sender: orthoefe@localhost To: Rick Knebel cc: questions@FreeBSD.ORG Subject: Re: sane In-Reply-To: <199811231808.NAA05022@rknebel.csrlink.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Try building it with a recent version of GNU Make. On Mon, 23 Nov 1998, Rick Knebel wrote: > Hi, > > I am running freebsd 3.0 and am trying to build and install sane-1.00 from the > tar file. > > During make it keeps exiting with this error > > NE_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_config2.c > mv -f sanei_config2.o sanei_config2.lo > 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/sh > are -DV_MAJOR=1 -DV_MINOR=0 -g -O2 -Wall sanei_config2.c >/dev/null 2>&1 > 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/sh > are -DV_MAJOR=1 -DV_MINOR=0 -g -O2 -Wall -fPIC -DPIC sanei_pio.c > mv -f sanei_pio.o sanei_pio.lo > 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/sh > are -DV_MAJOR=1 -DV_MINOR=0 -g -O2 -Wall sanei_pio.c >/dev/null 2>&1 > ar r libsanei.a sanei_ab306.o sanei_constrain_value.o sanei_init_debug.o > sanei_net.o sanei_wire.o sanei_codec_ascii.o sanei_codec_bin.o > sanei_save_values.o sanei_load_values.o sanei_scsi.o sanei_config.o > sanei_config2.o sanei_pio.o > ranlib libsanei.a > making all in backend > Error expanding embedded variable. > *** Error code 1 > > > Any Ideas > > Thanks > > Rick > > -- > Rick Knebel > rknebel@rknebel.csrlink.net > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message