Created at 08:38 Feb 22, 2005 by mike, last modified at 08:54 Feb 22, 2005
ESP Ghostscript 8.15rc2 is the second release candidate based on GPL Ghostscript 8.15 and includes an enhanced configure script, the CUPS raster driver, many GPL drivers, support for dynamically loaded drivers (currently implemented for the X11 driver), and several GPL Ghostscript bug fixes. The new release also fixes all of the reported STRs from ESP Ghostscript 7.07.x.
In accordance with the CUPS Configuration Management Plan, you now have until Tuesday, March 8th to test this release candidate to determine if there are any high-priority problems and report them using the Software Trouble Report form at:
http://www.cups.org/espgs/str.php
Reports sent to the CUPS newsgroups or mailing lists are not automatically entered into the trouble report database and will not influence the final production release of ESP Ghostscript, so it is very important that you report any problems you identify using the form.
Changes in 8.15rc2:
The src/macosx.mak makefile didn't work for me when I tried to compile on Mac OS X 10.3.8, but the makefile generated by ./configure did once I gave it LIBS="-liconv":
./configure LIBS="-liconv"
I also needed to compile and install libjpeg, libpng, zlib, and cups itself, since espgs needs cups, libjpeg, and libpng headers to compile, and libpng requires zlib.
http://www.libpng.org/pub/png/libpng.html
http://www.cups.org/software.php
I configured cups with --prefix=/usr/local, since I didn't want it to interfere with Mac OS X's native cups installation (especially since I'm not going to be using my own installation for anything, I just need it for compiling espgs).
I also added /usr/local/bin:/usr/local/sbin to the default PATH for all users by editing /etc/csh.login and /etc/profile, since Mac OS X doesn't add those paths to the PATH by default, and otherwise PPDs that need it won't be able to find it (unless they hardcode its path, like hpijs for Mac OS X does but which the pxl1010 PPD for the hp LaserJet 1012 does not). I had to log out and log back in for this change to take effect. You could also just configure espgs to install into /usr/bin with --prefix=/usr, but that seemed hackier to me.
Of course, I also needed to install Xcode 1.5 from connect.apple.com, since that provides the development tools needed to compile applications. Reply
If someone has a working binary for Mac OS 10.4.7, I'd love a copy. I'm way too many hours into trying to get this to compile and I'm getting duplicate entries for jpeg and png function names, probably due to libraries in the wrong places.
I'm trying to get a SiPix A6 printer to work (no luck there either) and was hoping that updated CUPS and ghostscript would help. (Not so far...)
Getting desparate,
Larry
Reply