This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Using gutenprint IJS drivers with ghostscript.


Hi,

I have been trying to use the IJS driver of ghostscript for an Epson
Stylus C87 printer. The driver that is required is the generic gutenprint
diver, which is widely used in the linux systems. In order to install this
driver you require, apart from ghostscript, perl and libxml2 which are part
of the cygwin distribution. You also need the foomatic data base of printers
and drivers that can be obtained from www.linuxprinting.org and, of course,
gutenprint from gutenprint.sourceforge.net.
 
I finally managed to setup the driver, but there
were some troubles:
1- The current cygwin ghostscrip distribution (8.50) lacks of libijs.a,
   library that is required for building gutenprint.See
   cygwin.com/ml/cygwin/2006-05/msg00566.html

2- There are a couple of problems in the installation of foomatic.
2.1 The compilation of foomatic-perl-data.c, which is part of 
    foomatic-db-engine, fails because of the order in which the lxml
    appears in the gcc call. lxml should be at the end. You can modify the
    corresponding Makefile.
2.2 The installation fails because it tries to install in //usr/local/...
    instead of /usr/local/... . The double slash is due to a variable
    $DESTDIR=/ . You should modify the Makefile to set $DESTDIR= .

3- gutenprint is configured with:
     ./configure --with-ghostscript --with-foomatic --without-gimp

   The compilation of /src/escputil/d4lib.c fails because this program  
   defines error_t which was previously defined in errors.h. The two
   definitions had nothing to do. error_t appears only in two places
   inside d4lib.c. I have substituted error_t by error_tt inside
   d4lib.c and everything is OK.


bye,
R.M.




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]