Compilation problem
(Ubuntu 13.10)
I get this error :
make[3]: entrant dans le répertoire « /home/olivier/MuseScore/build.release »
[ 50%] [ 50%] [ 50%] [ 50%] Building CXX object mscore/CMakeFiles/mscore.dir/synthcontrol.cpp.o
Building CXX object mscore/CMakeFiles/mscore.dir/importove.cpp.o
Building CXX object mscore/CMakeFiles/mscore.dir/ruler.cpp.o
Building CXX object mscore/CMakeFiles/mscore.dir/ove.cpp.o
/home/olivier/MuseScore/mscore/synthcontrol.cpp: In constructor ‘Ms::SynthControl::SynthControl(QWidget*)’:
/home/olivier/MuseScore/mscore/synthcontrol.cpp:62:37: error: ‘createWindowContainer’ is not a member of ‘QWidget’
effectStackA->addWidget(QWidget::createWindowContainer(e->gui()));
^
/home/olivier/MuseScore/mscore/synthcontrol.cpp:69:37: error: ‘createWindowContainer’ is not a member of ‘QWidget’
effectStackB->addWidget(QWidget::createWindowContainer(e->gui()));
^
make[3]: *** [mscore/CMakeFiles/mscore.dir/synthcontrol.cpp.o] Erreur 1
Comments
If I'm not mistaken, that'a an indication that you don't have a sufficiently recent version of Qt. Has to be 5.1 or better..
Thanks Marc
In reply to That's right by lholivier
You may find this thread in Technology Preview helpful.
http://musescore.org/node/23173
In reply to That's right by lholivier
If you run a 64 bits Ubuntu, the nighlies that I upload in http://prereleases.musescore.org/linux/nightly/ should run.
If you run a 32 bits, I could help to automatize the uploading of your binaries, when you are successful.
In reply to to lholivier by robert leleu
I found this link (a bit out of date but usefull)
http://www.wikihow.com/Install-Qt-SDK-on-Ubuntu-Linux