Page 1 of 1

ladspa.h not found (Ubuntu 16.04)

Posted: Mon Feb 05, 2018 6:32 pm
by fraslo
Hi,

trying to compile MusE 3.0.2 fails with "ladspa.h" not found, but it resides in "/usr/include". How can I fix this?

Thanks in advance

Frank

Re: ladspa.h not found (Ubuntu 16.04)

Posted: Mon Feb 05, 2018 8:18 pm
by spamatica
Hi,

Okay, that is odd, it should be enough, and that is where mine is located.
What procedure are you using to compile, any special flags to cmake, or just ./compile_muse.sh ?

Re: ladspa.h not found (Ubuntu 16.04)

Posted: Mon Feb 05, 2018 8:29 pm
by fraslo
Hi,

thanks for the quick reply. I am using just "./compile_muse.sh" without any flags, but installed missing packages after a few runs.

Frank

Re: ladspa.h not found (Ubuntu 16.04)

Posted: Mon Feb 05, 2018 8:39 pm
by spamatica
Aha, it might just be that the configure script is too stupid. delete the build dir before running ./compile_muse.sh again.

Re: ladspa.h not found (Ubuntu 16.04)

Posted: Mon Feb 05, 2018 8:40 pm
by fraslo
Hi,

removing the "build" folder did the trick, compiling right now. I will post a short minimal installation instruction later if I succeed.

Thanks again

Frank

[SOLVED] Re: ladspa.h not found (Ubuntu 16.04)

Posted: Mon Feb 05, 2018 9:02 pm
by fraslo
Hi,

(very) short minimal instructions for compiling Muse 3.0.2 using Ubuntu 16.04 LTS:

1. Install prerequisites for compiling:

Code: Select all

sudo apt install qttools5-dev qttools5-dev-tools libqt5svg5-dev ladspa-sdk git cmake libsndfile1-dev libsamplerate-ocaml-dev libjack-jackd2-dev
2. Follow the official compiling instructions.
3. Run muse3 ;)

These are only the mandatory dependencies to get started

Frank

Edit: prerequisites corrected