Den 28.01.2021 kl. 22.45 skrev Bob Tennent:
  >|When I need to compile a new PMX release I've been using gfortran for a
  >|while since f2c caused trouble.

Hi Christian.  I use the following Makefile:

all: pmxab.c scor2prt.c

pmxab.c: pmx294.for
         f2c -g -\!bs < pmx294.for > pmxab.c

scor2prt.c: scor2prt.for
         f2c -g -\!bs < scor2prt.for > scor2prt.c


Thank you for the compile tip.

I did a test with one of the 2 test cases initially provided by Kalvin, howl-24.pmx:

1) compile scor2prt (rel. 2.94) with gfortran (gfortran -o scor2prt scor2prt.for)

2) run this binary on howl-24.pmx (scor2prt ponyo-29.pmx)
The processing completed with warnings only

 This is scor2prt for PMX 2.74, 19 February 2016
 Inserting rm, iv,nmbr:           2           3
 Inserting rm, iv,nmbr:           2           3
 Inserting rm, iv,nmbr:           2           7
 Any whole-bar rests of duration  72/64 will not be recognized
 Inserting rm, iv,nmbr:           2           2
 Inserting rm, iv,nmbr:           2           3
 Inserting rm, iv,nmbr:           2           2
 All done!

3) run pmx on one of the scor2prt result files (musixtex.lua howl-241.pmx)

The processing completed with TeX warnings only

Best wishes
--
Christian Mondrup
WIMA: Werner Icking Music Archive
http://imslp.org/wiki/Category:WIMA_files

-------------------------------
[email protected] mailing list
If you want to unsubscribe or look at the archives, go to 
https://tug.org/mailman/listinfo/tex-music

Reply via email to