Mail Archives: djgpp/1993/06/25/16:13:10
>When I build the Oreilly Vol4 (Xt) examples with DVX and DJGPP I get
>the message :
>
> Error : Unable to load any useable ISO8859-1 font
>
>when running the programs (e.g ch02 xhello,xgoodbye,xfarewel,...).
>Similar examples from the Oreilly Vol4M book, built under
>Motif run without error. What is the problem ?
I tried these using the following commands:
gcc xhello.c -lxaw -lxmu -lxt -lx -lsys
go32 a.out
and had no problems.
What probably happened is that you added a font to the misc directory, and
re-ran mkfntdir. This created a fonts.dir that did not list the as yet unused
fonts in misc.qip. Try:
qunpack -o misc.qip
mkfntdir
xset fp rehash or restart DVX.
Peter Crowley
Quarterdeck Offices Systems
pcrowley AT qdeck DOT com
- Raw text -