Advertisement
Guest User

Untitled

a guest
Dec 4th, 2010
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.39 KB | None | 0 0
  1. g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DDATADIR="/usr/local/share" -DPKGDATADIR="" -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I.moc -I.ui -o .obj/qjackctlMainForm.o qjackctlMainForm.cpp
  2. qjackctlMainForm.cpp:65:26: error: QDBusInterface: No such file or directory
  3. qjackctlMainForm.cpp: In destructor 'virtual qjackctlMainForm::~qjackctlMainForm()':
  4. qjackctlMainForm.cpp:424: warning: possible problem detected in invocation of delete operator:
  5. qjackctlMainForm.cpp:424: warning: invalid use of incomplete type 'struct QDBusInterface'
  6. qjackctlMainForm.h:54: warning: forward declaration of 'struct QDBusInterface'
  7. qjackctlMainForm.cpp:424: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
  8. qjackctlMainForm.cpp:426: warning: possible problem detected in invocation of delete operator:
  9. qjackctlMainForm.cpp:426: warning: invalid use of incomplete type 'struct QDBusInterface'
  10. qjackctlMainForm.h:54: warning: forward declaration of 'struct QDBusInterface'
  11. qjackctlMainForm.cpp:426: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
  12. qjackctlMainForm.cpp: In member function 'bool qjackctlMainForm::setup(qjackctlSetup*)':
  13. qjackctlMainForm.cpp:604: error: 'QDBusConnection' was not declared in this scope
  14. qjackctlMainForm.cpp:604: error: expected ';' before 'dbus'
  15. qjackctlMainForm.cpp:605: error: 'dbus' was not declared in this scope
  16. qjackctlMainForm.cpp:653: error: expected ';' before 'dbusc'
  17. qjackctlMainForm.cpp:658: error: 'dbusc' was not declared in this scope
  18. qjackctlMainForm.cpp:658: error: invalid use of incomplete type 'struct QDBusInterface'
  19. qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
  20. qjackctlMainForm.cpp:659: error: 'QDBusMessage' was not declared in this scope
  21. qjackctlMainForm.cpp:659: error: expected ';' before 'dbusm'
  22. qjackctlMainForm.cpp:660: error: 'dbusm' was not declared in this scope
  23. qjackctlMainForm.cpp:660: error: 'QDBusMessage' is not a class or namespace
  24. qjackctlMainForm.cpp:664: error: invalid use of incomplete type 'struct QDBusInterface'
  25. qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
  26. qjackctlMainForm.cpp:669: error: invalid use of incomplete type 'struct QDBusInterface'
  27. qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
  28. qjackctlMainForm.cpp:670: error: invalid use of incomplete type 'struct QDBusInterface'
  29. qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
  30. qjackctlMainForm.cpp:671: error: invalid use of incomplete type 'struct QDBusInterface'
  31. qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
  32. qjackctlMainForm.cpp:675: error: invalid use of incomplete type 'struct QDBusInterface'
  33. qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
  34. qjackctlMainForm.cpp:676: error: invalid use of incomplete type 'struct QDBusInterface'
  35. qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
  36. qjackctlMainForm.cpp:677: error: invalid use of incomplete type 'struct QDBusInterface'
  37. qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
  38. qjackctlMainForm.cpp:682: error: invalid use of incomplete type 'struct QDBusInterface'
  39. qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
  40. qjackctlMainForm.cpp:683: error: invalid use of incomplete type 'struct QDBusInterface'
  41. qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
  42. qjackctlMainForm.cpp:685: error: invalid use of incomplete type 'struct QDBusInterface'
  43. qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
  44. qjackctlMainForm.cpp:685: error: invalid use of incomplete type 'struct QDBusInterface'
  45. qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
  46. qjackctlMainForm.cpp:695: error: invalid use of incomplete type 'struct QDBusInterface'
  47. qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
  48. qjackctlMainForm.cpp:697: warning: possible problem detected in invocation of delete operator:
  49. qjackctlMainForm.cpp:697: warning: invalid use of incomplete type 'struct QDBusInterface'
  50. qjackctlMainForm.h:54: warning: forward declaration of 'struct QDBusInterface'
  51. qjackctlMainForm.cpp:697: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined.
  52. qjackctlMainForm.cpp: In member function 'void qjackctlMainForm::startJack()':
  53. qjackctlMainForm.cpp:1183: error: 'QDBusMessage' was not declared in this scope
  54. qjackctlMainForm.cpp:1183: error: expected ';' before 'dbusm'
  55. qjackctlMainForm.cpp:1184: error: 'dbusm' was not declared in this scope
  56. qjackctlMainForm.cpp:1184: error: 'QDBusMessage' is not a class or namespace
  57. qjackctlMainForm.cpp: In member function 'void qjackctlMainForm::stopJackServer()':
  58. qjackctlMainForm.cpp:1307: error: 'QDBusMessage' was not declared in this scope
  59. qjackctlMainForm.cpp:1307: error: expected ';' before 'dbusm'
  60. qjackctlMainForm.cpp:1308: error: 'dbusm' was not declared in this scope
  61. qjackctlMainForm.cpp:1308: error: 'QDBusMessage' is not a class or namespace
  62. qjackctlMainForm.cpp: In member function 'void qjackctlMainForm::jackStarted()':
  63. qjackctlMainForm.cpp:1380: error: invalid use of incomplete type 'struct QDBusInterface'
  64. qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
  65. qjackctlMainForm.cpp: In member function 'void qjackctlMainForm::jackCleanup()':
  66. qjackctlMainForm.cpp:1440: error: invalid use of incomplete type 'struct QDBusInterface'
  67. qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
  68. qjackctlMainForm.cpp: In member function 'bool qjackctlMainForm::setDBusParameter(const QStringList&, const QVariant&, bool)':
  69. qjackctlMainForm.cpp:3743: error: 'QDBusMessage' was not declared in this scope
  70. qjackctlMainForm.cpp:3743: error: expected ';' before 'dbusm'
  71. qjackctlMainForm.cpp:3746: error: 'dbusm' was not declared in this scope
  72. qjackctlMainForm.cpp:3746: error: 'QDBusMessage' is not a class or namespace
  73. qjackctlMainForm.cpp: In member function 'bool qjackctlMainForm::resetDBusParameter(const QStringList&)':
  74. qjackctlMainForm.cpp:3775: error: 'QDBusMessage' was not declared in this scope
  75. qjackctlMainForm.cpp:3775: error: expected ';' before 'dbusm'
  76. qjackctlMainForm.cpp:3777: error: 'dbusm' was not declared in this scope
  77. qjackctlMainForm.cpp:3777: error: 'QDBusMessage' is not a class or namespace
  78. qjackctlMainForm.cpp: In member function 'QVariant qjackctlMainForm::getDBusParameter(const QStringList&)':
  79. qjackctlMainForm.cpp:3806: error: 'QDBusMessage' was not declared in this scope
  80. qjackctlMainForm.cpp:3806: error: expected ';' before 'dbusm'
  81. qjackctlMainForm.cpp:3808: error: 'dbusm' was not declared in this scope
  82. qjackctlMainForm.cpp:3808: error: 'QDBusMessage' is not a class or namespace
  83. qjackctlMainForm.cpp:3817: error: 'dbusm' was not declared in this scope
  84. make[2]: *** [.obj/qjackctlMainForm.o] Error 1
  85. make[2]: Leaving directory `/home/avp/soft/build/sound/qjackctl/qjackctl-rev668/src'
  86. make[1]: *** [sub-src-make_default] Error 2
  87. make[1]: Leaving directory `/home/avp/soft/build/sound/qjackctl/qjackctl-rev668'
  88. make: *** [src/qjackctl] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement