Re: [fluid-dev] help with installing FluidSynth

2019-06-08 Thread Ceresa Jean-Jacques
this CMake's option. jjc     > Message du 05/06/19 19:35 > De : "Tom M." > A : "FluidSynth mailing list" > Copie à : > Objet : Re: [fluid-dev] help with installing FluidSynth > > It seems that readline support is mistakenly activated because the >

Re: [fluid-dev] help with installing FluidSynth

2019-06-07 Thread Or Raphael Bidusa
We understoof the problem We had to add ./ before that: fluidsynth -i VintageDreamsWaves-v2.sf2 midioutput.midi -r 44100 Thank you very much Keep doing an excellent job ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listi

Re: [fluid-dev] help with installing FluidSynth

2019-06-06 Thread Or Raphael Bidusa
We have entered the build folder and then to the src folder via the msys2 command shell and run the command: fluidsynth -i VintageDreamsWaves-v2.sf2 midioutput.midi -r 44100 and it wrote to us: -bash: fluidsynth: command not found Maybe if we mention the use we want it for, it will help. we want

Re: [fluid-dev] help with installing FluidSynth

2019-06-06 Thread Tom M.
Please make sure to include the mailing list when replying to this email and do not change the subject line. > We don’t know about the readline support so we have tried what you suggested > and when we tried to run it, it wrote “The application was unable to start > correctly (0xc07b)”. we

Re: [fluid-dev] help with installing FluidSynth

2019-06-05 Thread Tom M.
It seems that readline support is mistakenly activated because the header was found. However the library seems to miss. I've committed a fix for that. If you need readline support, make sure it is installed. If you don't need readline or don't know about it you may alternatively disable it explicit

[fluid-dev] help with installing FluidSynth

2019-06-05 Thread Or Raphael Bidusa
Hi there, We are trying to download via msys2 and we attach what it shows while installing. The problem is, that eventually, when we try to run it, it says that libreadline8.dll (and in our opinion some more) is missing and that we should re-install it. Therefore, we would really appreciate it if