Error building pluginDocumentation
When I build Build MuseScore, Everything goes well until when it tries to build pluginDocumentation. I get Error -1073741515
.
And the log says the following:
manual\CMakeFiles\pluginDocumentation.dir\build.make:59: recipe for target 'pluginDocumentation' failed
mingw32-make.exe[2]: *** [pluginDocumentation] Error -1073741515
CMakeFiles\Makefile2:8157: recipe for target 'manual/CMakeFiles/pluginDocumentation.dir/all' failed
Makefile:150: recipe for target 'all' failed
mingw32-make.exe[1]: *** [manual/CMakeFiles/pluginDocumentation.dir/all] Error 2
mingw32-make.exe: *** [all] Error 2
00:20:34: The process "C:\Program Files\CMake\bin\cmake.exe" exited with code 2.
I'm compiling under QtCreator, and I've compiled MuseScore several times on other machines, but never encountered this.
It seems like something is not working in manual/CMakeLists.txt
, But I'm not able to say anything more.
Thanks
Comments
Forgot a step in https://musescore.org/en/handbook/developers-handbook/compilation/compi…
Edit: Did not change anything
Doing that last change did not solve the problem
Works for me on all 3 OSs. Could you double check the instructions, not Qt4 one, but Qt5. Note, mingw is not officially supported, try MSVC (Visual Studio) instead.
still it works for me, MinGW, Qt 5.9 and 5.12
And it is QtCreator 4, not Qt 4, so correct.