musescore / musescore/MuseScore
Muse Framework build fails
Open
@RomanPudashkin is already working on this.
Since May 15, 2026.
- Dominant language
- C++
- Stars
- 15.1k
- Forks
- 3.3k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 91
Description
Issue type
Choose option...
Description with steps to reproduce
- Checkout latest main and run
git submodule update --init --recursive - Build using
./build.cmakein Git Bash on Windows - Find that Muse Framework does not compile, it shows more than 100 errors and aborts
Error message (German because that's my Windows language)
...
C:\src\musescore\builds\1\muse\framework\ui\muse_ui_autogen\include_RelWithDebInfo\OTUN7GXZT4\moc_iconcodes.cpp(729,13): error C2143: Syntaxfehler: Es fehlt ";" vor "{" [C:\src\musescore\builds\1\muse\framework\ui\muse_ui.vcxproj]
(Quelldatei „../../muse/framework/ui/CMakeFiles/muse_ui.dir/Unity/unity_2_cxx.cxx“ wird kompiliert)
C:\src\musescore\builds\1\muse\framework\ui\muse_ui_autogen\include_RelWithDebInfo\OTUN7GXZT4\moc_iconcodes.cpp(729,13): error C1003: Mehr als 100 Fehler gefunden; Kompilierung wird abgebrochen. [C:\src\musescore\builds\1\muse\framework\ui\muse_ui.vcxproj]
(Quelldatei „../../muse/framework/ui/CMakeFiles/muse_ui.dir/Unity/unity_2_cxx.cxx“ wird kompiliert)
...
CMake Error at build.cmake:249 (message):
Build step failed with status 1. See output above for details.
### Supporting files, videos and screenshots
not applicable
### In which versions of MuseScore Studio is this issue present?
latest checkout on main
### Regression
Choose option...
### Operating system
Windows 11
### Additional context
Maybe this issue is relevant, but I'm not using G++ but MSVC since Windows:
https://github.com/musescore/muse_framework/issues/18
### Checklist
- [x] This report follows the [guidelines](https://github.com/musescore/MuseScore/wiki/Reporting-bugs-and-issues) for reporting bugs and issues
- [x] I have verified that this issue has not been logged before, by searching the [issue tracker](https://github.com/musescore/MuseScore/issues) for similar issues
- [x] I have attached all requested files and information to this report
- [x] I have attempted to identify the root problem as concisely as possible, and have used minimal reproducible examples where possible
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.