Advertisement
Guest User

Untitled

a guest
Apr 28th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. root@localhost:~/Music/dashboard# /opt/Qt5.10.1/5.10.1/gcc_64/bin/qmake
  2. root@localhost:~/Music/dashboard# make
  3. cd app/ && ( test -e Makefile || /opt/Qt5.10.1/5.10.1/gcc_64/bin/qmake -o Makefile /root/Music/dashboard/app/app.pro ) && make -f Makefile
  4. make[1]: Entering directory '/root/Music/dashboard/app'
  5. g++ -Wl,-O1 -Wl,-rpath,/opt/Qt5.10.1/5.10.1/gcc_64/lib -o /root/Music/dashboard/package/root/bin/dashboard main.o translator.o qrc_dashboard.o qrc_images.o moc_translator.o -L/opt/Qt5.10.1/5.10.1/gcc_64/lib -lQt5Quick -lQt5Gui -lQt5Qml -lQt5Network -lQt5Core -lGL -lpthread
  6. make[1]: Leaving directory '/root/Music/dashboard/app'
  7. cd package/ && ( test -e Makefile || /opt/Qt5.10.1/5.10.1/gcc_64/bin/qmake -o Makefile /root/Music/dashboard/package/package.pro ) && make -f Makefile
  8. make[1]: Entering directory '/root/Music/dashboard/package'
  9. Makefile:654: warning: overriding recipe for target 'package'
  10. Makefile:248: warning: ignoring old recipe for target 'package'
  11. wgtpkg-pack -f -o dashboard.wgt root
  12. make[1]: wgtpkg-pack: Command not found
  13. Makefile:654: recipe for target 'package' failed
  14. make[1]: *** [package] Error 127
  15. make[1]: Leaving directory '/root/Music/dashboard/package'
  16. Makefile:70: recipe for target 'sub-package-make_first' failed
  17. make: *** [sub-package-make_first] Error 2
  18. root@localhost:~/Music/dashboard#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement