as indicated in
http://musescore.org/fr/node/31906#comment-133466
my uploading of 32bits linux compilation are identical since 14/08/2014

I checked that from 15/08/2014 there is in fact no compilation
I just tried again, with my usual script and the terminal (see attachment) reports errors and erreurs Speciifically line 300 shows clearly that the 'mscore' file has not been compiled

One notices that 'make' is run twice (line 153). It seems that the 'make install', finding no 'mscore' file, defaults to a 'make' command.

I'm just unable to understand what happens.

Thanks to any help.


leleu@serveur:~/musescore$ ./mscoremaj >log
[sudo] password for leleu: swapon: /mnt/1024MiB.swap : échec de swapon: 
Périphérique ou ressource occupé
cat: ./mscore/revision.h: Aucun fichier ou dossier de ce type

** (zenity:4536): WARNING **: Couldn't connect to accessibility bus: Failed to 
connect to socket /tmp/dbus-SVaU69WWDn: Connexion refusée
found Doxygen
Alsa found.
Pulseaudio found.
portaudio detected /usr/include /usr/lib/i386-linux-gnu -lportaudio -lasound 
-lm -lpthread
In file included from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qflags.h:47:0,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qglobal.h:991,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qnamespace.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobjectdefs.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobject.h:48,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qabstractanimation.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/QtCore:4,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGuiDepends:2,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGui:3,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:32,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qtypeinfo.h: In instantiation of ‘class 
QTypeInfo<QSslError>’:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:384:31:   required from ‘void 
QList<T>::node_copy(QList<T>::Node*, QList<T>::Node*, QList<T>::Node*) [with T 
= QSslError]’
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:728:54:   required from 
‘QList<T>::QList(const QList<T>&) [with T = QSslError]’
/home/leleu/musescore/MuseScore/build.release/mscore/moc_webpage.cpp:223:132:   
required from here
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qtypeinfo.h:65:26: error: invalid 
application of ‘sizeof’ to incomplete type ‘QSslError’
         isLarge = (sizeof(T)>sizeof(void*)),
                          ^
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qtypeinfo.h:67:24: error: invalid 
application of ‘sizeof’ to incomplete type ‘QSslError’
         sizeOf = sizeof(T)
                        ^
In file included from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobject.h:51:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qabstractanimation.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/QtCore:4,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGuiDepends:2,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGui:3,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:32,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h: In instantiation of ‘void 
QList<T>::node_copy(QList<T>::Node*, QList<T>::Node*, QList<T>::Node*) [with T 
= QSslError]’:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:728:54:   required from 
‘QList<T>::QList(const QList<T>&) [with T = QSslError]’
/home/leleu/musescore/MuseScore/build.release/mscore/moc_webpage.cpp:223:132:   
required from here
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:387:28: error: invalid use of 
incomplete type ‘class QSslError’
                 current->v = new T(*reinterpret_cast<T*>(src->v));
                            ^
In file included from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/qwebview.h:29:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/QWebView:1,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:35,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtNetwork/qnetworkaccessmanager.h:61:7: error: 
forward declaration of ‘class QSslError’
 class QSslError;
       ^
In file included from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobject.h:51:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qabstractanimation.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/QtCore:4,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGuiDepends:2,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGui:3,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:32,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:393:17: warning: possible 
problem detected in invocation of delete operator: [enabled by default]
                 delete reinterpret_cast<T*>(current->v);
                 ^
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:393:17: warning: invalid use of 
incomplete type ‘class QSslError’ [enabled by default]
In file included from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/qwebview.h:29:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/QWebView:1,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:35,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtNetwork/qnetworkaccessmanager.h:61:7: 
warning: forward declaration of ‘class QSslError’ [enabled by default]
 class QSslError;
       ^
In file included from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobject.h:51:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qabstractanimation.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/QtCore:4,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGuiDepends:2,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGui:3,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:32,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:393:17: note: neither the 
destructor nor the class-specific operator delete will be called, even if they 
are declared when the class is defined
                 delete reinterpret_cast<T*>(current->v);
                 ^
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:400:17: error: invalid use of 
incomplete type ‘class QSslError’
                 new (current) T(*reinterpret_cast<T*>(src));
                 ^
In file included from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/qwebview.h:29:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/QWebView:1,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:35,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtNetwork/qnetworkaccessmanager.h:61:7: error: 
forward declaration of ‘class QSslError’
 class QSslError;
       ^
In file included from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobject.h:51:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qabstractanimation.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/QtCore:4,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGuiDepends:2,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGui:3,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:32,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:406:17: error: invalid use of 
incomplete type ‘class QSslError’
                 (reinterpret_cast<T*>(current))->~T();
                 ^
