Hi,

I downloaded the release 2.2.3 and build it. libfluidsynth.so and fluidsynt are buid BUT...

I found two problems:

1- /home/pascal/Developpement/fluidsynth-2.2.3/src/midi/fluid_midi.c: In 
function ‘fluid_player_set_bpm’:

/home/pascal/Developpement/fluidsynth-2.2.3/src/midi/fluid_midi.c:2439:5: 
warning: ‘fluid_player_set_midi_tempo’ is deprecated [-Wdeprecated-declarations]

     return fluid_player_set_midi_tempo(player, 60000000L / bpm);

     ^~~~~~

/home/pascal/Developpement/fluidsynth-2.2.3/src/midi/fluid_midi.c:2416:5: note: 
declared here

 int fluid_player_set_midi_tempo(fluid_player_t *player, int tempo)

     ^~~~~~~~~~~~~~~~~~~~~~~~~~~

2- The test programs are not build (or not found), so "make test" does not work at all.

Test project /home/pascal/Developpement/fluidsynth-2.2.3/build

      Start  1: test_sample_cache

Could not find executable 
/home/pascal/Developpement/fluidsynth-2.2.3/build/test/test_sample_cache

...

0% tests passed, 25 tests failed out of 25

is there a new make target to build the test programs?

So, should I install the new release anyway?

Cheers,

Pascal

PS: My installed cmake version is 3.21.2, does it matters?

_______________________________________________
fluid-dev mailing list
fluid-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fluid-dev

Reply via email to