home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / ghostscr / bug / 1320 < prev    next >
Encoding:
Text File  |  1992-12-23  |  1.7 KB  |  56 lines

  1. Newsgroups: gnu.ghostscript.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!oculus.loni.ucla.edu!li
  3. From: li@oculus.loni.ucla.edu (James Li)
  4. Subject: Diffs to gs252 (ghostscript 2.5.2) on A/UX 3.0
  5. Message-ID: <9212240129.AA18447@mic.ucla.edu>
  6. Keywords: ghostscript 2.5.2 A/UX 3.0 aux gs gs252 bugs diffs
  7. Sender: gnulists@ai.mit.edu
  8. Organization: Jules Stein Eye Institute
  9. Distribution: gnu
  10. Date: Thu, 24 Dec 1992 01:29:46 GMT
  11. Approved: bug-ghostscript@prep.ai.mit.edu
  12. Lines: 42
  13.  
  14. Here are the diffs I came across to successfully compile gs252.
  15. I have done some preliminary testing and it works on various of
  16. the .ps files included in the distribution as well as a few troff 
  17. and pictures available here locally.  My next goal when I get around
  18. to it will be to get ghostview working and/or connect an HPII to
  19. the system.  If anyone has already done this and wishes to share
  20. their experiences, I will eagerly listen.
  21.  
  22. James Li
  23. li@oculus.loni.ucla.edu
  24.  
  25. P.S.  Happy Holidays to all!
  26.  
  27. [Diffs to compile gs252 on A/UX 3.0 below]
  28.  
  29. ls *old
  30.   16 gdevmem.h.old     16 gp_unix.c.old      6 gscoord.h.old
  31. oculus.li 3 % diff gdevmem.h*
  32. 134c134
  33. < # /* error sizeof(int) must be 2 or 4 for correct operation. */
  34. ---
  35. > #  error sizeof(int) must be 2 or 4 for correct operation.
  36. oculus.li 4 % diff gp_unix.c*
  37. 27,29c27,28
  38. < #include "sys/times.h"
  39. < #include "sys/time.h"
  40. < #include "time.h"
  41. ---
  42. > #include "time_.h"
  43. >
  44. oculus.li 5 % diff gscoord.h*
  45. 45c45
  46. <    ((pt)->x = (dx) / (pgs)->ctm.xx, (pt)->y = (dy) / (pgs)->ctm.yy, 0.0))
  47. ---
  48. >    ((pt)->x = (dx) / (pgs)->ctm.xx, (pt)->y = (dy) / (pgs)->ctm.yy, 0))
  49. oculus.li 6 % diff Makefile unix-cc.mak
  50. 74c74
  51. < CFLAGS=-O -A3 $(XCFLAGS)
  52. ---
  53. > CFLAGS=-O $(XCFLAGS)
  54. oculus.li 7 %
  55.  
  56.