I'm unable to install gcc-4.8 on my Mint15, and this gcc is requested to compile Musescore.
Gcc-4.8 seems to be native in the next Mint. o I'm waiting it.
BTW, Lasconic suggested I could maintain a PPA instead of producing nightlies. But PPA works only for Ubuntu and its «children».
@FredPaul (and others………) : Which Linux do you run ?
The last trial is shown in attachment which is stopped by
CMake Error at mscore/CMakeLists.txt:165 (QT5_ADD_RESOURCES):
Unknown CMake command "QT5_ADD_RESOURCES".
Line 165 is :
if (APPLE)
QT4_ADD_RESOURCES (qrc_files musescore-apple.qrc)
else (APPLE)
165 QT5_ADD_RESOURCES (qrc_files musescore.qrc)
endif (APPLE)
musescore.qrc is in …/Musescore/mscore
and now? Does someone knows why Cmake refuses musescore.qrc ???
Comments
Robert Leleu is working on this.
See #20743: [Linux] Error when launching a nightly build: binary file and http://musescore.org/en/node/22817
They're having problems with the Linux nightly build at the moment - a problem with the GCC compiler I think.
The Linux nightlies will return when these have been sorted out.
In reply to They're having problems with by ChurchOrganist
I'm unable to install gcc-4.8 on my Mint15, and this gcc is requested to compile Musescore.
Gcc-4.8 seems to be native in the next Mint. o I'm waiting it.
BTW, Lasconic suggested I could maintain a PPA instead of producing nightlies. But PPA works only for Ubuntu and its «children».
@FredPaul (and others………) : Which Linux do you run ?
In reply to Indeed by robert leleu
actually i am using gcc 4.7.3 (on kubuntu)
In reply to gcc by [DELETED] 3
is in attachment 1
this is the result of installing Qt5, and Alsa (this last from a lot of depending downloaded packages)
Alsa seems to be installed (attachment 2), and the only relevant Google https://bbs.archlinux.org/viewtopic.php?pid=1266690 isn't explicit for me.
So I'm client for help
Thanks
In reply to the farthest I compile by robert leleu
The last trial is shown in attachment which is stopped by
CMake Error at mscore/CMakeLists.txt:165 (QT5_ADD_RESOURCES):
Unknown CMake command "QT5_ADD_RESOURCES".
Line 165 is :
if (APPLE)
QT4_ADD_RESOURCES (qrc_files musescore-apple.qrc)
else (APPLE)
165 QT5_ADD_RESOURCES (qrc_files musescore.qrc)
endif (APPLE)
musescore.qrc is in …/Musescore/mscore
and now? Does someone knows why Cmake refuses musescore.qrc ???