Compilation error

• Aug 19, 2014 - 14:03
Type
Functional
Severity
S2 - Critical
Status
closed
Project

In file included from /home/olivier/MuseScore/build.release/mscore/moc_scoreaccessibility.cpp:9:0:
/home/olivier/MuseScore/build.release/mscore/../../mscore/scoreaccessibility.h:6:28: fatal error: QAccessibleWidget: Aucun fichier ou dossier de ce type (No file or directory of this type)
#include
^
compilation terminated.
make[3]: *** [mscore/CMakeFiles/mscore.dir/moc_scoreaccessibility.cpp.o] Erreur 1


Comments

Not sure, see the following lines
if test ! -d build.release; then mkdir build.release; fi; \
cd build.release; \
export PATH=/home/olivier/Qt5/5.3/gcc_64/bin:/home/olivier/Qt5.2.1/5.2.1/gcc_64/bin:/home/olivier/Qt5.2.1/5.2.1/gcc/bin:/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games;

Qt must be install from qt-opensource-linux-x64-5.3.1.run
and i had to install libEGL1-mesa-dev with synaptic
(I'm running Ubuntu 14.04)
It's all right now.