Re: [fluid-dev] -DCMAKE_INSTALL_PREFIX ignored by cmake

2020-07-13 Thread midi-pascal
On 2020-07-13 1:37 p.m., Tom M. wrote: cmake .. -D-DCMAKE_INSTALL_PREFIX Find the typo :) Tom Hi, I feel dumb :-( Sorry about that. MP ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

Re: [fluid-dev] -DCMAKE_INSTALL_PREFIX ignored by cmake

2020-07-13 Thread Tom M. via fluid-dev
> cmake .. -D-DCMAKE_INSTALL_PREFIX Find the typo :) Tom ___ fluid-dev mailing list fluid-dev@nongnu.org https://lists.nongnu.org/mailman/listinfo/fluid-dev

[fluid-dev] -DCMAKE_INSTALL_PREFIX ignored by cmake

2020-07-13 Thread midi-pascal
Hi, I just downloaded version 2.1.4 from sources. When I want to build it (Ubuntu 18.04 LTS): cmake .. -D-DCMAKE_INSTALL_PREFIX=../target/ -DLIB_SUFFIX="" -DCMAKE_BUILD_TYPE=Debug gives: ** Build Summary: Build type:    Deb

Re: [fluid-dev] Ubuntu 20.04: Rosegarden - Fluidsynth version mismatch

2020-07-13 Thread Lorenzo Sutton
On 13/07/20 12:59, Tom M. via fluid-dev wrote: my old, working environment contains a file libfluidsynth.so.1 which appears to be a link to libfluidsynth.so.1.5.2 So, you need to make sure that your new working environment contains the same symlink and lib. Typically, this is done by install

Re: [fluid-dev] Ubuntu 20.04: Rosegarden - Fluidsynth version mismatch

2020-07-13 Thread Tom M. via fluid-dev
> my old, working environment contains a file libfluidsynth.so.1 which appears > to be a link to libfluidsynth.so.1.5.2 So, you need to make sure that your new working environment contains the same symlink and lib. Typically, this is done by installing libfluidsynth1 My clear recommendation tho