[4236] in SIPB bug reports
Re: Can't use "dvips"
daemon@ATHENA.MIT.EDU (Calvin Clark)
Mon Nov 8 12:31:59 1993
Date: Mon, 8 Nov 93 12:29:57 -0500
From: Calvin Clark <ckclark@MIT.EDU>
To: arif@MIT.EDU
Cc: bug-sipb@MIT.EDU
In-Reply-To: "[4235] in SIPB bug reports"
>Hi. I'm trying to use dvips. But when I do I get the following message:
>>dvips: ! Couldn't find header file tex.pro
This means that it couldn't find the file /mit/sipb/lib/tex/ps/tex.pro.
There are a couple of reasons this could happen:
1. It doesn't exist. This could happen if you don't have the sipb
locker attached. If you are somehow running dvips from
an explicit AFS path, rather than from /mit/sipb/$bindir/dvips,
you should use the abstraction ``add sipb.''
2. It exists, but you are forcing dvips to look in a place where
it doesn't. If you have the DVIPSHEADERS environment variable
set to some weird location, you'll get that error.
If you have checked this and it is still a problem, please
indicate what kind of machine you are on, and include in your report any
environment variables or aliases that are relevant. Also,
check for the existence of the tex.pro file itself:
ls -l /mit/sipb/lib/tex/ps/tex.pro
-Calvin