Am Montag, 27. Mai 2019 18:21 CEST, Loic de MONTAIGNAC <lo...@montaignac.com> schrieb:
> > Pushing my investigation further with apt list | grep <libname> I found > that quite a few of the missing libs/drivers (Alsa, Jack, PortAudio, > PulseAudio etc...) are actually installed by default on my system > (Ubuntu Mate release 18.10 64-bit) but I am baffled why CMake doesn't > find them. > > Being a Linux and Fluidsynth beginner, I am pretty sure I am overlooking > something but after now 2 full afternoons 'chewing' on this, I am stuck > and any help would be greatly appreciated. For CMAKE to to be able to compile against these libraries you need to ensure that the development packages for those libraries are installed as well, so for libjack you need to install libjack-dev etc. HTH, RalfD > Kind regards > > Loic de Montaignac > > > _______________________________________________ > fluid-dev mailing list > fluid-dev@nongnu.org > https://lists.nongnu.org/mailman/listinfo/fluid-dev _______________________________________________ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev