Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!yetti!geac!orcisi!michael From: michael@orcisi.UUCP Newsgroups: comp.sources.d Subject: Re: Postscript interpreter Message-ID: <964@orcisi.UUCP> Date: Sun, 15-Nov-87 10:40:16 EST Article-I.D.: orcisi.964 Posted: Sun Nov 15 10:40:16 1987 Date-Received: Mon, 16-Nov-87 03:35:36 EST References: <219@horizon.UUCP> Organization: Optical Recording Corporation, Toronto, Ontario Lines: 14 > I've attempted to compile the Postscript interpreter recently posted to the > net on my Sun. Its seems that the include file wwinfo.h is missing from > the distribution. Does anyone have this file? If so, please send to me. The problem is faulty Makefile logico used to make hard.o. I think a simple solution for building PS with the pixrect driver is to use something like: sunPS: $(OBJECTS) $(GRAPHICS) pixrect.o canon.a cc $(CFLAGS) $(OBJECTS) $(GRAPHICS) pixrect.o canon.a -lm -lpixrect -o sunPS (i.e. remove the hard.o stuff completely. This approached hasn't be tested for the other driver configurations). p.s. If you have FPA, compile the source with -f68881 for a 2x speed up.