bug-lilypond
[Top][All Lists]
Advanced

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

mftrace --version 1.2.0


From: Nicolas Sceaux
Subject: mftrace --version 1.2.0
Date: Sat, 08 Apr 2006 13:36:53 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin)

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 <address@hidden> 
  
  
  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




reply via email to

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