1. ==> Starting build()...
  2. g++ -c -pipe -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DTRANSLATIONS_PATH=\\\"/usr/share/kdocker/i18n\\\" -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/opt/qt/mkspecs/default -I. -Isolutions/qtsingleapplication -I. -Isrc -I/usr/include/X11 -I/opt/qt/include -Ibuild/ -o build/qtsingleapplication.o solutions/qtsingleapplication/qtsingleapplication.cpp
  3. g++ -c -pipe -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DTRANSLATIONS_PATH=\\\"/usr/share/kdocker/i18n\\\" -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/opt/qt/mkspecs/default -I. -Isolutions/qtsingleapplication -I. -Isrc -I/usr/include/X11 -I/opt/qt/include -Ibuild/ -o build/qtlocalpeer.o solutions/qtsingleapplication/qtlocalpeer.cpp
  4. g++ -c -pipe -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DTRANSLATIONS_PATH=\\\"/usr/share/kdocker/i18n\\\" -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/opt/qt/mkspecs/default -I. -Isolutions/qtsingleapplication -I. -Isrc -I/usr/include/X11 -I/opt/qt/include -Ibuild/ -o build/application.o src/application.cpp
  5. g++ -c -pipe -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DTRANSLATIONS_PATH=\\\"/usr/share/kdocker/i18n\\\" -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/opt/qt/mkspecs/default -I. -Isolutions/qtsingleapplication -I. -Isrc -I/usr/include/X11 -I/opt/qt/include -Ibuild/ -o build/constants.o src/constants.cpp
  6. g++ -c -pipe -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DTRANSLATIONS_PATH=\\\"/usr/share/kdocker/i18n\\\" -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/opt/qt/mkspecs/default -I. -Isolutions/qtsingleapplication -I. -Isrc -I/usr/include/X11 -I/opt/qt/include -Ibuild/ -o build/kdocker.o src/kdocker.cpp
  7. g++ -c -pipe -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DTRANSLATIONS_PATH=\\\"/usr/share/kdocker/i18n\\\" -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/opt/qt/mkspecs/default -I. -Isolutions/qtsingleapplication -I. -Isrc -I/usr/include/X11 -I/opt/qt/include -Ibuild/ -o build/main.o src/main.cpp
  8. g++ -c -pipe -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -DTRANSLATIONS_PATH=\\\"/usr/share/kdocker/i18n\\\" -DQT_NO_DEBUG -DQT_SHARED -DQT_THREAD_SUPPORT -I/opt/qt/mkspecs/default -I. -Isolutions/qtsingleapplication -I. -Isrc -I/usr/include/X11 -I/opt/qt/include -Ibuild/ -o build/scanner.o src/scanner.cpp
  9. <command-line>:0:20: warning: missing terminating " character [enabled by default]<command-line>:0:20: warning: missing terminating " character [enabled by default]
  10.  
  11. In file included from solutions/qtsingleapplication/qtsingleapplication.cpp:48:0:
  12. solutions/qtsingleapplication/qtsingleapplication.h:48:30: fatal error: QtGui/QApplication: No such file or directory
  13. In file included from solutions/qtsingleapplication/qtlocalpeer.cpp:48:0:
  14. solutions/qtsingleapplication/qtlocalpeer.h:48:34: fatal error: QtNetwork/QLocalServer: No such file or directorycompilation terminated.
  15.  
  16. compilation terminated.
  17. <command-line>:0:20: warning: missing terminating " character [enabled by default]
  18. In file included from solutions/qtsingleapplication/QtSingleApplication:1:0,
  19. from src/application.h:23,
  20. from src/application.cpp:20:
  21. solutions/qtsingleapplication/qtsingleapplication.h:48:30: fatal error: QtGui/QApplication: No such file or directory
  22. compilation terminated.
  23. make: *** [build/qtsingleapplication.o] Error 1
  24. make: *** Waiting for unfinished jobs....
  25. make: *** [build/application.o] Error 1
  26. <command-line>:0:20: warning: missing terminating " character [enabled by default]
  27. In file included from src/constants.cpp:20:0:
  28. src/constants.h:23:19: fatal error: QObject: No such file or directorymake:
  29. *** [build/qtlocalpeer.o] Error 1
  30. compilation terminated.
  31. <command-line>:0:20: warning: missing terminating " character [enabled by default]
  32. make: *** [build/constants.o] Error 1
  33. src/main.cpp:21:28: fatal error: QCoreApplication: No such file or directory
  34. compilation terminated.
  35. <command-line>:0:20: warning: missing terminating " character [enabled by default]
  36. <command-line>:0:20: warning: missing terminating " character [enabled by default]src/kdocker.cpp:21:28: fatal error: QCoreApplication: No such file or directory
  37.  
  38. compilation terminated.
  39. src/scanner.cpp:20:28: fatal error: QCoreApplication: No such file or directory
  40. compilation terminated.
  41. make: *** [build/main.o] Error 1
  42. make: *** [build/scanner.o] Error 1
  43. make: *** [build/kdocker.o] Error 1
  44. ==> ERROR: A failure occurred in build().
  45. Aborting...
  46. ==> ERROR: Makepkg was unable to build kdocker.
  47. ==> Restart building kdocker ? [y/N]