Advertisement
Guest User

vhd-decode build failure

a guest
Mar 9th, 2021
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.18 KB | None | 0 0
  1. make -j16 all
  2. cc -O2 -Wno-deprecated-declarations -o ld-ldf-reader ld-ldf-reader.c -lavcodec -lavutil -lavformat
  3. python3 setup.py build
  4. make: git: Command not found
  5. make: git: Command not found
  6. cd tools && qmake -recursive PREFIX="/usr/local" BRANCH="" COMMIT=""
  7. ld-ldf-reader.c:26:10: fatal error: libavutil/samplefmt.h: No such file or directory
  8. 26 | #include <libavutil/samplefmt.h>
  9. | ^~~~~~~~~~~~~~~~~~~~~~~
  10. compilation terminated.
  11. Info: creating stash file /home/user/Downloads/ld-decode-vhs_decode/tools/.qmake.stash
  12. Reading /home/user/Downloads/ld-decode-vhs_decode/tools/ld-analyse/ld-analyse.pro
  13. make: *** [Makefile:40: ld-ldf-reader] Error 1
  14. make: *** Waiting for unfinished jobs....
  15. running build
  16. running build_py
  17. creating build
  18. creating build/lib
  19. creating build/lib/lddecode
  20. copying lddecode/core.py -> build/lib/lddecode
  21. copying lddecode/commpy_filters.py -> build/lib/lddecode
  22. copying lddecode/utils.py -> build/lib/lddecode
  23. copying lddecode/fdls.py -> build/lib/lddecode
  24. copying lddecode/efm_pll.py -> build/lib/lddecode
  25. copying lddecode/utils_logging.py -> build/lib/lddecode
  26. copying lddecode/__init__.py -> build/lib/lddecode
  27. copying lddecode/utils_plotting.py -> build/lib/lddecode
  28. copying lddecode/fft8.py -> build/lib/lddecode
  29. running build_scripts
  30. creating build/scripts-3.8
  31. copying and adjusting cx-expander -> build/scripts-3.8
  32. copying and adjusting ld-cut -> build/scripts-3.8
  33. copying and adjusting ld-decode -> build/scripts-3.8
  34. copying scripts/ld-compress -> build/scripts-3.8
  35. changing mode of build/scripts-3.8/cx-expander from 664 to 775
  36. changing mode of build/scripts-3.8/ld-cut from 664 to 775
  37. changing mode of build/scripts-3.8/ld-decode from 664 to 775
  38. Reading /home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder/ld-chroma-decoder.pro
  39. Reading /home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder/encoder/encoder.pro
  40. Reading /home/user/Downloads/ld-decode-vhs_decode/tools/ld-discmap/ld-discmap.pro
  41. Reading /home/user/Downloads/ld-decode-vhs_decode/tools/ld-dropout-correct/ld-dropout-correct.pro
  42. Reading /home/user/Downloads/ld-decode-vhs_decode/tools/ld-export-metadata/ld-export-metadata.pro
  43. Reading /home/user/Downloads/ld-decode-vhs_decode/tools/ld-lds-converter/ld-lds-converter.pro
  44. Reading /home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-efm/ld-process-efm.pro
  45. Reading /home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-vbi/ld-process-vbi.pro
  46. Reading /home/user/Downloads/ld-decode-vhs_decode/tools/ld-disc-stacker/ld-disc-stacker.pro
  47. Reading /home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-vits/ld-process-vits.pro
  48. Reading /home/user/Downloads/ld-decode-vhs_decode/tools/library/filter/testfilter/testfilter.pro
  49. Reading /home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc/testvbidecoder/testvbidecoder.pro
  50. make -C tools
  51. make[1]: Entering directory '/home/user/Downloads/ld-decode-vhs_decode/tools'
  52. cd ld-analyse/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/user/Downloads/ld-decode-vhs_decode/tools/ld-analyse/ld-analyse.pro PREFIX=/usr/local BRANCH= COMMIT= ) && make -f Makefile
  53. cd ld-chroma-decoder/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder/ld-chroma-decoder.pro PREFIX=/usr/local BRANCH= COMMIT= ) && make -f Makefile
  54. cd ld-chroma-decoder/encoder/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder/encoder/encoder.pro PREFIX=/usr/local BRANCH= COMMIT= ) && make -f Makefile
  55. cd ld-discmap/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/user/Downloads/ld-decode-vhs_decode/tools/ld-discmap/ld-discmap.pro PREFIX=/usr/local BRANCH= COMMIT= ) && make -f Makefile
  56. cd ld-dropout-correct/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/user/Downloads/ld-decode-vhs_decode/tools/ld-dropout-correct/ld-dropout-correct.pro PREFIX=/usr/local BRANCH= COMMIT= ) && make -f Makefile
  57. cd ld-export-metadata/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/user/Downloads/ld-decode-vhs_decode/tools/ld-export-metadata/ld-export-metadata.pro PREFIX=/usr/local BRANCH= COMMIT= ) && make -f Makefile
  58. cd ld-lds-converter/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/user/Downloads/ld-decode-vhs_decode/tools/ld-lds-converter/ld-lds-converter.pro PREFIX=/usr/local BRANCH= COMMIT= ) && make -f Makefile
  59. cd ld-process-efm/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-efm/ld-process-efm.pro PREFIX=/usr/local BRANCH= COMMIT= ) && make -f Makefile
  60. cd ld-process-vbi/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-vbi/ld-process-vbi.pro PREFIX=/usr/local BRANCH= COMMIT= ) && make -f Makefile
  61. cd ld-disc-stacker/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/user/Downloads/ld-decode-vhs_decode/tools/ld-disc-stacker/ld-disc-stacker.pro PREFIX=/usr/local BRANCH= COMMIT= ) && make -f Makefile
  62. cd ld-process-vits/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-vits/ld-process-vits.pro PREFIX=/usr/local BRANCH= COMMIT= ) && make -f Makefile
  63. cd library/filter/testfilter/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/user/Downloads/ld-decode-vhs_decode/tools/library/filter/testfilter/testfilter.pro PREFIX=/usr/local BRANCH= COMMIT= ) && make -f Makefile
  64. cd library/tbc/testvbidecoder/ && ( test -e Makefile || /usr/lib/qt5/bin/qmake -o Makefile /home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc/testvbidecoder/testvbidecoder.pro PREFIX=/usr/local BRANCH= COMMIT= ) && make -f Makefile
  65. make[2]: Entering directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-export-metadata'
  66. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o csv.o csv.cpp
  67. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o ffmetadata.o ffmetadata.cpp
  68. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o main.o main.cpp
  69. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o lddecodemetadata.o ../library/tbc/lddecodemetadata.cpp
  70. make[2]: Entering directory '/home/user/Downloads/ld-decode-vhs_decode/tools/library/filter/testfilter'
  71. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I.. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o testfilter.o testfilter.cpp
  72. make[2]: Entering directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-vits'
  73. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o lddecodemetadata.o ../library/tbc/lddecodemetadata.cpp
  74. make[2]: Entering directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-efm'
  75. /usr/lib/qt5/bin/uic aboutdialog.ui -o ui_aboutdialog.h
  76. make[2]: Entering directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-lds-converter'
  77. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o dataconverter.o dataconverter.cpp
  78. make[2]: Entering directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder/encoder'
  79. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../library/filter -I../../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o main.o main.cpp
  80. make[2]: Entering directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-dropout-correct'
  81. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o correctorpool.o correctorpool.cpp
  82. make[2]: Entering directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-analyse'
  83. /usr/lib/qt5/bin/uic blacksnranalysisdialog.ui -o ui_blacksnranalysisdialog.h
  84. make[2]: Entering directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder'
  85. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o comb.o comb.cpp
  86. make[2]: Entering directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-disc-stacker'
  87. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o main.o main.cpp
  88. make[2]: Entering directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-vbi'
  89. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o closedcaption.o closedcaption.cpp
  90. make[2]: Entering directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-discmap'
  91. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o lddecodemetadata.o ../library/tbc/lddecodemetadata.cpp
  92. make[2]: Entering directory '/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc/testvbidecoder'
  93. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I.. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o testvbidecoder.o testvbidecoder.cpp
  94. /usr/lib/qt5/bin/uic mainwindow.ui -o ui_mainwindow.h
  95. /usr/lib/qt5/bin/uic busydialog.ui -o ui_busydialog.h
  96. /usr/lib/qt5/bin/uic closedcaptionsdialog.ui -o ui_closedcaptionsdialog.h
  97. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o audio.o Datatypes/audio.cpp
  98. /usr/lib/qt5/bin/uic mainwindow.ui -o ui_mainwindow.h
  99. /usr/lib/qt5/bin/uic oscilloscopedialog.ui -o ui_oscilloscopedialog.h
  100. /usr/lib/qt5/bin/uic aboutdialog.ui -o ui_aboutdialog.h
  101. /usr/lib/qt5/bin/uic chromadecoderconfigdialog.ui -o ui_chromadecoderconfigdialog.h
  102. chromadecoderconfigdialog.ui: Warning: The name 'verticalSpacer_4' (QSpacerItem) is already in use, defaulting to 'verticalSpacer_41'.
  103. /usr/lib/qt5/bin/uic vbidialog.ui -o ui_vbidialog.h
  104. /usr/lib/qt5/bin/uic dropoutanalysisdialog.ui -o ui_dropoutanalysisdialog.h
  105. /usr/lib/qt5/bin/uic whitesnranalysisdialog.ui -o ui_whitesnranalysisdialog.h
  106. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -I../ld-chroma-decoder -isystem /usr/local/include/opencv -isystem /usr/include/qwt -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o blacksnranalysisdialog.o blacksnranalysisdialog.cpp
  107. In file included from blacksnranalysisdialog.cpp:25:
  108. blacksnranalysisdialog.h:31:10: fatal error: qwt_plot.h: No such file or directory
  109. 31 | #include <qwt_plot.h>
  110. | ^~~~~~~~~~~~
  111. compilation terminated.
  112. make[2]: *** [Makefile:777: blacksnranalysisdialog.o] Error 1
  113. make[2]: Leaving directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-analyse'
  114. make[1]: *** [Makefile:59: sub-ld-analyse-make_first] Error 2
  115. make[1]: *** Waiting for unfinished jobs....
  116. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -I.. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o vbidecoder.o ../vbidecoder.cpp
  117. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o f1frame.o Datatypes/f1frame.cpp
  118. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o f2frame.o Datatypes/f2frame.cpp
  119. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o main.o main.cpp
  120. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o vbidecoder.o ../library/tbc/vbidecoder.cpp
  121. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o decoderpool.o decoderpool.cpp
  122. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o logging.o ../library/tbc/logging.cpp
  123. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../library/filter -I../../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o palencoder.o palencoder.cpp
  124. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o dropouts.o ../library/tbc/dropouts.cpp
  125. g++ -Wl,-O1 -o testvbidecoder testvbidecoder.o vbidecoder.o /usr/lib/x86_64-linux-gnu/libQt5Gui.so /usr/lib/x86_64-linux-gnu/libQt5Core.so /usr/lib/x86_64-linux-gnu/libGL.so -lpthread
  126. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o f3frame.o Datatypes/f3frame.cpp
  127. make[2]: Leaving directory '/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc/testvbidecoder'
  128. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o section.o Datatypes/section.cpp
  129. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o lddecodemetadata.o ../library/tbc/lddecodemetadata.cpp
  130. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o logging.o ../library/tbc/logging.cpp
  131. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o sector.o Datatypes/sector.cpp
  132. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o decoder.o decoder.cpp
  133. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o decoderpool.o decoderpool.cpp
  134. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o framecanvas.o framecanvas.cpp
  135. g++ -Wl,-O1 -o testfilter testfilter.o /usr/lib/x86_64-linux-gnu/libQt5Gui.so /usr/lib/x86_64-linux-gnu/libQt5Core.so /usr/lib/x86_64-linux-gnu/libGL.so -lpthread
  136. make[2]: Leaving directory '/home/user/Downloads/ld-decode-vhs_decode/tools/library/filter/testfilter'
  137. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o main.o main.cpp
  138. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o monodecoder.o monodecoder.cpp
  139. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o main.o main.cpp
  140. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o tracktime.o Datatypes/tracktime.cpp
  141. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../library/filter -I../../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o lddecodemetadata.o ../../library/tbc/lddecodemetadata.cpp
  142. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o main.o main.cpp
  143. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o c1circ.o Decoders/c1circ.cpp
  144. g++ -pipe -O2 -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/data/dummy.cpp
  145. /usr/lib/qt5/bin/moc -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-lds-converter/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-lds-converter -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include dataconverter.h -o moc_dataconverter.cpp
  146. g++ -Wl,-O1 -o ld-export-metadata csv.o ffmetadata.o main.o lddecodemetadata.o vbidecoder.o logging.o dropouts.o /usr/lib/x86_64-linux-gnu/libQt5Core.so -lpthread
  147. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o sourcevideo.o ../library/tbc/sourcevideo.cpp
  148. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o sourcevideo.o ../library/tbc/sourcevideo.cpp
  149. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_dataconverter.o moc_dataconverter.cpp
  150. make[2]: Leaving directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-export-metadata'
  151. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o sourceaudio.o ../library/tbc/sourceaudio.cpp
  152. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o ntscdecoder.o ntscdecoder.cpp
  153. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o palcolour.o palcolour.cpp
  154. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o c2circ.o Decoders/c2circ.cpp
  155. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o c2deinterleave.o Decoders/c2deinterleave.cpp
  156. g++ -Wl,-O1 -o ld-lds-converter dataconverter.o main.o logging.o moc_dataconverter.o /usr/lib/x86_64-linux-gnu/libQt5Core.so -lpthread
  157. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o paldecoder.o paldecoder.cpp
  158. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o vbidecoder.o ../library/tbc/vbidecoder.cpp
  159. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o fmcode.o fmcode.cpp
  160. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o rgb.o rgb.cpp
  161. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o vbidecoder.o ../library/tbc/vbidecoder.cpp
  162. make[2]: Leaving directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-lds-converter'
  163. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o logging.o ../library/tbc/logging.cpp
  164. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o logging.o ../library/tbc/logging.cpp
  165. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o ycbcr.o ycbcr.cpp
  166. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o sourcefield.o sourcefield.cpp
  167. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o efmtof3frames.o Decoders/efmtof3frames.cpp
  168. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o dropoutcorrect.o dropoutcorrect.cpp
  169. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o transformpal.o transformpal.cpp
  170. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o f1toaudio.o Decoders/f1toaudio.cpp
  171. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o sourcevideo.o ../library/tbc/sourcevideo.cpp
  172. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o dropouts.o ../library/tbc/dropouts.cpp
  173. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o transformpal2d.o transformpal2d.cpp
  174. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o vbilinedecoder.o vbilinedecoder.cpp
  175. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o dropouts.o ../library/tbc/dropouts.cpp
  176. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o transformpal3d.o transformpal3d.cpp
  177. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o f1todata.o Decoders/f1todata.cpp
  178. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o main.o main.cpp
  179. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o lddecodemetadata.o ../library/tbc/lddecodemetadata.cpp
  180. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o sourcevideo.o ../library/tbc/sourcevideo.cpp
  181. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../library/filter -I../../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o logging.o ../../library/tbc/logging.cpp
  182. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o vbidecoder.o ../library/tbc/vbidecoder.cpp
  183. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o vbidecoder.o ../library/tbc/vbidecoder.cpp
  184. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o processingpool.o processingpool.cpp
  185. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o f2tof1frames.o Decoders/f2tof1frames.cpp
  186. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o logging.o ../library/tbc/logging.cpp
  187. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o f3tof2frames.o Decoders/f3tof2frames.cpp
  188. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o discmap.o discmap.cpp
  189. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o dropouts.o ../library/tbc/dropouts.cpp
  190. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o syncf3frames.o Decoders/syncf3frames.cpp
  191. g++ -pipe -O2 -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/data/dummy.cpp
  192. /usr/lib/qt5/bin/moc -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/filter -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include decoder.h -o moc_decoder.cpp
  193. /usr/lib/qt5/bin/moc -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/filter -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include monodecoder.h -o moc_monodecoder.cpp
  194. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../library/filter -I../../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o vbidecoder.o ../../library/tbc/vbidecoder.cpp
  195. /usr/lib/qt5/bin/moc -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/filter -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include ntscdecoder.h -o moc_ntscdecoder.cpp
  196. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o whiteflag.o whiteflag.cpp
  197. /usr/lib/qt5/bin/moc -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/filter -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include palcolour.h -o moc_palcolour.cpp
  198. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o vitsanalyser.o vitsanalyser.cpp
  199. /usr/lib/qt5/bin/moc -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/filter -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include paldecoder.h -o moc_paldecoder.cpp
  200. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_decoder.o moc_decoder.cpp
  201. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_monodecoder.o moc_monodecoder.cpp
  202. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o filters.o ../library/tbc/filters.cpp
  203. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_ntscdecoder.o moc_ntscdecoder.cpp
  204. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_palcolour.o moc_palcolour.cpp
  205. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o logging.o ../library/tbc/logging.cpp
  206. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o aboutdialog.o aboutdialog.cpp
  207. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_paldecoder.o moc_paldecoder.cpp
  208. g++ -pipe -O2 -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/data/dummy.cpp
  209. /usr/lib/qt5/bin/moc -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-vits/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-vits -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include vitsanalyser.h -o moc_vitsanalyser.cpp
  210. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_vitsanalyser.o moc_vitsanalyser.cpp
  211. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o configuration.o configuration.cpp
  212. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o lddecodemetadata.o ../library/tbc/lddecodemetadata.cpp
  213. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o efmprocess.o efmprocess.cpp
  214. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../library/filter -I../../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o dropouts.o ../../library/tbc/dropouts.cpp
  215. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o main.o main.cpp
  216. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o lddecodemetadata.o ../library/tbc/lddecodemetadata.cpp
  217. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o dropouts.o ../library/tbc/dropouts.cpp
  218. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o stacker.o stacker.cpp
  219. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o stackingpool.o stackingpool.cpp
  220. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o sourcevideo.o ../library/tbc/sourcevideo.cpp
  221. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o mainwindow.o mainwindow.cpp
  222. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o logging.o ../library/tbc/logging.cpp
  223. /usr/lib/qt5/bin/rcc -name applicationicons applicationicons.qrc -o qrc_applicationicons.cpp
  224. g++ -pipe -O2 -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/data/dummy.cpp
  225. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o qrc_applicationicons.o qrc_applicationicons.cpp
  226. /usr/lib/qt5/bin/moc -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-efm/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-efm -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include aboutdialog.h -o moc_aboutdialog.cpp
  227. g++ -Wl,-O1 -o ld-chroma-decoder comb.o decoder.o decoderpool.o framecanvas.o main.o monodecoder.o ntscdecoder.o palcolour.o paldecoder.o rgb.o ycbcr.o sourcefield.o transformpal.o transformpal2d.o transformpal3d.o lddecodemetadata.o sourcevideo.o vbidecoder.o logging.o dropouts.o moc_decoder.o moc_monodecoder.o moc_ntscdecoder.o moc_palcolour.o moc_paldecoder.o -L/usr/local/lib -lfftw3 /usr/lib/x86_64-linux-gnu/libQt5Core.so -lpthread
  228. /usr/lib/qt5/bin/moc -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-efm/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-efm -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include configuration.h -o moc_configuration.cpp
  229. /usr/lib/qt5/bin/moc -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-efm/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-efm -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include efmprocess.h -o moc_efmprocess.cpp
  230. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o discmapper.o discmapper.cpp
  231. g++ -Wl,-O1 -o ld-process-vits lddecodemetadata.o sourcevideo.o vbidecoder.o logging.o dropouts.o main.o processingpool.o vitsanalyser.o moc_vitsanalyser.o /usr/lib/x86_64-linux-gnu/libQt5Core.so -lpthread
  232. /usr/lib/qt5/bin/moc -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-efm/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-efm -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtWidgets -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include mainwindow.h -o moc_mainwindow.cpp
  233. make[2]: Leaving directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder'
  234. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o frame.o frame.cpp
  235. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_aboutdialog.o moc_aboutdialog.cpp
  236. g++ -Wl,-O1 -o ld-chroma-encoder main.o palencoder.o lddecodemetadata.o logging.o vbidecoder.o dropouts.o /usr/lib/x86_64-linux-gnu/libQt5Core.so -lpthread
  237. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_configuration.o moc_configuration.cpp
  238. make[2]: Leaving directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-vits'
  239. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_efmprocess.o moc_efmprocess.cpp
  240. make[2]: Leaving directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-chroma-decoder/encoder'
  241. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_mainwindow.o moc_mainwindow.cpp
  242. g++ -pipe -O2 -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/data/dummy.cpp
  243. /usr/lib/qt5/bin/moc -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-disc-stacker/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-disc-stacker -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include stacker.h -o moc_stacker.cpp
  244. /usr/lib/qt5/bin/moc -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-disc-stacker/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-disc-stacker -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include stackingpool.h -o moc_stackingpool.cpp
  245. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_stacker.o moc_stacker.cpp
  246. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o vbidecoder.o ../library/tbc/vbidecoder.cpp
  247. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o logging.o ../library/tbc/logging.cpp
  248. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_stackingpool.o moc_stackingpool.cpp
  249. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o dropouts.o ../library/tbc/dropouts.cpp
  250. g++ -pipe -O2 -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/data/dummy.cpp
  251. /usr/lib/qt5/bin/moc -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-dropout-correct/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-dropout-correct -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/filter -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include correctorpool.h -o moc_correctorpool.cpp
  252. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o main.o main.cpp
  253. /usr/lib/qt5/bin/moc -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-dropout-correct/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-dropout-correct -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/filter -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include dropoutcorrect.h -o moc_dropoutcorrect.cpp
  254. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_correctorpool.o moc_correctorpool.cpp
  255. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/filter -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_dropoutcorrect.o moc_dropoutcorrect.cpp
  256. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o sourcevideo.o ../library/tbc/sourcevideo.cpp
  257. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o vbidecoder.o ../library/tbc/vbidecoder.cpp
  258. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o logging.o ../library/tbc/logging.cpp
  259. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o dropouts.o ../library/tbc/dropouts.cpp
  260. g++ -pipe -O2 -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/data/dummy.cpp
  261. /usr/lib/qt5/bin/moc -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB --include /home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-vbi/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-vbi -I/home/user/Downloads/ld-decode-vhs_decode/tools/library/tbc -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/9 -I/usr/include/x86_64-linux-gnu/c++/9 -I/usr/include/c++/9/backward -I/usr/lib/gcc/x86_64-linux-gnu/9/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include vbilinedecoder.h -o moc_vbilinedecoder.cpp
  262. g++ -c -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DAPP_BRANCH="\"unknown\"" -DAPP_COMMIT="\"unknown\"" -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../library/tbc -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o moc_vbilinedecoder.o moc_vbilinedecoder.cpp
  263. g++ -Wl,-O1 -o ld-disc-stacker main.o lddecodemetadata.o sourcevideo.o vbidecoder.o logging.o dropouts.o stacker.o stackingpool.o moc_stacker.o moc_stackingpool.o /usr/lib/x86_64-linux-gnu/libQt5Core.so -lpthread
  264. g++ -Wl,-O1 -o ld-dropout-correct correctorpool.o main.o dropoutcorrect.o filters.o lddecodemetadata.o sourcevideo.o vbidecoder.o logging.o dropouts.o moc_correctorpool.o moc_dropoutcorrect.o /usr/lib/x86_64-linux-gnu/libQt5Core.so -lpthread
  265. make[2]: Leaving directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-disc-stacker'
  266. g++ -Wl,-O1 -o ld-discmap lddecodemetadata.o sourcevideo.o sourceaudio.o vbidecoder.o logging.o dropouts.o discmap.o discmapper.o frame.o main.o /usr/lib/x86_64-linux-gnu/libQt5Core.so -lpthread
  267. make[2]: Leaving directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-dropout-correct'
  268. make[2]: Leaving directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-discmap'
  269. g++ -Wl,-O1 -o ld-process-vbi closedcaption.o decoderpool.o main.o fmcode.o vbilinedecoder.o whiteflag.o lddecodemetadata.o sourcevideo.o vbidecoder.o logging.o dropouts.o moc_vbilinedecoder.o /usr/lib/x86_64-linux-gnu/libQt5Core.so -lpthread
  270. make[2]: Leaving directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-vbi'
  271. g++ -Wl,-O1 -o ld-process-efm audio.o f1frame.o f2frame.o f3frame.o section.o sector.o tracktime.o c1circ.o c2circ.o c2deinterleave.o efmtof3frames.o f1toaudio.o f1todata.o f2tof1frames.o f3tof2frames.o syncf3frames.o aboutdialog.o configuration.o efmprocess.o main.o mainwindow.o logging.o qrc_applicationicons.o moc_aboutdialog.o moc_configuration.o moc_efmprocess.o moc_mainwindow.o /usr/lib/x86_64-linux-gnu/libQt5Widgets.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so /usr/lib/x86_64-linux-gnu/libQt5Core.so /usr/lib/x86_64-linux-gnu/libGL.so -lpthread
  272. make[2]: Leaving directory '/home/user/Downloads/ld-decode-vhs_decode/tools/ld-process-efm'
  273. make[1]: Leaving directory '/home/user/Downloads/ld-decode-vhs_decode/tools'
  274. make: *** [Makefile:68: build-tools] Error 2
  275.  
  276. sudo make install
  277. [sudo] password for user:
  278. install -d "/usr/local/bin"
  279. install -m755 ld-ldf-reader "/usr/local/bin"
  280. install: cannot stat 'ld-ldf-reader': No such file or directory
  281. make: *** [Makefile:44: install-helpers] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement