fluid-dev
[Top][All Lists]
Advanced

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

[fluid-dev] Problems building 2.2.3 on Ubuntu 18.04


From: midi-pascal
Subject: [fluid-dev] Problems building 2.2.3 on Ubuntu 18.04
Date: Sat, 11 Sep 2021 14:15:21 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

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?


reply via email to

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