Guest User

Untitled

a guest
Nov 21st, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.66 KB | None | 0 0
  1. cd data/ && make -f Makefile
  2. make[1]: Entering directory `/home/rottingdead/esperanza-0.4.0/data'
  3. /usr/bin/qmake -o Makefile data.pro
  4. make[1]: Leaving directory `/home/rottingdead/esperanza-0.4.0/data'
  5. make[1]: Entering directory `/home/rottingdead/esperanza-0.4.0/data'
  6. make[1]: Nothing to be done for `first'.
  7. make[1]: Leaving directory `/home/rottingdead/esperanza-0.4.0/data'
  8. cd src/ && make -f Makefile
  9. make[1]: Entering directory `/home/rottingdead/esperanza-0.4.0/src'
  10. cd tools/ && make -f Makefile
  11. make[2]: Entering directory `/home/rottingdead/esperanza-0.4.0/src/tools'
  12. cd globalshortcut/ && make -f Makefile
  13. make[3]: Entering directory `/home/rottingdead/esperanza-0.4.0/src/tools/globalshortcut'
  14. /usr/bin/qmake -o Makefile globalshortcut.pro
  15. make[3]: Leaving directory `/home/rottingdead/esperanza-0.4.0/src/tools/globalshortcut'
  16. make[3]: Entering directory `/home/rottingdead/esperanza-0.4.0/src/tools/globalshortcut'
  17. make[3]: Nothing to be done for `first'.
  18. make[3]: Leaving directory `/home/rottingdead/esperanza-0.4.0/src/tools/globalshortcut'
  19. cd grepshortcutkeydlg/ && make -f Makefile
  20. make[3]: Entering directory `/home/rottingdead/esperanza-0.4.0/src/tools/grepshortcutkeydlg'
  21. /usr/bin/qmake -o Makefile grepshortcutkeydlg.pro
  22. WARNING: /home/rottingdead/esperanza-0.4.0/src/tools/grepshortcutkeydlg/grepshortcutkeydlg.pro:7: Variable INTERFACES is deprecated; use FORMS instead.
  23. make[3]: Leaving directory `/home/rottingdead/esperanza-0.4.0/src/tools/grepshortcutkeydlg'
  24. make[3]: Entering directory `/home/rottingdead/esperanza-0.4.0/src/tools/grepshortcutkeydlg'
  25. make[3]: Nothing to be done for `first'.
  26. make[3]: Leaving directory `/home/rottingdead/esperanza-0.4.0/src/tools/grepshortcutkeydlg'
  27. make[2]: Leaving directory `/home/rottingdead/esperanza-0.4.0/src/tools'
  28. cd dialogs/ && make -f Makefile
  29. make[2]: Entering directory `/home/rottingdead/esperanza-0.4.0/src/dialogs'
  30. cd medialibdialog/ && make -f Makefile
  31. make[3]: Entering directory `/home/rottingdead/esperanza-0.4.0/src/dialogs/medialibdialog'
  32. /usr/bin/qmake -o Makefile medialibdialog.pro
  33. make[3]: Leaving directory `/home/rottingdead/esperanza-0.4.0/src/dialogs/medialibdialog'
  34. make[3]: Entering directory `/home/rottingdead/esperanza-0.4.0/src/dialogs/medialibdialog'
  35. g++ -c -pipe -O2 -fPIC -Wall -W -Wno-unused-parameter -D_REENTRANT -fPIC -D_DEBUG -DQT_NO_DEBUG -DQT_STATICPLUGIN -DQT_PLUGIN -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 -I../../ui -I../../lib -I../../dialogs -I../../tools -I/usr/include/xmms2 -I. -o plugin.o plugin.cpp
  36. In file included from ../../ui/esperanza_plugin.h:20:0,
  37. from plugin.h:17,
  38. from plugin.cpp:17:
  39. ../../lib/xclient.h:83:37: error: ‘slot_type’ in class ‘Xmms::DisconnectCallback’ does not name a type
  40. ../../lib/xclient.h:83:74: error: ISO C++ forbids declaration of ‘slot’ with no type
  41. ../../lib/xclient.h: In member function ‘void XClient::setDisconnectCallback(const int&)’:
  42. ../../lib/xclient.h:83:119: error: invalid conversion from ‘int’ to ‘boost::function<void()>::clear_type*’
  43. ../../lib/xclient.h:83:119: error: initializing argument 1 of ‘boost::function<R()>::function(boost::function<R()>::clear_type*) [with R = void]’
  44. make[3]: *** [plugin.o] Error 1
  45. make[3]: Leaving directory `/home/rottingdead/esperanza-0.4.0/src/dialogs/medialibdialog'
  46. make[2]: *** [sub-medialibdialog-make_default-ordered] Error 2
  47. make[2]: Leaving directory `/home/rottingdead/esperanza-0.4.0/src/dialogs'
  48. make[1]: *** [sub-dialogs-make_default-ordered] Error 2
  49. make[1]: Leaving directory `/home/rottingdead/esperanza-
Add Comment
Please, Sign In to add comment