Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Sep 2005 19:35:04 -0400
From:      Bob Johnson <fbsdlists@gmail.com>
To:        Eric Pretorious <epretorious@hotmail.com>
Cc:        bobo1009@mailtest1.eng.ufl.edu, freebsd-questions@freebsd.org
Subject:   Re: CUPS, Foomatic, and HPIJS?
Message-ID:  <54db4399050916163573ced122@mail.gmail.com>
In-Reply-To: <BAY107-F17238B4AE623EA7E1567F6A4910@phx.gbl>
References:  <200509162214.44252.lofi@freebsd.org> <BAY107-F17238B4AE623EA7E1567F6A4910@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help

On 9/16/05, Eric Pretorious <epretorious@hotmail.com> wrote:

> I downloaded the archive (from linuxprinting.org) and *attempted* to install
> 
> the hpijs drivers following the instructions in the USAGE file...
> 
> >Install it after you have installed fommatic-db using the commands (if
> >you have downloaded this package from CVS, run "./make_configure" at
> >first, for that you will also need the "autoconf" and "aclocal"
> >utilities, "aclocal" is in the "automake" package in some
> >distributions):
> >     ./configure
> >    make
> >    make install
> 
> ...but step #2 (i.e., `make`) barfed:
> 
> gateway# make
> chmod a+rx data-generators/*/hpijs*
> install -d db/source/driver
> install -d db/source/opt
> install -d db/source/printer
> cd data-generators;  for m in `ls -1`; do  cd $m;  ./$m-generator;  cd ..; 
> 
> done./CVS-generator: not found
> *** Error code 127
> 
> Stop in /usr/home/eric/foomatic-db-hpijs-1.4-1.
> 
> Any idea what this means? There's NO mention of CVS-generator in either the

I suspect you need to use "gmake" (the GNU make) instead of "make",
which is the BSD make.

- Bob



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?54db4399050916163573ced122>