Can't build MuseScore 2.2.1
I successfully build MuseScore 3.0 . I tried to build MuseScore 2.2.1 and error is occurred . I followed all the instructions for Ubuntu 12.04 to build MuseScore. Please help me to fix this error.
ERROR - ":-1: error: [manual/CMakeFiles/genManual.dir/genManual_automoc.cpp.o] Error 1"
Attachment | Size |
---|---|
Screenshot from 2018-05-04 18-26-49.png | 232.71 KB |
Comments
If you hit the "Compile Output" button at the bottom of the QtCreator window, you'll get more useful info on what the actual problem is. My guess for now is that you don't have the necessary Qt 5.4 libraries on your system in addition to the more recent version you obviously do have since you were able to build master.
In reply to If you hit the "Compile… by Marc Sabatella
Thank You. Here I attached Compile output. Please have a look and help me to fix this error.
In reply to Thank You. Here I attached… by nalani
You are trying to build MuseScore 2.2.1 with Qt 5.10, but need 5.4.
Also the directory name "MuseScore 2.2.1" seems to cause issues due to the space in the name
In reply to You are trying to build… by Jojo-Schmitz
Is it impossible to build MuseScore 2.2.1 with QT 5.10?
What are the possible MuseScore 2.x versions to build with Qt 5.10?
In reply to Is it impossible to build… by nalani
MuseScore 2.x needs Qt 5.4, at least on Windows and when build with the mingw toolchain
Master uses Qt 5.9, when using 5.10 for any, you're on your own...