[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: groff error message
From: |
Werner LEMBERG |
Subject: |
Re: groff error message |
Date: |
Fri, 17 Aug 2001 06:23:57 +0200 (CEST) |
> I got the following error message when running groff:
> groff: can't find `DESC' file
> groff: fatal error: invalid device `ps'
>
> I have the following aliases to do typesetting.
>
> a look 'groff -t -e -Tps -fH -me \!* > ps.look'
>
> It appears like groff was expecting to find the file DESC and failed...
Yes. Something in your setup is incorrect. Starting with groff
version 1.17, font directories are no longer in <prefix>/groff/font
but in <prefix>/groff/<version>/font (by default, <prefix> is
/usr/local/share). Maybe you have missed this? Or maybe you have two
clashing groff versions installed simultaneously?
Werner