Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uwm.edu!cs.utexas.edu!yale!mintaka!bloom-beacon!EXPO.LCS.MIT.EDU!keith From: keith@EXPO.LCS.MIT.EDU (Keith Packard) Newsgroups: comp.windows.x Subject: Re: problems with ralpage and xps Message-ID: <9008040017.AA00484@xenon.lcs.mit.edu> Date: 4 Aug 90 00:17:24 GMT References: <1390@ziggy.EDU> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 23 |>I have successfully compiled ralpage and xps - the postscript |>previewers on our SunClusters. Both tools work fine with the |>ps files provided with xps. However they don't work with other |>ps files, for instance, ps files produced from Xmaker. I got |>an error message saying 'dictfull in operator def'. I saw this as well when previewing FrameMaker postscript files using ralpage. The fix I applied was a simple hack - increase the size of all dictionaries by one element by changing MakeDictBody. This solved the problem. static Type MakeDictBody (size) int size; { Type dict; int i; struct dict_entry *hash; dict = (struct dict_struct *) Malloc ((unsigned) sizeof (struct dict_st! + size++; dict->dict_size = size; Keith Packard MIT X Consortium