ladspa.h not found (Ubuntu 16.04)

MusE is a DAW for Linux with both MIDI and Audio editing. https://muse-sequencer.github.io

Moderators: MattKingUSA, khz, spamatica

Post Reply
fraslo
Established Member
Posts: 57
Joined: Sun Jun 28, 2015 2:51 pm
Has thanked: 2 times
Been thanked: 8 times

ladspa.h not found (Ubuntu 16.04)

Post 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
spamatica
Established Member
Posts: 573
Joined: Mon Feb 08, 2010 10:38 am
Has thanked: 80 times
Been thanked: 97 times

Re: ladspa.h not found (Ubuntu 16.04)

Post 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 ?
MusE DAW
fraslo
Established Member
Posts: 57
Joined: Sun Jun 28, 2015 2:51 pm
Has thanked: 2 times
Been thanked: 8 times

Re: ladspa.h not found (Ubuntu 16.04)

Post 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
spamatica
Established Member
Posts: 573
Joined: Mon Feb 08, 2010 10:38 am
Has thanked: 80 times
Been thanked: 97 times

Re: ladspa.h not found (Ubuntu 16.04)

Post by spamatica »

Aha, it might just be that the configure script is too stupid. delete the build dir before running ./compile_muse.sh again.
MusE DAW
fraslo
Established Member
Posts: 57
Joined: Sun Jun 28, 2015 2:51 pm
Has thanked: 2 times
Been thanked: 8 times

Re: ladspa.h not found (Ubuntu 16.04)

Post 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
fraslo
Established Member
Posts: 57
Joined: Sun Jun 28, 2015 2:51 pm
Has thanked: 2 times
Been thanked: 8 times

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

Post 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
Post Reply