[SOLVED] Building on Debian 11 Bookworm/Testing

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

Moderators: MattKingUSA, khz, spamatica

Post Reply
User avatar
oscillator
Established Member
Posts: 1127
Joined: Sat Jan 17, 2015 6:07 pm
Location: SWEDEN
Has thanked: 725 times
Been thanked: 296 times
Contact:

[SOLVED] Building on Debian 11 Bookworm/Testing

Post by oscillator »

If you like me follow the build instructions (https://github.com/muse-sequencer/muse/ ... src/README), partly written by me, you will get an error when running

Code: Select all

./compile_muse.sh

It looks like this

CMake Error at CMakeLists.txt:34 (find_package):
Could not find a package configuration file provided by "ECM" with any of
the following names:

Code: Select all

ECMConfig.cmake
ecm-config.cmake

Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
to a directory containing one of the above files. If "ECM" provides a
separate development package or SDK, be sure it has been installed.

The solution is to install the package

Code: Select all

sudo apt install extra-cmake-modules

Maybe this will be useful to someone else.

MusE DAW running on Debian 11 Testing/XFCE4.
https://oscillator.se/musik

folderol
Established Member
Posts: 2072
Joined: Mon Sep 28, 2015 8:06 pm
Location: Here, of course!
Has thanked: 224 times
Been thanked: 400 times
Contact:

Re: [SOLVED] Building on Debian 11 Bookworm/Testing

Post by folderol »

I meant to mention that too, but forgot :(
Quite a lot of these build failure messages are most unhelpful as they don't tell your what the package name is :roll:

The Yoshimi guy {apparently now an 'elderly'}
User avatar
Min
Established Member
Posts: 5
Joined: Tue Feb 13, 2018 4:03 am
Has thanked: 4 times
Been thanked: 4 times
Contact:

Re: [SOLVED] Building on Debian 11 Bookworm/Testing

Post by Min »

oscillator wrote: Tue Feb 07, 2023 6:58 pm

If you like me follow the build instructions (https://github.com/muse-sequencer/muse/ ... src/README), partly written by me, you will get an error when running

Code: Select all

./compile_muse.sh

It looks like this

CMake Error at CMakeLists.txt:34 (find_package):
Could not find a package configuration file provided by "ECM" with any of
the following names:

Code: Select all

ECMConfig.cmake
ecm-config.cmake

Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
to a directory containing one of the above files. If "ECM" provides a
separate development package or SDK, be sure it has been installed.

The solution is to install the package

Code: Select all

sudo apt install extra-cmake-modules

Maybe this will be useful to someone else.

It worked for me on xubuntu 22.04 LTS. thank you! ^ ^

Post Reply