William Estrada <[EMAIL PROTECTED]> writes:

> I did the same but used 'make allfonts' and got a bunch of error like these:
>
> Character in "c" format wrapped at ./bdf2psf.pl line 45, <BDF> line 66700.
> Character in "c" format wrapped at ./bdf2psf.pl line 45, <BDF> line 66701.
> make: *** [AsianCyr-vga-8x16.psf] Error 64
>
> David Sumbler wrote:
>
>     I downloaded uni-vga from
>     http://www.inp.nsk.su/~bolkhov/files/fonts/univga/, hoping that this
>     would solve some of my problems displaying the characters I want on
>     consoles.
>     
>     However, when I enter, say,
>     
>     make UniCyrX-vga-8x16.bdf
>     
>     in accordance with what the Makefile suggests, I get
>     
>     make: *** No rule to make target `UniCyrX-vga-8x16.bdf'.  Stop
>     
>     I have GNU make 3.80.
>     
>     Any suggestions?

Solved it!  In line 45 of the script bdf2psf.pl change "c" to "C".

You will then find another error!  So change the last part of line 18
of Makefile from

psfaddtable -c $*.sfm -o $@ -

to

psfaddtable - $*.sfm $@

It works for me.

David

-- 

David Sumbler


--
Linux-UTF8:   i18n of Linux on all levels
Archive:      http://mail.nl.linux.org/linux-utf8/

Reply via email to