Obviously configure is not checking for texlive-metapost?

In my case (Linux) configure runs downright, but make reports the error

"
    ...
    make[1]: Entering directory `/home/ich/lilypond-2.14.2/build/mf'
    mkdir -p ./out
    touch ./out/dummy.dep
    echo '*' > ./out/.gitignore
    make[1]: Leaving directory `/home/ich/lilypond-2.14.2/build/mf'
    make[1]: Entering directory `/home/ich/lilypond-2.14.2/build/mf'
cd ./out && mpost -progname=mpost -ini /home/ich/lilypond-2.14.2/mf/mf2pt1.mp \\dump
    This is MetaPost, version 1.208 (kpathsea version 5.0.0) (INIMP)
    (/home/ich/lilypond-2.14.2/mf/mf2pt1.mp
    ! I can't find file `mfplain'.
    l.27 input mfplain
                      ;
    Please type another input file name:
"

mfplain seems to be part of texlive-matapost. If I install it

sudo apt-get install texlive-metapost

Make runs flush.

Reagrads BB

_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to