bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lyrics appear in "sans" on linux-64


From: Julien Rioux
Subject: Re: Lyrics appear in "sans" on linux-64
Date: Thu, 29 Aug 2013 14:14:22 -0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8

On 29/08/2013 12:35 PM, Werner LEMBERG wrote:

Here's my make.log:

http://www.markpolesky.com/norobots/make.log

Indeed: Instead of calling the script pfx2ttf.fontforge four times, I
just see

   true
   true
   true
   true

The rule covering this can be found in file `mf/GNUmakefile':

   $(NCSB_OTFS): $(NCSB_SOURCE_FILES) \
                 $(auxscript-dir)/pfx2ttf.fontforge
           $(foreach i, $(basename $(NCSB_SOURCE_FILES)), \
                   $(FONTFORGE) -script $(auxscript-dir)/pfx2ttf.fontforge \
                           $(i).pfb $(i).afm $(outdir)/ && ) true

Since there's just `true' this essentially means that
`NCSB_SOURCE_FILES' was empty.  In other words, the New Century
Schoolbook fonts couldn't be found at all on your computer.


Exactly what I though when I saw the ./configure output
checking New Century Schoolbook PFB files... dirname: missing operand
Try `dirname --help' for more information.

I've seen that Julien is working on

   http://code.google.com/p/lilypond/issues/detail?id=3526

This should improve the configuration process (i.e., it should
properly fail for you).

Yes, hopefully this will results in a better, and early, diagnostic.

Cheers,
Julien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]