Suddenly compiling mscore-3.0 from git source fails on fedora-25
Until some days before, I was able to build mscore-3.0.0 from the git tree without any problem on Fedora 25. But suddenly, the make process fails.
I used the following commands:
cd
git pull
gmake revision && sudo gmake install
See the script file of the make process in the attached file mscore.make_.txt, especially the tail of that attachment
Attachment | Size |
---|---|
mscore.make_.txt | 46 KB |
Comments
Do you have Qt 5.8 installed? As of latest this is the Minimum Version required
Your build complains about
#include
QHelpEngine not found
My qt5 install: 5.7.1.2 on Fedora 25
That explains it then
See 847d365
Bummer! qt-5.8 not available for Fedora 25.
.
revert that particular part of the above mentioned commit?
Hmm, no, it is needed for Q_ENUM_NS used in the same commit