Advertisement
Guest User

Untitled

a guest
Jun 17th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. pi@raspberrypi:~/deconz-cli-plugin $ qmake && make
  2. make -f Makefile.Release
  3. make[1]: Entering directory '/home/pi/deconz-cli-plugin'
  4. g++ -c -pipe -Wno-attributes -O2 -Wall -W -D_REENTRANT -fPIC -DDECONZ_DLLSPEC=Q_DECL_IMPORT -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -I../.. -I../../common -isystem /usr/include/arm-linux-gnueabihf/qt5 -isystem /usr/include/arm-linux-gnueabihf/qt5/QtGui -isystem /usr/include/arm-linux-gnueabihf/qt5/QtNetwork -isystem /usr/include/arm-linux-gnueabihf/qt5/QtCore -Irelease -I/usr/lib/arm-linux-gnueabihf/qt5/mkspecs/linux-g++ -o release/deconz_cli_plugin.o deconz_cli_plugin.cpp
  5. In file included from deconz_cli_plugin.cpp:10:
  6. deconz_cli_plugin.h:17:4: error: #error "The basic aps plugin requires at least deCONZ library version 1.1.0."
  7. #error "The basic aps plugin requires at least deCONZ library version 1.1.0."
  8. ^~~~~
  9. deconz_cli_plugin.h:28:42: error: ‘deCONZ’ has not been declared
  10. class CliPlugin : public QObject, public deCONZ::NodeInterface {
  11. ^~~~~~
  12. deconz_cli_plugin.h:28:50: error: expected ‘{’ before ‘NodeInterface’
  13. class CliPlugin : public QObject, public deCONZ::NodeInterface {
  14. ^~~~~~~~~~~~~
  15. In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qobject.h:46,
  16. from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qplugin.h:43,
  17. from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QtPlugin:1,
  18. from deconz_cli_plugin.cpp:8:
  19. deconz_cli_plugin.h:29:5: error: expected primary-expression before ‘public’
  20. Q_OBJECT
  21. ^~~~~~~~
  22. deconz_cli_plugin.h:29:5: error: expected ‘}’ before ‘public’
  23. In file included from deconz_cli_plugin.cpp:10:
  24. deconz_cli_plugin.h:28:64: note: to match this ‘{’
  25. class CliPlugin : public QObject, public deCONZ::NodeInterface {
  26. ^
  27. In file included from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qglobal.h:105,
  28. from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qnamespace.h:43,
  29. from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qobjectdefs.h:48,
  30. from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qobject.h:46,
  31. from /usr/include/arm-linux-gnueabihf/qt5/QtCore/qplugin.h:43,
  32. from /usr/include/arm-linux-gnueabihf/qt5/QtCore/QtPlugin:1,
  33. from deconz_cli_plugin.cpp:8:
  34. deconz_cli_plugin.h:29:5: error: expected declaration before end of line
  35. Q_OBJECT
  36. ^~~~~~~~
  37. make[1]: *** [Makefile.Release:221: release/deconz_cli_plugin.o] Error 1
  38. make[1]: Leaving directory '/home/pi/deconz-cli-plugin'
  39. make: *** [Makefile:40: release] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement