home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!usenet.ins.cwru.edu!agate!stanford.edu!rutgers!ucla-cs!ucla-mic!oculus.loni.ucla.edu!li
- From: li@oculus.loni.ucla.edu (James Li)
- Newsgroups: comp.unix.aux
- Subject: Diffs to gs252 (ghostscript 2.5.2) on A/UX 3.0
- Keywords: ghostscript 2.5.2 A/UX 3.0 aux gs gs252 bugs diffs
- Message-ID: <1992Dec23.173009.18452@mic.ucla.edu>
- Date: 24 Dec 92 01:30:09 GMT
- Organization: Jules Stein Eye Institute
- Lines: 41
- Nntp-Posting-Host: 149.142.138.33
-
- Here are the diffs I came across to successfully compile gs252.
- I have done some preliminary testing and it works on various of
- the .ps files included in the distribution as well as a few troff
- and pictures available here locally. My next goal when I get around
- to it will be to get ghostview working and/or connect an HPII to
- the system. If anyone has already done this and wishes to share
- their experiences, I will eagerly listen.
-
- James Li
- li@oculus.loni.ucla.edu
-
- P.S. Happy Holidays to all!
-
- [Diffs to compile gs252 on A/UX 3.0 below]
-
- ls *old
- 16 gdevmem.h.old 16 gp_unix.c.old 6 gscoord.h.old
- oculus.li 3 % diff gdevmem.h*
- 134c134
- < # /* error sizeof(int) must be 2 or 4 for correct operation. */
- ---
- > # error sizeof(int) must be 2 or 4 for correct operation.
- oculus.li 4 % diff gp_unix.c*
- 27,29c27,28
- < #include "sys/times.h"
- < #include "sys/time.h"
- < #include "time.h"
- ---
- > #include "time_.h"
- >
- oculus.li 5 % diff gscoord.h*
- 45c45
- < ((pt)->x = (dx) / (pgs)->ctm.xx, (pt)->y = (dy) / (pgs)->ctm.yy, 0.0))
- ---
- > ((pt)->x = (dx) / (pgs)->ctm.xx, (pt)->y = (dy) / (pgs)->ctm.yy, 0))
- oculus.li 6 % diff Makefile unix-cc.mak
- 74c74
- < CFLAGS=-O -A3 $(XCFLAGS)
- ---
- > CFLAGS=-O $(XCFLAGS)
- oculus.li 7 %
-