> Hi there,
>
> when I try to compile Lilypond 1.2 on a SuSE Linux 6.2 system, I ge the
> following message after the fonts have been created:
>
> mv feta26.tfm out
> rm feta26.*gf feta26.*log
> make[1]: *** No rule to make target
> `/usr/share/texmf/metapost/base/mfplain.mp', needed by `mfplain.mem'.
> Stop.
Unfortunately this path is hardcoded into configure, but there is a
workaround. Use the command 'kpsewhich mfplain.mp' to locate
where the file is on your system, set the environment variable
MFPLAIN_MP to the full path, run configure again and then make
should work.
/Mats