Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- qjackctlMainForm.cpp:65:26: error: QDBusInterface: No such file or directory
- qjackctlMainForm.cpp: In destructor 'virtual qjackctlMainForm::~qjackctlMainForm()':
- qjackctlMainForm.cpp:424: warning: possible problem detected in invocation of delete operator:
- qjackctlMainForm.cpp:424: warning: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: warning: forward declaration of 'struct QDBusInterface'
- 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.
- qjackctlMainForm.cpp:426: warning: possible problem detected in invocation of delete operator:
- qjackctlMainForm.cpp:426: warning: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: warning: forward declaration of 'struct QDBusInterface'
- 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.
- qjackctlMainForm.cpp: In member function 'bool qjackctlMainForm::setup(qjackctlSetup*)':
- qjackctlMainForm.cpp:604: error: 'QDBusConnection' was not declared in this scope
- qjackctlMainForm.cpp:604: error: expected ';' before 'dbus'
- qjackctlMainForm.cpp:605: error: 'dbus' was not declared in this scope
- qjackctlMainForm.cpp:653: error: expected ';' before 'dbusc'
- qjackctlMainForm.cpp:658: error: 'dbusc' was not declared in this scope
- qjackctlMainForm.cpp:658: error: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
- qjackctlMainForm.cpp:659: error: 'QDBusMessage' was not declared in this scope
- qjackctlMainForm.cpp:659: error: expected ';' before 'dbusm'
- qjackctlMainForm.cpp:660: error: 'dbusm' was not declared in this scope
- qjackctlMainForm.cpp:660: error: 'QDBusMessage' is not a class or namespace
- qjackctlMainForm.cpp:664: error: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
- qjackctlMainForm.cpp:669: error: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
- qjackctlMainForm.cpp:670: error: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
- qjackctlMainForm.cpp:671: error: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
- qjackctlMainForm.cpp:675: error: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
- qjackctlMainForm.cpp:676: error: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
- qjackctlMainForm.cpp:677: error: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
- qjackctlMainForm.cpp:682: error: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
- qjackctlMainForm.cpp:683: error: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
- qjackctlMainForm.cpp:685: error: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
- qjackctlMainForm.cpp:685: error: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
- qjackctlMainForm.cpp:695: error: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
- qjackctlMainForm.cpp:697: warning: possible problem detected in invocation of delete operator:
- qjackctlMainForm.cpp:697: warning: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: warning: forward declaration of 'struct QDBusInterface'
- 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.
- qjackctlMainForm.cpp: In member function 'void qjackctlMainForm::startJack()':
- qjackctlMainForm.cpp:1183: error: 'QDBusMessage' was not declared in this scope
- qjackctlMainForm.cpp:1183: error: expected ';' before 'dbusm'
- qjackctlMainForm.cpp:1184: error: 'dbusm' was not declared in this scope
- qjackctlMainForm.cpp:1184: error: 'QDBusMessage' is not a class or namespace
- qjackctlMainForm.cpp: In member function 'void qjackctlMainForm::stopJackServer()':
- qjackctlMainForm.cpp:1307: error: 'QDBusMessage' was not declared in this scope
- qjackctlMainForm.cpp:1307: error: expected ';' before 'dbusm'
- qjackctlMainForm.cpp:1308: error: 'dbusm' was not declared in this scope
- qjackctlMainForm.cpp:1308: error: 'QDBusMessage' is not a class or namespace
- qjackctlMainForm.cpp: In member function 'void qjackctlMainForm::jackStarted()':
- qjackctlMainForm.cpp:1380: error: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
- qjackctlMainForm.cpp: In member function 'void qjackctlMainForm::jackCleanup()':
- qjackctlMainForm.cpp:1440: error: invalid use of incomplete type 'struct QDBusInterface'
- qjackctlMainForm.h:54: error: forward declaration of 'struct QDBusInterface'
- qjackctlMainForm.cpp: In member function 'bool qjackctlMainForm::setDBusParameter(const QStringList&, const QVariant&, bool)':
- qjackctlMainForm.cpp:3743: error: 'QDBusMessage' was not declared in this scope
- qjackctlMainForm.cpp:3743: error: expected ';' before 'dbusm'
- qjackctlMainForm.cpp:3746: error: 'dbusm' was not declared in this scope
- qjackctlMainForm.cpp:3746: error: 'QDBusMessage' is not a class or namespace
- qjackctlMainForm.cpp: In member function 'bool qjackctlMainForm::resetDBusParameter(const QStringList&)':
- qjackctlMainForm.cpp:3775: error: 'QDBusMessage' was not declared in this scope
- qjackctlMainForm.cpp:3775: error: expected ';' before 'dbusm'
- qjackctlMainForm.cpp:3777: error: 'dbusm' was not declared in this scope
- qjackctlMainForm.cpp:3777: error: 'QDBusMessage' is not a class or namespace
- qjackctlMainForm.cpp: In member function 'QVariant qjackctlMainForm::getDBusParameter(const QStringList&)':
- qjackctlMainForm.cpp:3806: error: 'QDBusMessage' was not declared in this scope
- qjackctlMainForm.cpp:3806: error: expected ';' before 'dbusm'
- qjackctlMainForm.cpp:3808: error: 'dbusm' was not declared in this scope
- qjackctlMainForm.cpp:3808: error: 'QDBusMessage' is not a class or namespace
- qjackctlMainForm.cpp:3817: error: 'dbusm' was not declared in this scope
- make[2]: *** [.obj/qjackctlMainForm.o] Error 1
- make[2]: Leaving directory `/home/avp/soft/build/sound/qjackctl/qjackctl-rev668/src'
- make[1]: *** [sub-src-make_default] Error 2
- make[1]: Leaving directory `/home/avp/soft/build/sound/qjackctl/qjackctl-rev668'
- make: *** [src/qjackctl] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement