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
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond