Stefan Svensson wrote:
Try this:

 The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible
 32bit Pascal Compiler.


Free pascal (most recent stable version 1.0.10, see http://www.freepascal.org/) will compile the pascal sources of M-Tx 0.54b when a single source file correction has been made. In file lyrics.pas, procedure reviseLyrics, line 282-283

    new_assign :=
      assigntype((has_lyrics=haslyr) and (tags<>oldtag[voice].tags));

must be modified to

    new_assign :=
      assigntype(ord((has_lyrics=haslyr) and (tags<>oldtag[voice].tags)));

A binary is compiled using Borland pascal compatibility by saying

fpc -So -B prepmx

This should be a good starting point for all you pascal hackers waiting
impatiently to get in clinch with maintaining M-Tx:-)

Bye
--
Christian Mondrup, Computer Programmer
Scandiatransplant, Skejby Hospital, University Hospital of Aarhus
Brendstrupgaardsvej, DK 8200 Aarhus N, Denmark
Phone: +45 89 49 53 01 - http://www.scandiatransplant.org


_______________________________________________ TeX-music mailing list [EMAIL PROTECTED] http://sunsite.dk/mailman/listinfo/tex-music

Reply via email to