Error building pluginDocumentation

• Nov 17, 2018 - 05:34
Reported version
3.0
Priority
P2 - Medium
Type
Development
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project

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

Status active closed
Priority P2 - Medium

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.