In file included from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/qwebview.h:29:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/QWebView:1,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:35,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtNetwork/qnetworkaccessmanager.h:61:7: error: 
forward declaration of ‘class QSslError’
 class QSslError;
       ^
In file included from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobject.h:51:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qabstractanimation.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/QtCore:4,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGuiDepends:2,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGui:3,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:32,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h: In instantiation of ‘void 
QList<T>::node_destruct(QList<T>::Node*, QList<T>::Node*) [with T = QSslError]’:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:762:68:   required from ‘void 
QList<T>::dealloc(QListData::Data*) [with T = QSslError]’
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:737:18:   required from 
‘QList<T>::~QList() [with T = QSslError]’
/home/leleu/musescore/MuseScore/build.release/mscore/moc_webpage.cpp:223:132:   
required from here
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:419:31: warning: possible 
problem detected in invocation of delete operator: [enabled by default]
         while(from != to) --to, delete reinterpret_cast<T*>(to->v);
                               ^
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:419:31: warning: invalid use of 
incomplete type ‘class QSslError’ [enabled by default]
In file included from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/qwebview.h:29:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/QWebView:1,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:35,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtNetwork/qnetworkaccessmanager.h:61:7: 
warning: forward declaration of ‘class QSslError’ [enabled by default]
 class QSslError;
       ^
In file included from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobject.h:51:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qabstractanimation.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/QtCore:4,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGuiDepends:2,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGui:3,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:32,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:419:31: note: neither the 
destructor nor the class-specific operator delete will be called, even if they 
are declared when the class is defined
         while(from != to) --to, delete reinterpret_cast<T*>(to->v);
                               ^
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:421:32: error: invalid use of 
incomplete type ‘class QSslError’
         while (from != to) --to, reinterpret_cast<T*>(to)->~T();
                                ^
In file included from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/qwebview.h:29:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/QWebView:1,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:35,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtNetwork/qnetworkaccessmanager.h:61:7: error: 
forward declaration of ‘class QSslError’
 class QSslError;
       ^
make[3]: *** [mscore/CMakeFiles/mscore.dir/moc_webpage.cpp.o] Erreur 1
make[3]: *** Attente des tâches non terminées....
make[2]: *** [mscore/CMakeFiles/mscore.dir/all] Erreur 2
make[1]: *** [all] Erreur 2
make: *** [release] Erreur 2
found Doxygen
Alsa found.
Pulseaudio found.
portaudio detected /usr/include /usr/lib/i386-linux-gnu -lportaudio -lasound 
-lm -lpthread
In file included from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qflags.h:47:0,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qglobal.h:991,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qnamespace.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobjectdefs.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobject.h:48,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qabstractanimation.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/QtCore:4,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGuiDepends:2,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGui:3,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:32,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qtypeinfo.h: In instantiation of ‘class 
QTypeInfo<QSslError>’:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:384:31:   required from ‘void 
QList<T>::node_copy(QList<T>::Node*, QList<T>::Node*, QList<T>::Node*) [with T 
= QSslError]’
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:728:54:   required from 
‘QList<T>::QList(const QList<T>&) [with T = QSslError]’
/home/leleu/musescore/MuseScore/build.release/mscore/moc_webpage.cpp:223:132:   
required from here
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qtypeinfo.h:65:26: error: invalid 
application of ‘sizeof’ to incomplete type ‘QSslError’
         isLarge = (sizeof(T)>sizeof(void*)),
                          ^
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qtypeinfo.h:67:24: error: invalid 
application of ‘sizeof’ to incomplete type ‘QSslError’
         sizeOf = sizeof(T)
                        ^
In file included from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobject.h:51:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qabstractanimation.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/QtCore:4,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGuiDepends:2,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGui:3,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:32,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h: In instantiation of ‘void 
QList<T>::node_copy(QList<T>::Node*, QList<T>::Node*, QList<T>::Node*) [with T 
= QSslError]’:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:728:54:   required from 
‘QList<T>::QList(const QList<T>&) [with T = QSslError]’
/home/leleu/musescore/MuseScore/build.release/mscore/moc_webpage.cpp:223:132:   
required from here
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:387:28: error: invalid use of 
incomplete type ‘class QSslError’
                 current->v = new T(*reinterpret_cast<T*>(src->v));
                            ^
In file included from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/qwebview.h:29:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/QWebView:1,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:35,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtNetwork/qnetworkaccessmanager.h:61:7: error: 
forward declaration of ‘class QSslError’
 class QSslError;
       ^
In file included from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobject.h:51:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qabstractanimation.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/QtCore:4,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGuiDepends:2,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGui:3,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:32,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:393:17: warning: possible 
problem detected in invocation of delete operator: [enabled by default]
                 delete reinterpret_cast<T*>(current->v);
                 ^
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:393:17: warning: invalid use of 
incomplete type ‘class QSslError’ [enabled by default]
In file included from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/qwebview.h:29:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/QWebView:1,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:35,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtNetwork/qnetworkaccessmanager.h:61:7: 
warning: forward declaration of ‘class QSslError’ [enabled by default]
 class QSslError;
       ^
In file included from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobject.h:51:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qabstractanimation.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/QtCore:4,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGuiDepends:2,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGui:3,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:32,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:393:17: note: neither the 
destructor nor the class-specific operator delete will be called, even if they 
are declared when the class is defined
                 delete reinterpret_cast<T*>(current->v);
                 ^
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:400:17: error: invalid use of 
incomplete type ‘class QSslError’
                 new (current) T(*reinterpret_cast<T*>(src));
                 ^
In file included from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/qwebview.h:29:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/QWebView:1,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:35,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtNetwork/qnetworkaccessmanager.h:61:7: error: 
forward declaration of ‘class QSslError’
 class QSslError;
       ^
In file included from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobject.h:51:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qabstractanimation.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/QtCore:4,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGuiDepends:2,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGui:3,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:32,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:406:17: error: invalid use of 
incomplete type ‘class QSslError’
                 (reinterpret_cast<T*>(current))->~T();
                 ^
In file included from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/qwebview.h:29:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/QWebView:1,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:35,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtNetwork/qnetworkaccessmanager.h:61:7: error: 
forward declaration of ‘class QSslError’
 class QSslError;
       ^
In file included from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobject.h:51:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qabstractanimation.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/QtCore:4,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGuiDepends:2,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGui:3,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:32,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h: In instantiation of ‘void 
QList<T>::node_destruct(QList<T>::Node*, QList<T>::Node*) [with T = QSslError]’:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:762:68:   required from ‘void 
QList<T>::dealloc(QListData::Data*) [with T = QSslError]’
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:737:18:   required from 
‘QList<T>::~QList() [with T = QSslError]’
/home/leleu/musescore/MuseScore/build.release/mscore/moc_webpage.cpp:223:132:   
required from here
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:419:31: warning: possible 
problem detected in invocation of delete operator: [enabled by default]
         while(from != to) --to, delete reinterpret_cast<T*>(to->v);
                               ^
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:419:31: warning: invalid use of 
incomplete type ‘class QSslError’ [enabled by default]
In file included from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/qwebview.h:29:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/QWebView:1,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:35,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtNetwork/qnetworkaccessmanager.h:61:7: 
warning: forward declaration of ‘class QSslError’ [enabled by default]
 class QSslError;
       ^
In file included from /home/leleu/Qt/5.1.1/gcc/include/QtCore/qobject.h:51:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qabstractanimation.h:45,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtCore/QtCore:4,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGuiDepends:2,
                 from /home/leleu/Qt/5.1.1/gcc/include/QtGui/QtGui:3,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:32,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:419:31: note: neither the 
destructor nor the class-specific operator delete will be called, even if they 
are declared when the class is defined
         while(from != to) --to, delete reinterpret_cast<T*>(to->v);
                               ^
/home/leleu/Qt/5.1.1/gcc/include/QtCore/qlist.h:421:32: error: invalid use of 
incomplete type ‘class QSslError’
         while (from != to) --to, reinterpret_cast<T*>(to)->~T();
                                ^
In file included from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/qwebview.h:29:0,
                 from 
/home/leleu/Qt/5.1.1/gcc/include/QtWebKitWidgets/QWebView:1,
                 from /home/leleu/musescore/MuseScore/build.release/all.h:35,
                 from <command-line>:0:
/home/leleu/Qt/5.1.1/gcc/include/QtNetwork/qnetworkaccessmanager.h:61:7: error: 
forward declaration of ‘class QSslError’
 class QSslError;
       ^
make[3]: *** [mscore/CMakeFiles/mscore.dir/moc_webpage.cpp.o] Erreur 1
make[3]: *** Attente des tâches non terminées....
make[2]: *** [mscore/CMakeFiles/mscore.dir/all] Erreur 2
make[1]: *** [all] Erreur 2
make: *** [release] Erreur 2
tar: mscore : stat impossible: Aucun fichier ou dossier de ce type
tar: Arrêt avec code d'échec à cause des erreurs précédentes

** (zenity:5020): WARNING **: Couldn't connect to accessibility bus: Failed to 
connect to socket /tmp/dbus-SVaU69WWDn: Connexion refusée
leleu@serveur:~/musescore$ 
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Mscore-developer mailing list
Mscore-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mscore-developer

Reply via email to