Hi.
I just rebuilt gs 2.6.2 and made the following changes in the
make file to add support for HP deskjet:
123d122
< DEVICE_DEVS2=cdeskjet.dev cdjcolor.dev cdjmono.dev cdj500.dev cdj550.dev deskjet.dev
126,134d124
<
< # * cdeskjet H-P DeskJet 500C with 1 bit/pixel color
< # * cdjcolor H-P DeskJet 500C with 24 bit/pixel color and
< # high-quality color (Floyd-Steinberg) dithering
< # * cdjmono H-P DeskJet 500C printing black only
< # * cdj500 H-P DeskJet 500C (same as cdjcolor)
< # * cdj550 H-P DeskJet 550C
< # + deskjet H-P DeskJet and DeskJet Plus
<
1424c1414
< $(CCC) -DA4 gdevdjet.c
---
> $(CCC) gdevdjet.c
1497c1487
< $(CCC) -DA4 gdevcdj.c
---
> $(CCC) gdevcdj.c
I then run the following command:
gs -sDEVICE=cdj500 -q -sOutputFile=menorah.pcl -dNOPAUSE menorah.ps
I get the error:
Unaligned access pid=6959 <gs> va=1400985b4 pc=12004d100 ra=12004d878 type=stq
I get this something like 200 times, but it appears that the output is
produced in the end.
I am using Digital Unix (OSF) v3.2c.
I have done the same thing on my Linux machine with no problem (except
that it takes quite a while :-) ). I read somewhere that there were
some patches for gs on linux - for cdj500 that were included in the
linux slakware that I am using. Perhaps there is a need for similiar
patches for Digital UNIX.
TIA.
--
The day is short, and the work is great, | Aharon Schkolnik
and the laborers are lazy, and the reward | Aharon_at_Matat.Health.Gov.IL
is great, and the Master of the house is |
impatient. - Ethics Of The Fathers Ch. 2 |
Received on Thu Feb 29 1996 - 10:26:38 NZDT