Hi,
The command 'mftrace --version' gives a different result with mftrace
1.2.0:
robert:~ nicolas$ ~/src/lilypond/mftrace-1.1.11/mftrace --version
mftrace 1.1.11
robert:~ nicolas$ ~/src/lilypond/mftrace-1.2.0/mftrace --version
mftrace 1.2.0
This program is free software. It is covered by the GNU General Public
License and you are welcome to change it and/or distribute copies of it
under certain conditions. Invoke as `mftrace --warranty' for more
information.
Copyright (c) 2005--2006 by
Han-Wen Nienhuys <[EMAIL PROTECTED]>
robert:~ nicolas$
As a result, make fails after the following rule in mf/GNUMakefile:
pfa_warning:
ifneq ($(shell $(MFTRACE) --version | sed 's/ .*//'),mftrace)
@echo ""
@echo "ERROR: mftrace not found"
@echo ""
@echo "For obtaining PFA/SVG fonts, either install mftrace "
@echo "(see http://www.xs4all.nl/~hanwen/mftrace/ ),"
@echo "or try one of the following commands in this directory: "
@echo ""
@echo " make get-fonts "
@echo " make get-rpm-fonts "
@echo " make get-deb-fonts "
@echo ""
@echo "These commands will try to download the files from internet."
@false
endif
I'm using GNU make 3.80, Mac OS 10.4.5.
As a workaround, I deleted the copyright note from mftrace; maybe it
should not be printed when using the --version option.
nicolas
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond