andrej-soroj

BE:Shell Error

Oct 24th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 7.33 KB | None | 0 0
  1. fox@linux-h6pz:~/be-shell/build> make
  2. Scanning dependencies of target be.shell_automoc
  3. Generating moc_tasks.cpp
  4. Generating moc_touchwheel.cpp
  5. Generating moc_vmenubar.cpp
  6. Generating moc_systray.cpp
  7. Generating moc_mediatray.cpp
  8. Generating moc_panel.cpp
  9. Generating moc_clock.cpp
  10. Generating moc_flowlayout.cpp
  11. Generating moc_trash.cpp
  12. Generating moc_desktop.cpp
  13. Generating moc_battery.cpp
  14. Generating moc_volume.cpp
  15. Generating moc_infocenter.cpp
  16. Generating moc_pager.cpp
  17. Generating moc_button.cpp
  18. Generating moc_hmenubar.cpp
  19. Generating moc_label.cpp
  20. Generating moc_runner.cpp
  21. Generating moc_globalmenu.cpp
  22. Generating moc_session.cpp
  23. Generating moc_claws.cpp
  24. [  0%] Built target be.shell_automoc
  25. [  2%] Generating moc_dbus_button.cxx
  26. [  4%] Generating moc_be.cxx
  27. [  7%] Generating moc_dbus_shell.cxx
  28. [  9%] Generating moc_dbus_desktop.cxx
  29. [ 12%] Generating moc_dbus_runner.cxx
  30. [ 14%] Generating moc_dbus_gmenu.cxx
  31. [ 17%] Generating moc_dbus_info.cxx
  32. [ 19%] Generating moc_dbus_claws.cxx
  33. Scanning dependencies of target be.shell
  34. [ 21%] Building CXX object CMakeFiles/be.shell.dir/be.shell_automoc.o
  35. In file included from /home/fox/be-shell/build/moc_tasks.cpp:10:0,
  36.                  from /home/fox/be-shell/build/be.shell_automoc.cpp:4:
  37. /home/fox/be-shell/build/../tasks.h:91:28: error: expected class-name before ‘,’ token
  38. In file included from /home/fox/be-shell/build/be.shell_automoc.cpp:4:0:
  39. /home/fox/be-shell/build/moc_tasks.cpp: In static member function ‘static void BE::Tasks::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)’:
  40. /home/fox/be-shell/build/moc_tasks.cpp:142:44: error: invalid static_cast from type ‘QObject*’ to type ‘BE::Tasks*
  41. In file included from /home/fox/be-shell/build/be.shell_automoc.cpp:4:0:
  42. /home/fox/be-shell/build/moc_tasks.cpp: At global scope:
  43. /home/fox/be-shell/build/moc_tasks.cpp:164:8: error: ‘QFrame’ has not been declared
  44. In file included from /usr/include/QtCore/qiodevice.h:46:0,
  45.                  from /usr/include/QtCore/qdatastream.h:46,
  46.                  from /usr/include/QtCore/qstringlist.h:46,
  47.                  from /usr/include/QtGui/qcolor.h:47,
  48.                  from /usr/include/QtGui/qpixmap.h:46,
  49.                  from /usr/include/QtGui/qicon.h:48,
  50.                  from /usr/include/QtGui/QIcon:1,
  51.                  from /home/fox/be-shell/build/../be.plugged.h:29,
  52.                  from /home/fox/be-shell/build/../tasks.h:25,
  53.                  from /home/fox/be-shell/build/moc_tasks.cpp:10,
  54.                  from /home/fox/be-shell/build/be.shell_automoc.cpp:4:
  55. /usr/include/QtCore/qobject.h: In member function ‘virtual const QMetaObject* BE::Tasks::metaObject() const’:
  56. /usr/include/QtCore/qobject.h:320:33: error: ‘QScopedPointer<QObjectData> QObject::d_ptr’ is protected
  57. In file included from /home/fox/be-shell/build/be.shell_automoc.cpp:4:0:
  58. /home/fox/be-shell/build/moc_tasks.cpp:174:21: error: within this context
  59. In file included from /usr/include/QtCore/qiodevice.h:46:0,
  60.                  from /usr/include/QtCore/qdatastream.h:46,
  61.                  from /usr/include/QtCore/qstringlist.h:46,
  62.                  from /usr/include/QtGui/qcolor.h:47,
  63.                  from /usr/include/QtGui/qpixmap.h:46,
  64.                  from /usr/include/QtGui/qicon.h:48,
  65.                  from /usr/include/QtGui/QIcon:1,
  66.                  from /home/fox/be-shell/build/../be.plugged.h:29,
  67.                  from /home/fox/be-shell/build/../tasks.h:25,
  68.                  from /home/fox/be-shell/build/moc_tasks.cpp:10,
  69.                  from /home/fox/be-shell/build/be.shell_automoc.cpp:4:
  70. /usr/include/QtCore/qobject.h:320:33: error: invalid use of non-static data member ‘QObject::d_ptr’
  71. In file included from /home/fox/be-shell/build/be.shell_automoc.cpp:4:0:
  72. /home/fox/be-shell/build/moc_tasks.cpp:174:21: error: from this location
  73. In file included from /usr/include/QtCore/qiodevice.h:46:0,
  74.                  from /usr/include/QtCore/qdatastream.h:46,
  75.                  from /usr/include/QtCore/qstringlist.h:46,
  76.                  from /usr/include/QtGui/qcolor.h:47,
  77.                  from /usr/include/QtGui/qpixmap.h:46,
  78.                  from /usr/include/QtGui/qicon.h:48,
  79.                  from /usr/include/QtGui/QIcon:1,
  80.                  from /home/fox/be-shell/build/../be.plugged.h:29,
  81.                  from /home/fox/be-shell/build/../tasks.h:25,
  82.                  from /home/fox/be-shell/build/moc_tasks.cpp:10,
  83.                  from /home/fox/be-shell/build/be.shell_automoc.cpp:4:
  84. /usr/include/QtCore/qobject.h:320:33: error: ‘QScopedPointer<QObjectData> QObject::d_ptr’ is protected
  85. In file included from /home/fox/be-shell/build/be.shell_automoc.cpp:4:0:
  86. /home/fox/be-shell/build/moc_tasks.cpp:174:50: error: within this context
  87. In file included from /usr/include/QtCore/qiodevice.h:46:0,
  88.                  from /usr/include/QtCore/qdatastream.h:46,
  89.                  from /usr/include/QtCore/qstringlist.h:46,
  90.                  from /usr/include/QtGui/qcolor.h:47,
  91.                  from /usr/include/QtGui/qpixmap.h:46,
  92.                  from /usr/include/QtGui/qicon.h:48,
  93.                  from /usr/include/QtGui/QIcon:1,
  94.                  from /home/fox/be-shell/build/../be.plugged.h:29,
  95.                  from /home/fox/be-shell/build/../tasks.h:25,
  96.                  from /home/fox/be-shell/build/moc_tasks.cpp:10,
  97.                  from /home/fox/be-shell/build/be.shell_automoc.cpp:4:
  98. /usr/include/QtCore/qobject.h:320:33: error: invalid use of non-static data member ‘QObject::d_ptr’
  99. In file included from /home/fox/be-shell/build/be.shell_automoc.cpp:4:0:
  100. /home/fox/be-shell/build/moc_tasks.cpp:174:50: error: from this location
  101. /home/fox/be-shell/build/moc_tasks.cpp: In member function ‘virtual void* BE::Tasks::qt_metacast(const char*)’:
  102. /home/fox/be-shell/build/moc_tasks.cpp:184:12: error: ‘QFrame’ has not been declared
  103. /home/fox/be-shell/build/moc_tasks.cpp: In member function ‘virtual int BE::Tasks::qt_metacall(QMetaObject::Call, int, void**)’:
  104. /home/fox/be-shell/build/moc_tasks.cpp:189:11: error: ‘QFrame’ has not been declared
  105. /home/fox/be-shell/build/moc_tasks.cpp:194:49: error: no matching function for call to ‘BE::Tasks::qt_static_metacall(BE::Tasks* const, QMetaObject::Call&, int&, void**&)
  106. /home/fox/be-shell/build/moc_tasks.cpp:194:49: note: candidate is:
  107. In file included from /home/fox/be-shell/build/be.shell_automoc.cpp:4:0:
  108. /home/fox/be-shell/build/moc_tasks.cpp:138:6: note: static void BE::Tasks::qt_static_metacall(QObject*, QMetaObject::Call, int, void**)
  109. /home/fox/be-shell/build/moc_tasks.cpp:138:6: note:   no known conversion for argument 1 from ‘BE::Tasks* const’ to ‘QObject*
  110. In file included from /home/fox/be-shell/build/be.shell_automoc.cpp:4:0:
  111. /home/fox/be-shell/build/moc_tasks.cpp: In member function ‘virtual void* BE::Tasks::qt_metacast(const char*)’:
  112. /home/fox/be-shell/build/moc_tasks.cpp:185:1: error: control reaches end of non-void function [-Werror=return-type]
  113. /home/fox/be-shell/build/moc_tasks.cpp: In member function ‘virtual const QMetaObject* BE::Tasks::metaObject() const’:
  114. /home/fox/be-shell/build/moc_tasks.cpp:175:1: error: control reaches end of non-void function [-Werror=return-type]
  115. cc1plus: some warnings being treated as errors
  116. make[2]: *** [CMakeFiles/be.shell.dir/be.shell_automoc.o] Error 1
  117. make[1]: *** [CMakeFiles/be.shell.dir/all] Error 2
  118. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment