Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ncar!tank!uwvax!astroatc!ttl From: ttl@astroatc.UUCP (Tony Laundrie) Newsgroups: comp.lang.postscript Subject: Re: Distillery release 10 problem Message-ID: <1610@astroatc.UUCP> Date: 20 Mar 89 17:08:40 GMT References: <639@adobe.UUCP> Reply-To: ttl@astroatc.UUCP (Tony Laundrie) Organization: Astronautics Technology Cntr, Madison, WI Lines: 24 In article <639@adobe.UUCP> greid@adobe.COM (Glenn Reid) writes: >I inadvertenly introduced a bug into release 10 that didn't show up in >my testing, partly because I was lazy and only tested it on Display >PostScript instead of a printer. The symptom is usually a complaint >about "fd" being "undefined". > >You basically just need to add the word "pop" to the end of line 236. > That fix was not enough to solve the problem for me. I finally got the thing to run (beautifully) by moving this line, /fd (%stdout) (w) file def several lines up so that it follows this line (line 385), adobe_distill begin To get the output from our printer which is connected to a VAX running UNIX, we are going to change /usr/src/usr.lib/lpr/printjob.c so that the temporary error file gets concatenated to the mail message if we say 'lpr -m still.ps'. In the mean time, we are using 'tail +0f /usr/spool/lw0/errs*'. ...uwvax!astroatc!ttl