Build with Ninja fails: error: dependency cycle

• Jan 16, 2020 - 07:10
Reported version
3.x-dev
Type
Development
Frequency
Few
Severity
S4 - Minor
Reproducibility
Always
Status
active
Regression
No
Workaround
Yes
Project

> cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=./RelWithDebInfo -DBUILD_PORTAUDIO=OFF -DBUILD_PORTMIDI=OFF -DBUILD_JACK=OFF -G Ninja ..

> ninja -j4
ninja: error: dependency cycle: mops1 -> CMakeFiles/mops1 -> all.h -> libmscore/libmscore_autogen -> libmscore/CMakeFiles/libmscore_autogen -> mops1

I'm on Gentoo Linux.
This is the first time I tried to compile MuseScore.
Used current master (commit 1279610c)


Comments

There that issue doesn't exist as far as I can tell (I'm using MinGW too and it works)
Hmm, not in the current latest 3.x at least, but there was such an issue a couple days ago, got fixed pretty quickly then though