Advertisement
Ubu_your_Tech_Guru

ssr glinject-next compile on 12.04.3

Jan 20th, 2014
445
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 86.22 KB | None | 0 0
  1. ubu@core2duo:~$ git clone https://github.com/MaartenBaert/ssr.git
  2. Cloning into 'ssr'...
  3. WARNING: gnome-keyring:: couldn't connect to: /tmp/keyring-qxmzK0/pkcs11: No such file or directory
  4. remote: Reusing existing pack: 3021, done.
  5. remote: Counting objects: 48, done.
  6. remote: Compressing objects: 100% (40/40), done.
  7. remote: Total 3069 (delta 26), reused 27 (delta 8)
  8. Receiving objects: 100% (3069/3069), 2.74 MiB | 2.27 MiB/s, done.
  9. Resolving deltas: 100% (1892/1892), done.
  10. ubu@core2duo:~$ cd ssr/
  11. ubu@core2duo:~/ssr$ ls -la
  12. total 836
  13. drwxr-xr-x  9 ubu ubu   4096 Jan 20 20:23 .
  14. drwxr-xr-x 84 ubu ubu  12288 Jan 20 20:23 ..
  15. drwxrwxr-x  3 ubu ubu   4096 Jan 20 20:23 3rdparty
  16. -rw-rw-r--  1 ubu ubu  54553 Jan 20 20:23 aclocal.m4
  17. -rwxrwxr-x  1 ubu ubu     88 Jan 20 20:23 bootstrap
  18. drwxrwxr-x  2 ubu ubu   4096 Jan 20 20:23 build-aux
  19. -rw-rw-r--  1 ubu ubu   1617 Jan 20 20:23 config.h.in
  20. -rwxrwxr-x  1 ubu ubu 623765 Jan 20 20:23 configure
  21. -rw-rw-r--  1 ubu ubu   5410 Jan 20 20:23 configure.ac
  22. -rw-rw-r--  1 ubu ubu  35147 Jan 20 20:23 COPYING
  23. drwxrwxr-x  3 ubu ubu   4096 Jan 20 20:23 data
  24. drwxrwxr-x  8 ubu ubu   4096 Jan 20 20:23 .git
  25. -rw-rw-r--  1 ubu ubu    187 Jan 20 20:23 .gitignore
  26. drwxrwxr-x  2 ubu ubu   4096 Jan 20 20:23 glinject
  27. drwxrwxr-x  2 ubu ubu   4096 Jan 20 20:23 m4
  28. -rw-rw-r--  1 ubu ubu    248 Jan 20 20:23 Makefile.am
  29. -rw-rw-r--  1 ubu ubu  26023 Jan 20 20:23 Makefile.in
  30. -rw-rw-r--  1 ubu ubu  10873 Jan 20 20:23 notes.txt
  31. -rwxrwxr-x  1 ubu ubu    391 Jan 20 20:23 postinstall
  32. -rw-rw-r--  1 ubu ubu   5760 Jan 20 20:23 README.md
  33. -rwxrwxr-x  1 ubu ubu   3621 Jan 20 20:23 simple-build-and-install
  34. -rwxrwxr-x  1 ubu ubu    550 Jan 20 20:23 simple-uninstall
  35. drwxrwxr-x  6 ubu ubu   4096 Jan 20 20:23 src
  36. -rw-rw-r--  1 ubu ubu   1460 Jan 20 20:23 todo.txt
  37. ubu@core2duo:~/ssr$ git reset --hard
  38. HEAD is now at 0ba2f2c Add comment about the need to set the keyframe flag.
  39. ubu@core2duo:~/ssr$ git clean -fX
  40. ubu@core2duo:~/ssr$ git checkout glinject-next
  41. Branch glinject-next set up to track remote branch glinject-next from origin.
  42. Switched to a new branch 'glinject-next'
  43. ubu@core2duo:~/ssr$ ./simple-build-and-install
  44. Detecting x86/x64 ...
  45. x86/x64 = --enable-x86-asm
  46. Detecting ffmpeg/libav ...
  47. Detected libav.
  48. Configuring ...
  49. checking for a BSD-compatible install... /usr/bin/install -c
  50. checking whether build environment is sane... yes
  51. checking for a thread-safe mkdir -p... /bin/mkdir -p
  52. checking for gawk... gawk
  53. checking whether make sets $(MAKE)... yes
  54. checking whether make supports nested variables... yes
  55. checking whether to enable maintainer-specific portions of Makefiles... no
  56. checking for style of include used by make... GNU
  57. checking for gcc... gcc
  58. checking whether the C compiler works... yes
  59. checking for C compiler default output file name... a.out
  60. checking for suffix of executables...
  61. checking whether we are cross compiling... no
  62. checking for suffix of object files... o
  63. checking whether we are using the GNU C compiler... yes
  64. checking whether gcc accepts -g... yes
  65. checking for gcc option to accept ISO C89... none needed
  66. checking whether gcc understands -c and -o together... yes
  67. checking dependency style of gcc... gcc3
  68. checking for ar... ar
  69. checking the archiver (ar) interface... ar
  70. checking build system type... x86_64-unknown-linux-gnu
  71. checking host system type... x86_64-unknown-linux-gnu
  72. checking how to print strings... printf
  73. checking for a sed that does not truncate output... /bin/sed
  74. checking for grep that handles long lines and -e... /bin/grep
  75. checking for egrep... /bin/grep -E
  76. checking for fgrep... /bin/grep -F
  77. checking for ld used by gcc... /usr/bin/ld
  78. checking if the linker (/usr/bin/ld) is GNU ld... yes
  79. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  80. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  81. checking whether ln -s works... yes
  82. checking the maximum length of command line arguments... 1572864
  83. checking whether the shell understands some XSI constructs... yes
  84. checking whether the shell understands "+="... yes
  85. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  86. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  87. checking for /usr/bin/ld option to reload object files... -r
  88. checking for objdump... objdump
  89. checking how to recognize dependent libraries... pass_all
  90. checking for dlltool... no
  91. checking how to associate runtime and link libraries... printf %s\n
  92. checking for archiver @FILE support... @
  93. checking for strip... strip
  94. checking for ranlib... ranlib
  95. checking command to parse /usr/bin/nm -B output from gcc object... ok
  96. checking for sysroot... no
  97. checking for mt... mt
  98. checking if mt is a manifest tool... no
  99. checking how to run the C preprocessor... gcc -E
  100. checking for ANSI C header files... yes
  101. checking for sys/types.h... yes
  102. checking for sys/stat.h... yes
  103. checking for stdlib.h... yes
  104. checking for string.h... yes
  105. checking for memory.h... yes
  106. checking for strings.h... yes
  107. checking for inttypes.h... yes
  108. checking for stdint.h... yes
  109. checking for unistd.h... yes
  110. checking for dlfcn.h... yes
  111. checking for objdir... .libs
  112. checking if gcc supports -fno-rtti -fno-exceptions... no
  113. checking for gcc option to produce PIC... -fPIC -DPIC
  114. checking if gcc PIC flag -fPIC -DPIC works... yes
  115. checking if gcc static flag -static works... yes
  116. checking if gcc supports -c -o file.o... yes
  117. checking if gcc supports -c -o file.o... (cached) yes
  118. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  119. checking whether -lc should be explicitly linked in... no
  120. checking dynamic linker characteristics... GNU/Linux ld.so
  121. checking how to hardcode library paths into programs... immediate
  122. checking whether stripping libraries is possible... yes
  123. checking if libtool supports shared libraries... yes
  124. checking whether to build shared libraries... yes
  125. checking whether to build static libraries... yes
  126. checking for gcc... (cached) gcc
  127. checking whether we are using the GNU C compiler... (cached) yes
  128. checking whether gcc accepts -g... (cached) yes
  129. checking for gcc option to accept ISO C89... (cached) none needed
  130. checking whether gcc understands -c and -o together... (cached) yes
  131. checking dependency style of gcc... (cached) gcc3
  132. checking for g++... g++
  133. checking whether we are using the GNU C++ compiler... yes
  134. checking whether g++ accepts -g... yes
  135. checking dependency style of g++... gcc3
  136. checking how to run the C++ preprocessor... g++ -E
  137. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  138. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  139. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  140. checking for g++ option to produce PIC... -fPIC -DPIC
  141. checking if g++ PIC flag -fPIC -DPIC works... yes
  142. checking if g++ static flag -static works... yes
  143. checking if g++ supports -c -o file.o... yes
  144. checking if g++ supports -c -o file.o... (cached) yes
  145. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  146. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  147. checking how to hardcode library paths into programs... immediate
  148. checking for a sed that does not truncate output... (cached) /bin/sed
  149. checking for pkg-config... /usr/bin/pkg-config
  150. checking pkg-config is at least version 0.9.0... yes
  151. checking for QT4... yes
  152. checking for moc-qt4... /usr/bin/moc-qt4
  153. checking for rcc-qt4... no
  154. checking for rcc... /usr/bin/rcc
  155. checking for uic-qt4... /usr/bin/uic-qt4
  156. checking for lupdate-qt4... /usr/bin/lupdate-qt4
  157. checking for lrelease-qt4... /usr/bin/lrelease-qt4
  158. checking for clock_gettime in -lrt... yes
  159. checking for dlfcn.h... (cached) yes
  160. checking for dlsym in -ldl... yes
  161. checking libavformat/avformat.h usability... yes
  162. checking libavformat/avformat.h presence... yes
  163. checking for libavformat/avformat.h... yes
  164. checking for av_guess_format in -lavformat... yes
  165. checking libavcodec/avcodec.h usability... yes
  166. checking libavcodec/avcodec.h presence... yes
  167. checking for libavcodec/avcodec.h... yes
  168. checking for avcodec_find_encoder_by_name in -lavcodec... yes
  169. checking libavutil/avutil.h usability... yes
  170. checking libavutil/avutil.h presence... yes
  171. checking for libavutil/avutil.h... yes
  172. checking libavutil/mathematics.h usability... yes
  173. checking libavutil/mathematics.h presence... yes
  174. checking for libavutil/mathematics.h... yes
  175. checking for av_rescale_q in -lavutil... yes
  176. checking libswscale/swscale.h usability... yes
  177. checking libswscale/swscale.h presence... yes
  178. checking for libswscale/swscale.h... yes
  179. checking for sws_scale in -lswscale... yes
  180. checking X11/Xlib.h usability... yes
  181. checking X11/Xlib.h presence... yes
  182. checking for X11/Xlib.h... yes
  183. checking for X11/Xutil.h... yes
  184. checking for XOpenDisplay in -lX11... yes
  185. checking for X11/extensions/Xfixes.h... yes
  186. checking for XFixesGetCursorImage in -lXfixes... yes
  187. checking for X11/extensions/XShm.h... yes
  188. checking for XShmCreateImage in -lXext... yes
  189. checking alsa/asoundlib.h usability... yes
  190. checking alsa/asoundlib.h presence... yes
  191. checking for alsa/asoundlib.h... yes
  192. checking for snd_pcm_open in -lasound... yes
  193. checking pulse/context.h usability... yes
  194. checking pulse/context.h presence... yes
  195. checking for pulse/context.h... yes
  196. checking for pa_context_new in -lpulse... yes
  197. checking jack/jack.h usability... yes
  198. checking jack/jack.h presence... yes
  199. checking for jack/jack.h... yes
  200. checking for jack_client_open in -ljack... yes
  201. checking GL/gl.h usability... yes
  202. checking GL/gl.h presence... yes
  203. checking for GL/gl.h... yes
  204. checking for GL/glext.h... yes
  205. checking for GL/glx.h... yes
  206. checking for glPushAttrib in -lGL... yes
  207. checking GL/glu.h usability... yes
  208. checking GL/glu.h presence... yes
  209. checking for GL/glu.h... yes
  210. checking for gluErrorString in -lGLU... yes
  211. checking that generated files are newer than configure... done
  212. configure: creating ./config.status
  213. config.status: creating Makefile
  214. config.status: creating 3rdparty/Makefile
  215. config.status: creating data/Makefile
  216. config.status: creating glinject/Makefile
  217. config.status: creating scripts/Makefile
  218. config.status: creating src/Makefile
  219. config.status: creating config.h
  220. config.status: executing depfiles commands
  221. config.status: executing libtool commands
  222. === configuring in 3rdparty/soxr (/home/ubu/ssr/build/3rdparty/soxr)
  223. configure: running /bin/bash ../../../3rdparty/soxr/configure --disable-option-checking '--prefix=/usr'  '--libdir=/usr/lib' '--disable-assert' '--enable-x86-asm' '--disable-ffmpeg-versions' 'CFLAGS=-Wall -O2 -pipe' 'LDFLAGS=  ' 'CPPFLAGS=  ' 'CXXFLAGS=-Wall -O2 -pipe' 'PKG_CONFIG_PATH=/usr/lib/pkgconfig' --cache-file=/dev/null --srcdir=../../../3rdparty/soxr
  224. -- The C compiler identification is GNU
  225. -- Check for working C compiler: /usr/bin/gcc
  226. -- Check for working C compiler: /usr/bin/gcc -- works
  227. -- Detecting C compiler ABI info
  228. -- Detecting C compiler ABI info - done
  229. -- Looking for pow in m
  230. -- Looking for pow in m - found
  231. -- Try SIMD C flag = [ ]
  232. -- Performing Test SIMD_FLAG_DETECTED
  233. -- Performing Test SIMD_FLAG_DETECTED - Success
  234. -- Found SIMD:  
  235. -- Looking for lrint
  236. -- Looking for lrint - found
  237. -- Looking for include files HAVE_FENV_H
  238. -- Looking for include files HAVE_FENV_H - found
  239. -- Performing Test HAVE_WORDS_BIGENDIAN
  240. -- Performing Test HAVE_WORDS_BIGENDIAN - Failed
  241. -- Configuring done
  242. -- Generating done
  243. -- Build files have been written to: /home/ubu/ssr/build/3rdparty/soxr
  244. Compiling ...
  245. make  all-recursive
  246. make[1]: Entering directory `/home/ubu/ssr/build'
  247. Making all in 3rdparty
  248. make[2]: Entering directory `/home/ubu/ssr/build/3rdparty'
  249. Making all in soxr
  250. make[3]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  251. make[4]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  252. make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  253. Scanning dependencies of target soxr
  254. make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  255. make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  256. [  5%] [ 10%] [ 15%] [ 20%] Building C object src/CMakeFiles/soxr.dir/filter.c.o
  257. Building C object src/CMakeFiles/soxr.dir/soxr.c.o
  258. Building C object src/CMakeFiles/soxr.dir/data-io.c.o
  259. Building C object src/CMakeFiles/soxr.dir/dbesi0.c.o
  260. [ 25%] Building C object src/CMakeFiles/soxr.dir/fft4g64.c.o
  261. [ 30%] Building C object src/CMakeFiles/soxr.dir/rate32.c.o
  262. [ 35%] Building C object src/CMakeFiles/soxr.dir/fft4g32.c.o
  263. [ 40%] Building C object src/CMakeFiles/soxr.dir/vr32.c.o
  264. [ 45%] Building C object src/CMakeFiles/soxr.dir/rate64.c.o
  265. [ 50%] Building C object src/CMakeFiles/soxr.dir/rate32s.c.o
  266. [ 55%] Building C object src/CMakeFiles/soxr.dir/pffft32s.c.o
  267. [ 60%] Building C object src/CMakeFiles/soxr.dir/simd.c.o
  268. Linking C static library libsoxr.a
  269. make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  270. [ 60%] Built target soxr
  271. make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  272. make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  273. make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  274. make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  275. Scanning dependencies of target vector-cmp
  276. Scanning dependencies of target vector-gen
  277. make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  278. Scanning dependencies of target soxr-lsr
  279. make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  280. make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  281. make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  282. make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  283. Scanning dependencies of target 3-options-input-fn
  284. make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  285. make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  286. [ 65%] [ 70%] [ 75%] make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  287. Building C object tests/CMakeFiles/vector-cmp.dir/vector-cmp.c.o
  288. Building C object tests/CMakeFiles/vector-gen.dir/vector-gen.c.o
  289. [ 80%] Building C object src/CMakeFiles/soxr-lsr.dir/lsr.c.o
  290. Building C object examples/CMakeFiles/3-options-input-fn.dir/3-options-input-fn.c.o
  291. Linking C executable vector-cmp
  292. Linking C executable vector-gen
  293. make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  294. [ 80%] Built target vector-cmp
  295. make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  296. Linking C executable 3-options-input-fn
  297. Linking C static library libsoxr-lsr.a
  298. [ 80%] Built target vector-gen
  299. make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  300. Scanning dependencies of target test-vectors
  301. make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  302. make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  303. [ 85%] [ 90%] make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  304. Generating ref-44100.s32
  305. [ 90%] Built target soxr-lsr
  306. make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  307. Generating ref-65537.s32
  308. Scanning dependencies of target 1a-lsr
  309. make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  310. make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  311. make[5]: Entering directory `/home/ubu/ssr/build/3rdparty/soxr'
  312. [ 90%] [ 95%] Built target 3-options-input-fn
  313. [100%] Building C object examples/CMakeFiles/1a-lsr.dir/1a-lsr.c.o
  314. Generating ref-96000.s32
  315. Linking C executable 1a-lsr
  316. make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  317. [100%] Built target 1a-lsr
  318. make[5]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  319. [100%] Built target test-vectors
  320. make[4]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  321. make[3]: Leaving directory `/home/ubu/ssr/build/3rdparty/soxr'
  322. make[3]: Entering directory `/home/ubu/ssr/build/3rdparty'
  323. cp "./soxr/src/libsoxr.a" "libsoxr.a"
  324. cp "../../3rdparty/soxr/src/soxr.h" "soxr.h"
  325. make[3]: Leaving directory `/home/ubu/ssr/build/3rdparty'
  326. make[2]: Leaving directory `/home/ubu/ssr/build/3rdparty'
  327. Making all in data
  328. make[2]: Entering directory `/home/ubu/ssr/build/data'
  329. make[2]: Nothing to be done for `all'.
  330. make[2]: Leaving directory `/home/ubu/ssr/build/data'
  331. Making all in glinject
  332. make[2]: Entering directory `/home/ubu/ssr/build/glinject'
  333. /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../glinject -I..  -DNDEBUG -DQT_NO_DEBUG  -pthread -Wall -O2 -pipe -MT libssr_glinject_la-elfhacks.lo -MD -MP -MF .deps/libssr_glinject_la-elfhacks.Tpo -c -o libssr_glinject_la-elfhacks.lo `test -f 'elfhacks.c' || echo '../../glinject/'`elfhacks.c
  334. /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../glinject -I..  -DNDEBUG -DQT_NO_DEBUG  -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLInject.lo -MD -MP -MF .deps/libssr_glinject_la-GLInject.Tpo -c -o libssr_glinject_la-GLInject.lo `test -f 'GLInject.cpp' || echo '../../glinject/'`GLInject.cpp
  335. /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../glinject -I..  -DNDEBUG -DQT_NO_DEBUG  -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLXFrameGrabber.lo -MD -MP -MF .deps/libssr_glinject_la-GLXFrameGrabber.Tpo -c -o libssr_glinject_la-GLXFrameGrabber.lo `test -f 'GLXFrameGrabber.cpp' || echo '../../glinject/'`GLXFrameGrabber.cpp
  336. /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../glinject -I..  -DNDEBUG -DQT_NO_DEBUG  -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-Hook.lo -MD -MP -MF .deps/libssr_glinject_la-Hook.Tpo -c -o libssr_glinject_la-Hook.lo `test -f 'Hook.cpp' || echo '../../glinject/'`Hook.cpp
  337. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -Wall -O2 -pipe -MT libssr_glinject_la-elfhacks.lo -MD -MP -MF .deps/libssr_glinject_la-elfhacks.Tpo -c ../../glinject/elfhacks.c  -fPIC -DPIC -o .libs/libssr_glinject_la-elfhacks.o
  338. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLXFrameGrabber.lo -MD -MP -MF .deps/libssr_glinject_la-GLXFrameGrabber.Tpo -c ../../glinject/GLXFrameGrabber.cpp  -fPIC -DPIC -o .libs/libssr_glinject_la-GLXFrameGrabber.o
  339. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLInject.lo -MD -MP -MF .deps/libssr_glinject_la-GLInject.Tpo -c ../../glinject/GLInject.cpp  -fPIC -DPIC -o .libs/libssr_glinject_la-GLInject.o
  340. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-Hook.lo -MD -MP -MF .deps/libssr_glinject_la-Hook.Tpo -c ../../glinject/Hook.cpp  -fPIC -DPIC -o .libs/libssr_glinject_la-Hook.o
  341. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -Wall -O2 -pipe -MT libssr_glinject_la-elfhacks.lo -MD -MP -MF .deps/libssr_glinject_la-elfhacks.Tpo -c ../../glinject/elfhacks.c -o libssr_glinject_la-elfhacks.o >/dev/null 2>&1
  342. mv -f .deps/libssr_glinject_la-elfhacks.Tpo .deps/libssr_glinject_la-elfhacks.Plo
  343. /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../glinject -I..  -DNDEBUG -DQT_NO_DEBUG  -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-SSRVideoStreamWriter.lo -MD -MP -MF .deps/libssr_glinject_la-SSRVideoStreamWriter.Tpo -c -o libssr_glinject_la-SSRVideoStreamWriter.lo `test -f 'SSRVideoStreamWriter.cpp' || echo '../../glinject/'`SSRVideoStreamWriter.cpp
  344. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-SSRVideoStreamWriter.lo -MD -MP -MF .deps/libssr_glinject_la-SSRVideoStreamWriter.Tpo -c ../../glinject/SSRVideoStreamWriter.cpp  -fPIC -DPIC -o .libs/libssr_glinject_la-SSRVideoStreamWriter.o
  345. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLInject.lo -MD -MP -MF .deps/libssr_glinject_la-GLInject.Tpo -c ../../glinject/GLInject.cpp -o libssr_glinject_la-GLInject.o >/dev/null 2>&1
  346. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-Hook.lo -MD -MP -MF .deps/libssr_glinject_la-Hook.Tpo -c ../../glinject/Hook.cpp -o libssr_glinject_la-Hook.o >/dev/null 2>&1
  347. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-GLXFrameGrabber.lo -MD -MP -MF .deps/libssr_glinject_la-GLXFrameGrabber.Tpo -c ../../glinject/GLXFrameGrabber.cpp -o libssr_glinject_la-GLXFrameGrabber.o >/dev/null 2>&1
  348. mv -f .deps/libssr_glinject_la-GLInject.Tpo .deps/libssr_glinject_la-GLInject.Plo
  349. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../glinject -I.. -DNDEBUG -DQT_NO_DEBUG -pthread -std=c++0x -Wall -O2 -pipe -MT libssr_glinject_la-SSRVideoStreamWriter.lo -MD -MP -MF .deps/libssr_glinject_la-SSRVideoStreamWriter.Tpo -c ../../glinject/SSRVideoStreamWriter.cpp -o libssr_glinject_la-SSRVideoStreamWriter.o >/dev/null 2>&1
  350. mv -f .deps/libssr_glinject_la-Hook.Tpo .deps/libssr_glinject_la-Hook.Plo
  351. mv -f .deps/libssr_glinject_la-GLXFrameGrabber.Tpo .deps/libssr_glinject_la-GLXFrameGrabber.Plo
  352. mv -f .deps/libssr_glinject_la-SSRVideoStreamWriter.Tpo .deps/libssr_glinject_la-SSRVideoStreamWriter.Plo
  353. /bin/bash ../libtool  --tag=CXX   --mode=link g++ -pthread -std=c++0x -Wall -O2 -pipe -pthread -avoid-version -shared -lrt -ldl -lGL -lGLU -lX11 -lXfixes  -o libssr-glinject.la -rpath /usr/lib libssr_glinject_la-elfhacks.lo libssr_glinject_la-GLInject.lo libssr_glinject_la-GLXFrameGrabber.lo libssr_glinject_la-Hook.lo libssr_glinject_la-SSRVideoStreamWriter.lo  
  354. libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.6/crtbeginS.o  .libs/libssr_glinject_la-elfhacks.o .libs/libssr_glinject_la-GLInject.o .libs/libssr_glinject_la-GLXFrameGrabber.o .libs/libssr_glinject_la-Hook.o .libs/libssr_glinject_la-SSRVideoStreamWriter.o   -lrt -ldl -lGL -lGLU -lX11 -lXfixes -L/usr/lib/gcc/x86_64-linux-gnu/4.6 -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crtn.o  -pthread -O2 -pthread   -pthread -Wl,-soname -Wl,libssr-glinject.so -o .libs/libssr-glinject.so
  355. libtool: link: ( cd ".libs" && rm -f "libssr-glinject.la" && ln -s "../libssr-glinject.la" "libssr-glinject.la" )
  356. make[2]: Leaving directory `/home/ubu/ssr/build/glinject'
  357. Making all in scripts
  358. make[2]: Entering directory `/home/ubu/ssr/build/scripts'
  359. make[2]: Nothing to be done for `all'.
  360. make[2]: Leaving directory `/home/ubu/ssr/build/scripts'
  361. Making all in src
  362. make[2]: Entering directory `/home/ubu/ssr/build/src'
  363. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-Main.o -MD -MP -MF .deps/simplescreenrecorder-Main.Tpo -c -o simplescreenrecorder-Main.o `test -f 'Main.cpp' || echo '../../src/'`Main.cpp
  364. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-Version.o -MD -MP -MF .deps/simplescreenrecorder-Version.Tpo -c -o simplescreenrecorder-Version.o `test -f 'Version.cpp' || echo '../../src/'`Version.cpp
  365. /usr/bin/rcc -name "resources" -o "qrc_resources.cpp" "../../data/resources/resources.qrc"
  366. /usr/bin/moc-qt4 "../../src/AV/Input/X11Input.h" -o "moc_X11Input.cpp"
  367. /usr/bin/moc-qt4 "../../src/AV/Output/SyncDiagram.h" -o "moc_SyncDiagram.cpp"
  368. /usr/bin/moc-qt4 "../../src/common/Logger.h" -o "moc_Logger.cpp"
  369. /usr/bin/moc-qt4 "../../src/GUI/AudioPreviewer.h" -o "moc_AudioPreviewer.cpp"
  370. mv -f .deps/simplescreenrecorder-Version.Tpo .deps/simplescreenrecorder-Version.Po
  371. /usr/bin/moc-qt4 "../../src/GUI/DialogGLInject.h" -o "moc_DialogGLInject.cpp"
  372. /usr/bin/moc-qt4 "../../src/GUI/ElidedLabel.h" -o "moc_ElidedLabel.cpp"
  373. /usr/bin/moc-qt4 "../../src/GUI/HotkeyListener.h" -o "moc_HotkeyListener.cpp"
  374. /usr/bin/moc-qt4 "../../src/GUI/MainWindow.h" -o "moc_MainWindow.cpp"
  375. /usr/bin/moc-qt4 "../../src/GUI/PageDone.h" -o "moc_PageDone.cpp"
  376. /usr/bin/moc-qt4 "../../src/GUI/PageInput.h" -o "moc_PageInput.cpp"
  377. /usr/bin/moc-qt4 "../../src/GUI/PageOutput.h" -o "moc_PageOutput.cpp"
  378. /usr/bin/moc-qt4 "../../src/GUI/PageRecord.h" -o "moc_PageRecord.cpp"
  379. /usr/bin/moc-qt4 "../../src/GUI/PageWelcome.h" -o "moc_PageWelcome.cpp"
  380. /usr/bin/moc-qt4 "../../src/GUI/VideoPreviewer.h" -o "moc_VideoPreviewer.cpp"
  381. /usr/bin/lrelease-qt4 "../../src/translations/simplescreenrecorder_de.ts" -qm "simplescreenrecorder_de.qm"
  382. /usr/bin/lrelease-qt4 "../../src/translations/simplescreenrecorder_es.ts" -qm "simplescreenrecorder_es.qm"
  383. /usr/bin/lrelease-qt4 "../../src/translations/simplescreenrecorder_it.ts" -qm "simplescreenrecorder_it.qm"
  384. Updating 'simplescreenrecorder_es.qm'...
  385.    Generated 324 translation(s) (324 finished and 0 unfinished)
  386. /usr/bin/lrelease-qt4 "../../src/translations/simplescreenrecorder_nl.ts" -qm "simplescreenrecorder_nl.qm"
  387. Updating 'simplescreenrecorder_de.qm'...
  388.    Generated 0 translation(s) (0 finished and 0 unfinished)
  389.    Ignored 324 untranslated source text(s)
  390. /usr/bin/lrelease-qt4 "../../src/translations/simplescreenrecorder_pl.ts" -qm "simplescreenrecorder_pl.qm"
  391. Updating 'simplescreenrecorder_it.qm'...
  392.    Generated 285 translation(s) (284 finished and 1 unfinished)
  393.    Ignored 39 untranslated source text(s)
  394. /usr/bin/lrelease-qt4 "../../src/translations/simplescreenrecorder_pt_BR.ts" -qm "simplescreenrecorder_pt_BR.qm"
  395. Updating 'simplescreenrecorder_nl.qm'...
  396. Updating 'simplescreenrecorder_pt_BR.qm'...
  397.    Generated 273 translation(s) (272 finished and 1 unfinished)
  398.    Ignored 51 untranslated source text(s)
  399. Updating 'simplescreenrecorder_pl.qm'...
  400. /usr/bin/lrelease-qt4 "../../src/translations/simplescreenrecorder_zh_CN.ts" -qm "simplescreenrecorder_zh_CN.qm"
  401.    Generated 317 translation(s) (317 finished and 0 unfinished)
  402.    Ignored 7 untranslated source text(s)
  403.    Generated 264 translation(s) (263 finished and 1 unfinished)
  404.    Ignored 60 untranslated source text(s)
  405. /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -mssse3 -Wall -O2 -pipe -MT AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.lo -MD -MP -MF AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.Tpo -c -o AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.lo `test -f 'AV/FastScaler_Convert_SSSE3.cpp' || echo '../../src/'`AV/FastScaler_Convert_SSSE3.cpp
  406. /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -mssse3 -Wall -O2 -pipe -MT AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.lo -MD -MP -MF AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.Tpo -c -o AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.lo `test -f 'AV/FastScaler_Scale_SSSE3.cpp' || echo '../../src/'`AV/FastScaler_Scale_SSSE3.cpp
  407. Updating 'simplescreenrecorder_zh_CN.qm'...
  408.    Generated 147 translation(s) (146 finished and 1 unfinished)
  409.    Ignored 177 untranslated source text(s)
  410. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Input/simplescreenrecorder-ALSAInput.o -MD -MP -MF AV/Input/.deps/simplescreenrecorder-ALSAInput.Tpo -c -o AV/Input/simplescreenrecorder-ALSAInput.o `test -f 'AV/Input/ALSAInput.cpp' || echo '../../src/'`AV/Input/ALSAInput.cpp
  411. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -mssse3 -Wall -O2 -pipe -MT AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.lo -MD -MP -MF AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.Tpo -c ../../src/AV/FastScaler_Scale_SSSE3.cpp  -fPIC -DPIC -o AV/.libs/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.o
  412. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -mssse3 -Wall -O2 -pipe -MT AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.lo -MD -MP -MF AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.Tpo -c ../../src/AV/FastScaler_Convert_SSSE3.cpp  -fPIC -DPIC -o AV/.libs/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.o
  413. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -mssse3 -Wall -O2 -pipe -MT AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.lo -MD -MP -MF AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.Tpo -c ../../src/AV/FastScaler_Convert_SSSE3.cpp -o AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.o >/dev/null 2>&1
  414. mv -f AV/Input/.deps/simplescreenrecorder-ALSAInput.Tpo AV/Input/.deps/simplescreenrecorder-ALSAInput.Po
  415. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Input/simplescreenrecorder-GLInjectInput.o -MD -MP -MF AV/Input/.deps/simplescreenrecorder-GLInjectInput.Tpo -c -o AV/Input/simplescreenrecorder-GLInjectInput.o `test -f 'AV/Input/GLInjectInput.cpp' || echo '../../src/'`AV/Input/GLInjectInput.cpp
  416. mv -f .deps/simplescreenrecorder-Main.Tpo .deps/simplescreenrecorder-Main.Po
  417. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Input/simplescreenrecorder-JACKInput.o -MD -MP -MF AV/Input/.deps/simplescreenrecorder-JACKInput.Tpo -c -o AV/Input/simplescreenrecorder-JACKInput.o `test -f 'AV/Input/JACKInput.cpp' || echo '../../src/'`AV/Input/JACKInput.cpp
  418. libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../src -I.. -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1 -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1 -DSSR_USE_JACK=1 -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\" -pthread -std=c++0x -flax-vector-conversions -mssse3 -Wall -O2 -pipe -MT AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.lo -MD -MP -MF AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.Tpo -c ../../src/AV/FastScaler_Scale_SSSE3.cpp -o AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.o >/dev/null 2>&1
  419. mv -f AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.Tpo AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.Plo
  420. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Input/simplescreenrecorder-PulseAudioInput.o -MD -MP -MF AV/Input/.deps/simplescreenrecorder-PulseAudioInput.Tpo -c -o AV/Input/simplescreenrecorder-PulseAudioInput.o `test -f 'AV/Input/PulseAudioInput.cpp' || echo '../../src/'`AV/Input/PulseAudioInput.cpp
  421. mv -f AV/Input/.deps/simplescreenrecorder-GLInjectInput.Tpo AV/Input/.deps/simplescreenrecorder-GLInjectInput.Po
  422. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Input/simplescreenrecorder-SSRVideoStreamReader.o -MD -MP -MF AV/Input/.deps/simplescreenrecorder-SSRVideoStreamReader.Tpo -c -o AV/Input/simplescreenrecorder-SSRVideoStreamReader.o `test -f 'AV/Input/SSRVideoStreamReader.cpp' || echo '../../src/'`AV/Input/SSRVideoStreamReader.cpp
  423. mv -f AV/Input/.deps/simplescreenrecorder-JACKInput.Tpo AV/Input/.deps/simplescreenrecorder-JACKInput.Po
  424. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Input/simplescreenrecorder-SSRVideoStreamWatcher.o -MD -MP -MF AV/Input/.deps/simplescreenrecorder-SSRVideoStreamWatcher.Tpo -c -o AV/Input/simplescreenrecorder-SSRVideoStreamWatcher.o `test -f 'AV/Input/SSRVideoStreamWatcher.cpp' || echo '../../src/'`AV/Input/SSRVideoStreamWatcher.cpp
  425. mv -f AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.Tpo AV/.deps/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.Plo
  426. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Input/simplescreenrecorder-X11Input.o -MD -MP -MF AV/Input/.deps/simplescreenrecorder-X11Input.Tpo -c -o AV/Input/simplescreenrecorder-X11Input.o `test -f 'AV/Input/X11Input.cpp' || echo '../../src/'`AV/Input/X11Input.cpp
  427. mv -f AV/Input/.deps/simplescreenrecorder-PulseAudioInput.Tpo AV/Input/.deps/simplescreenrecorder-PulseAudioInput.Po
  428. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-AudioEncoder.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-AudioEncoder.Tpo -c -o AV/Output/simplescreenrecorder-AudioEncoder.o `test -f 'AV/Output/AudioEncoder.cpp' || echo '../../src/'`AV/Output/AudioEncoder.cpp
  429. mv -f AV/Input/.deps/simplescreenrecorder-SSRVideoStreamReader.Tpo AV/Input/.deps/simplescreenrecorder-SSRVideoStreamReader.Po
  430. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-BaseEncoder.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-BaseEncoder.Tpo -c -o AV/Output/simplescreenrecorder-BaseEncoder.o `test -f 'AV/Output/BaseEncoder.cpp' || echo '../../src/'`AV/Output/BaseEncoder.cpp
  431. mv -f AV/Input/.deps/simplescreenrecorder-SSRVideoStreamWatcher.Tpo AV/Input/.deps/simplescreenrecorder-SSRVideoStreamWatcher.Po
  432. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-Muxer.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-Muxer.Tpo -c -o AV/Output/simplescreenrecorder-Muxer.o `test -f 'AV/Output/Muxer.cpp' || echo '../../src/'`AV/Output/Muxer.cpp
  433. mv -f AV/Input/.deps/simplescreenrecorder-X11Input.Tpo AV/Input/.deps/simplescreenrecorder-X11Input.Po
  434. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-OutputManager.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-OutputManager.Tpo -c -o AV/Output/simplescreenrecorder-OutputManager.o `test -f 'AV/Output/OutputManager.cpp' || echo '../../src/'`AV/Output/OutputManager.cpp
  435. mv -f AV/Output/.deps/simplescreenrecorder-AudioEncoder.Tpo AV/Output/.deps/simplescreenrecorder-AudioEncoder.Po
  436. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-SyncDiagram.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-SyncDiagram.Tpo -c -o AV/Output/simplescreenrecorder-SyncDiagram.o `test -f 'AV/Output/SyncDiagram.cpp' || echo '../../src/'`AV/Output/SyncDiagram.cpp
  437. mv -f AV/Output/.deps/simplescreenrecorder-BaseEncoder.Tpo AV/Output/.deps/simplescreenrecorder-BaseEncoder.Po
  438. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-Synchronizer.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-Synchronizer.Tpo -c -o AV/Output/simplescreenrecorder-Synchronizer.o `test -f 'AV/Output/Synchronizer.cpp' || echo '../../src/'`AV/Output/Synchronizer.cpp
  439. mv -f AV/Output/.deps/simplescreenrecorder-Muxer.Tpo AV/Output/.deps/simplescreenrecorder-Muxer.Po
  440. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-VideoEncoder.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-VideoEncoder.Tpo -c -o AV/Output/simplescreenrecorder-VideoEncoder.o `test -f 'AV/Output/VideoEncoder.cpp' || echo '../../src/'`AV/Output/VideoEncoder.cpp
  441. mv -f AV/Output/.deps/simplescreenrecorder-OutputManager.Tpo AV/Output/.deps/simplescreenrecorder-OutputManager.Po
  442. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/Output/simplescreenrecorder-X264Presets.o -MD -MP -MF AV/Output/.deps/simplescreenrecorder-X264Presets.Tpo -c -o AV/Output/simplescreenrecorder-X264Presets.o `test -f 'AV/Output/X264Presets.cpp' || echo '../../src/'`AV/Output/X264Presets.cpp
  443. mv -f AV/Output/.deps/simplescreenrecorder-SyncDiagram.Tpo AV/Output/.deps/simplescreenrecorder-SyncDiagram.Po
  444. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-AVWrapper.o -MD -MP -MF AV/.deps/simplescreenrecorder-AVWrapper.Tpo -c -o AV/simplescreenrecorder-AVWrapper.o `test -f 'AV/AVWrapper.cpp' || echo '../../src/'`AV/AVWrapper.cpp
  445. mv -f AV/Output/.deps/simplescreenrecorder-VideoEncoder.Tpo AV/Output/.deps/simplescreenrecorder-VideoEncoder.Po
  446. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-FastScaler.o -MD -MP -MF AV/.deps/simplescreenrecorder-FastScaler.Tpo -c -o AV/simplescreenrecorder-FastScaler.o `test -f 'AV/FastScaler.cpp' || echo '../../src/'`AV/FastScaler.cpp
  447. mv -f AV/Output/.deps/simplescreenrecorder-Synchronizer.Tpo AV/Output/.deps/simplescreenrecorder-Synchronizer.Po
  448. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-FastScaler_Convert_Fallback.o -MD -MP -MF AV/.deps/simplescreenrecorder-FastScaler_Convert_Fallback.Tpo -c -o AV/simplescreenrecorder-FastScaler_Convert_Fallback.o `test -f 'AV/FastScaler_Convert_Fallback.cpp' || echo '../../src/'`AV/FastScaler_Convert_Fallback.cpp
  449. mv -f AV/Output/.deps/simplescreenrecorder-X264Presets.Tpo AV/Output/.deps/simplescreenrecorder-X264Presets.Po
  450. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-FastScaler_Scale_Fallback.o -MD -MP -MF AV/.deps/simplescreenrecorder-FastScaler_Scale_Fallback.Tpo -c -o AV/simplescreenrecorder-FastScaler_Scale_Fallback.o `test -f 'AV/FastScaler_Scale_Fallback.cpp' || echo '../../src/'`AV/FastScaler_Scale_Fallback.cpp
  451. mv -f AV/.deps/simplescreenrecorder-AVWrapper.Tpo AV/.deps/simplescreenrecorder-AVWrapper.Po
  452. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-FastScaler_Scale_Generic.o -MD -MP -MF AV/.deps/simplescreenrecorder-FastScaler_Scale_Generic.Tpo -c -o AV/simplescreenrecorder-FastScaler_Scale_Generic.o `test -f 'AV/FastScaler_Scale_Generic.cpp' || echo '../../src/'`AV/FastScaler_Scale_Generic.cpp
  453. mv -f AV/.deps/simplescreenrecorder-FastScaler.Tpo AV/.deps/simplescreenrecorder-FastScaler.Po
  454. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-Resampler.o -MD -MP -MF AV/.deps/simplescreenrecorder-Resampler.Tpo -c -o AV/simplescreenrecorder-Resampler.o `test -f 'AV/Resampler.cpp' || echo '../../src/'`AV/Resampler.cpp
  455. mv -f AV/.deps/simplescreenrecorder-FastScaler_Convert_Fallback.Tpo AV/.deps/simplescreenrecorder-FastScaler_Convert_Fallback.Po
  456. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-SimpleSynth.o -MD -MP -MF AV/.deps/simplescreenrecorder-SimpleSynth.Tpo -c -o AV/simplescreenrecorder-SimpleSynth.o `test -f 'AV/SimpleSynth.cpp' || echo '../../src/'`AV/SimpleSynth.cpp
  457. mv -f AV/.deps/simplescreenrecorder-FastScaler_Scale_Fallback.Tpo AV/.deps/simplescreenrecorder-FastScaler_Scale_Fallback.Po
  458. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT AV/simplescreenrecorder-SourceSink.o -MD -MP -MF AV/.deps/simplescreenrecorder-SourceSink.Tpo -c -o AV/simplescreenrecorder-SourceSink.o `test -f 'AV/SourceSink.cpp' || echo '../../src/'`AV/SourceSink.cpp
  459. mv -f AV/.deps/simplescreenrecorder-FastScaler_Scale_Generic.Tpo AV/.deps/simplescreenrecorder-FastScaler_Scale_Generic.Po
  460. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT common/simplescreenrecorder-ByteQueue.o -MD -MP -MF common/.deps/simplescreenrecorder-ByteQueue.Tpo -c -o common/simplescreenrecorder-ByteQueue.o `test -f 'common/ByteQueue.cpp' || echo '../../src/'`common/ByteQueue.cpp
  461. mv -f AV/.deps/simplescreenrecorder-Resampler.Tpo AV/.deps/simplescreenrecorder-Resampler.Po
  462. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT common/simplescreenrecorder-DetectCPUFeatures.o -MD -MP -MF common/.deps/simplescreenrecorder-DetectCPUFeatures.Tpo -c -o common/simplescreenrecorder-DetectCPUFeatures.o `test -f 'common/DetectCPUFeatures.cpp' || echo '../../src/'`common/DetectCPUFeatures.cpp
  463. mv -f AV/.deps/simplescreenrecorder-SimpleSynth.Tpo AV/.deps/simplescreenrecorder-SimpleSynth.Po
  464. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT common/simplescreenrecorder-Logger.o -MD -MP -MF common/.deps/simplescreenrecorder-Logger.Tpo -c -o common/simplescreenrecorder-Logger.o `test -f 'common/Logger.cpp' || echo '../../src/'`common/Logger.cpp
  465. mv -f common/.deps/simplescreenrecorder-ByteQueue.Tpo common/.deps/simplescreenrecorder-ByteQueue.Po
  466. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-AudioPreviewer.o -MD -MP -MF GUI/.deps/simplescreenrecorder-AudioPreviewer.Tpo -c -o GUI/simplescreenrecorder-AudioPreviewer.o `test -f 'GUI/AudioPreviewer.cpp' || echo '../../src/'`GUI/AudioPreviewer.cpp
  467. mv -f AV/.deps/simplescreenrecorder-SourceSink.Tpo AV/.deps/simplescreenrecorder-SourceSink.Po
  468. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-DialogGLInject.o -MD -MP -MF GUI/.deps/simplescreenrecorder-DialogGLInject.Tpo -c -o GUI/simplescreenrecorder-DialogGLInject.o `test -f 'GUI/DialogGLInject.cpp' || echo '../../src/'`GUI/DialogGLInject.cpp
  469. mv -f common/.deps/simplescreenrecorder-DetectCPUFeatures.Tpo common/.deps/simplescreenrecorder-DetectCPUFeatures.Po
  470. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-ElidedLabel.o -MD -MP -MF GUI/.deps/simplescreenrecorder-ElidedLabel.Tpo -c -o GUI/simplescreenrecorder-ElidedLabel.o `test -f 'GUI/ElidedLabel.cpp' || echo '../../src/'`GUI/ElidedLabel.cpp
  471. mv -f common/.deps/simplescreenrecorder-Logger.Tpo common/.deps/simplescreenrecorder-Logger.Po
  472. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-HotkeyListener.o -MD -MP -MF GUI/.deps/simplescreenrecorder-HotkeyListener.Tpo -c -o GUI/simplescreenrecorder-HotkeyListener.o `test -f 'GUI/HotkeyListener.cpp' || echo '../../src/'`GUI/HotkeyListener.cpp
  473. mv -f GUI/.deps/simplescreenrecorder-AudioPreviewer.Tpo GUI/.deps/simplescreenrecorder-AudioPreviewer.Po
  474. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-Icons.o -MD -MP -MF GUI/.deps/simplescreenrecorder-Icons.Tpo -c -o GUI/simplescreenrecorder-Icons.o `test -f 'GUI/Icons.cpp' || echo '../../src/'`GUI/Icons.cpp
  475. mv -f GUI/.deps/simplescreenrecorder-DialogGLInject.Tpo GUI/.deps/simplescreenrecorder-DialogGLInject.Po
  476. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-MainWindow.o -MD -MP -MF GUI/.deps/simplescreenrecorder-MainWindow.Tpo -c -o GUI/simplescreenrecorder-MainWindow.o `test -f 'GUI/MainWindow.cpp' || echo '../../src/'`GUI/MainWindow.cpp
  477. mv -f GUI/.deps/simplescreenrecorder-ElidedLabel.Tpo GUI/.deps/simplescreenrecorder-ElidedLabel.Po
  478. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-PageDone.o -MD -MP -MF GUI/.deps/simplescreenrecorder-PageDone.Tpo -c -o GUI/simplescreenrecorder-PageDone.o `test -f 'GUI/PageDone.cpp' || echo '../../src/'`GUI/PageDone.cpp
  479. mv -f GUI/.deps/simplescreenrecorder-HotkeyListener.Tpo GUI/.deps/simplescreenrecorder-HotkeyListener.Po
  480. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-PageInput.o -MD -MP -MF GUI/.deps/simplescreenrecorder-PageInput.Tpo -c -o GUI/simplescreenrecorder-PageInput.o `test -f 'GUI/PageInput.cpp' || echo '../../src/'`GUI/PageInput.cpp
  481. mv -f GUI/.deps/simplescreenrecorder-Icons.Tpo GUI/.deps/simplescreenrecorder-Icons.Po
  482. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-PageOutput.o -MD -MP -MF GUI/.deps/simplescreenrecorder-PageOutput.Tpo -c -o GUI/simplescreenrecorder-PageOutput.o `test -f 'GUI/PageOutput.cpp' || echo '../../src/'`GUI/PageOutput.cpp
  483. mv -f GUI/.deps/simplescreenrecorder-PageDone.Tpo GUI/.deps/simplescreenrecorder-PageDone.Po
  484. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-PageRecord.o -MD -MP -MF GUI/.deps/simplescreenrecorder-PageRecord.Tpo -c -o GUI/simplescreenrecorder-PageRecord.o `test -f 'GUI/PageRecord.cpp' || echo '../../src/'`GUI/PageRecord.cpp
  485. mv -f GUI/.deps/simplescreenrecorder-MainWindow.Tpo GUI/.deps/simplescreenrecorder-MainWindow.Po
  486. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-PageWelcome.o -MD -MP -MF GUI/.deps/simplescreenrecorder-PageWelcome.Tpo -c -o GUI/simplescreenrecorder-PageWelcome.o `test -f 'GUI/PageWelcome.cpp' || echo '../../src/'`GUI/PageWelcome.cpp
  487. mv -f GUI/.deps/simplescreenrecorder-PageWelcome.Tpo GUI/.deps/simplescreenrecorder-PageWelcome.Po
  488. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT GUI/simplescreenrecorder-VideoPreviewer.o -MD -MP -MF GUI/.deps/simplescreenrecorder-VideoPreviewer.Tpo -c -o GUI/simplescreenrecorder-VideoPreviewer.o `test -f 'GUI/VideoPreviewer.cpp' || echo '../../src/'`GUI/VideoPreviewer.cpp
  489. mv -f GUI/.deps/simplescreenrecorder-PageInput.Tpo GUI/.deps/simplescreenrecorder-PageInput.Po
  490. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-qrc_resources.o -MD -MP -MF .deps/simplescreenrecorder-qrc_resources.Tpo -c -o simplescreenrecorder-qrc_resources.o `test -f 'qrc_resources.cpp' || echo '../../src/'`qrc_resources.cpp
  491. mv -f .deps/simplescreenrecorder-qrc_resources.Tpo .deps/simplescreenrecorder-qrc_resources.Po
  492. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_X11Input.o -MD -MP -MF .deps/simplescreenrecorder-moc_X11Input.Tpo -c -o simplescreenrecorder-moc_X11Input.o `test -f 'moc_X11Input.cpp' || echo '../../src/'`moc_X11Input.cpp
  493. mv -f GUI/.deps/simplescreenrecorder-PageRecord.Tpo GUI/.deps/simplescreenrecorder-PageRecord.Po
  494. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_SyncDiagram.o -MD -MP -MF .deps/simplescreenrecorder-moc_SyncDiagram.Tpo -c -o simplescreenrecorder-moc_SyncDiagram.o `test -f 'moc_SyncDiagram.cpp' || echo '../../src/'`moc_SyncDiagram.cpp
  495. mv -f GUI/.deps/simplescreenrecorder-PageOutput.Tpo GUI/.deps/simplescreenrecorder-PageOutput.Po
  496. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_Logger.o -MD -MP -MF .deps/simplescreenrecorder-moc_Logger.Tpo -c -o simplescreenrecorder-moc_Logger.o `test -f 'moc_Logger.cpp' || echo '../../src/'`moc_Logger.cpp
  497. mv -f GUI/.deps/simplescreenrecorder-VideoPreviewer.Tpo GUI/.deps/simplescreenrecorder-VideoPreviewer.Po
  498. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_AudioPreviewer.o -MD -MP -MF .deps/simplescreenrecorder-moc_AudioPreviewer.Tpo -c -o simplescreenrecorder-moc_AudioPreviewer.o `test -f 'moc_AudioPreviewer.cpp' || echo '../../src/'`moc_AudioPreviewer.cpp
  499. mv -f .deps/simplescreenrecorder-moc_X11Input.Tpo .deps/simplescreenrecorder-moc_X11Input.Po
  500. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_DialogGLInject.o -MD -MP -MF .deps/simplescreenrecorder-moc_DialogGLInject.Tpo -c -o simplescreenrecorder-moc_DialogGLInject.o `test -f 'moc_DialogGLInject.cpp' || echo '../../src/'`moc_DialogGLInject.cpp
  501. mv -f .deps/simplescreenrecorder-moc_SyncDiagram.Tpo .deps/simplescreenrecorder-moc_SyncDiagram.Po
  502. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_ElidedLabel.o -MD -MP -MF .deps/simplescreenrecorder-moc_ElidedLabel.Tpo -c -o simplescreenrecorder-moc_ElidedLabel.o `test -f 'moc_ElidedLabel.cpp' || echo '../../src/'`moc_ElidedLabel.cpp
  503. mv -f .deps/simplescreenrecorder-moc_Logger.Tpo .deps/simplescreenrecorder-moc_Logger.Po
  504. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_HotkeyListener.o -MD -MP -MF .deps/simplescreenrecorder-moc_HotkeyListener.Tpo -c -o simplescreenrecorder-moc_HotkeyListener.o `test -f 'moc_HotkeyListener.cpp' || echo '../../src/'`moc_HotkeyListener.cpp
  505. mv -f .deps/simplescreenrecorder-moc_AudioPreviewer.Tpo .deps/simplescreenrecorder-moc_AudioPreviewer.Po
  506. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_MainWindow.o -MD -MP -MF .deps/simplescreenrecorder-moc_MainWindow.Tpo -c -o simplescreenrecorder-moc_MainWindow.o `test -f 'moc_MainWindow.cpp' || echo '../../src/'`moc_MainWindow.cpp
  507. mv -f .deps/simplescreenrecorder-moc_DialogGLInject.Tpo .deps/simplescreenrecorder-moc_DialogGLInject.Po
  508. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_PageDone.o -MD -MP -MF .deps/simplescreenrecorder-moc_PageDone.Tpo -c -o simplescreenrecorder-moc_PageDone.o `test -f 'moc_PageDone.cpp' || echo '../../src/'`moc_PageDone.cpp
  509. mv -f .deps/simplescreenrecorder-moc_ElidedLabel.Tpo .deps/simplescreenrecorder-moc_ElidedLabel.Po
  510. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_PageInput.o -MD -MP -MF .deps/simplescreenrecorder-moc_PageInput.Tpo -c -o simplescreenrecorder-moc_PageInput.o `test -f 'moc_PageInput.cpp' || echo '../../src/'`moc_PageInput.cpp
  511. mv -f .deps/simplescreenrecorder-moc_HotkeyListener.Tpo .deps/simplescreenrecorder-moc_HotkeyListener.Po
  512. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_PageOutput.o -MD -MP -MF .deps/simplescreenrecorder-moc_PageOutput.Tpo -c -o simplescreenrecorder-moc_PageOutput.o `test -f 'moc_PageOutput.cpp' || echo '../../src/'`moc_PageOutput.cpp
  513. mv -f .deps/simplescreenrecorder-moc_MainWindow.Tpo .deps/simplescreenrecorder-moc_MainWindow.Po
  514. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_PageRecord.o -MD -MP -MF .deps/simplescreenrecorder-moc_PageRecord.Tpo -c -o simplescreenrecorder-moc_PageRecord.o `test -f 'moc_PageRecord.cpp' || echo '../../src/'`moc_PageRecord.cpp
  515. mv -f .deps/simplescreenrecorder-moc_PageDone.Tpo .deps/simplescreenrecorder-moc_PageDone.Po
  516. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_PageWelcome.o -MD -MP -MF .deps/simplescreenrecorder-moc_PageWelcome.Tpo -c -o simplescreenrecorder-moc_PageWelcome.o `test -f 'moc_PageWelcome.cpp' || echo '../../src/'`moc_PageWelcome.cpp
  517. mv -f .deps/simplescreenrecorder-moc_PageInput.Tpo .deps/simplescreenrecorder-moc_PageInput.Po
  518. g++ -DHAVE_CONFIG_H -I. -I../../src -I..  -DQT_SHARED -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui   -I../3rdparty -I../../src/AV/Input -I../../src/AV/Output -I../../src/AV -I../../src/common -I../../src/GUI -DNDEBUG -DQT_NO_DEBUG -DSSR_USE_X86_ASM=1   -DSSR_USE_FFMPEG_VERSIONS=0 -DSSR_USE_PULSEAUDIO=1  -DSSR_USE_JACK=1  -DSSR_TRANSLATIONS_PATH=\"/usr/share/simplescreenrecorder/translations\"  -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -MT simplescreenrecorder-moc_VideoPreviewer.o -MD -MP -MF .deps/simplescreenrecorder-moc_VideoPreviewer.Tpo -c -o simplescreenrecorder-moc_VideoPreviewer.o `test -f 'moc_VideoPreviewer.cpp' || echo '../../src/'`moc_VideoPreviewer.cpp
  519. mv -f .deps/simplescreenrecorder-moc_PageOutput.Tpo .deps/simplescreenrecorder-moc_PageOutput.Po
  520. /bin/bash ../libtool  --tag=CXX   --mode=link g++ -pthread -std=c++0x -flax-vector-conversions -mssse3 -Wall -O2 -pipe -pthread -lQtGui -lQtCore   -L../3rdparty -lrt -lavformat -lavcodec -lavutil -lswscale -lX11 -lXext -lXfixes -lasound -lsoxr -lpulse -ljack  -o libsimplescreenrecorder-target-ssse3.la  AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.lo AV/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.lo  
  521. libtool: link: ar cru .libs/libsimplescreenrecorder-target-ssse3.a AV/.libs/libsimplescreenrecorder_target_ssse3_la-FastScaler_Convert_SSSE3.o AV/.libs/libsimplescreenrecorder_target_ssse3_la-FastScaler_Scale_SSSE3.o
  522. libtool: link: ranlib .libs/libsimplescreenrecorder-target-ssse3.a
  523. libtool: link: ( cd ".libs" && rm -f "libsimplescreenrecorder-target-ssse3.la" && ln -s "../libsimplescreenrecorder-target-ssse3.la" "libsimplescreenrecorder-target-ssse3.la" )
  524. mv -f .deps/simplescreenrecorder-moc_PageRecord.Tpo .deps/simplescreenrecorder-moc_PageRecord.Po
  525. mv -f .deps/simplescreenrecorder-moc_PageWelcome.Tpo .deps/simplescreenrecorder-moc_PageWelcome.Po
  526. mv -f .deps/simplescreenrecorder-moc_VideoPreviewer.Tpo .deps/simplescreenrecorder-moc_VideoPreviewer.Po
  527. /bin/bash ../libtool  --tag=CXX   --mode=link g++ -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -pthread -lQtGui -lQtCore   -L../3rdparty -lrt -lavformat -lavcodec -lavutil -lswscale -lX11 -lXext -lXfixes -lasound -lsoxr -lpulse -ljack  -o simplescreenrecorder AV/Input/simplescreenrecorder-ALSAInput.o AV/Input/simplescreenrecorder-GLInjectInput.o AV/Input/simplescreenrecorder-JACKInput.o AV/Input/simplescreenrecorder-PulseAudioInput.o AV/Input/simplescreenrecorder-SSRVideoStreamReader.o AV/Input/simplescreenrecorder-SSRVideoStreamWatcher.o AV/Input/simplescreenrecorder-X11Input.o AV/Output/simplescreenrecorder-AudioEncoder.o AV/Output/simplescreenrecorder-BaseEncoder.o AV/Output/simplescreenrecorder-Muxer.o AV/Output/simplescreenrecorder-OutputManager.o AV/Output/simplescreenrecorder-SyncDiagram.o AV/Output/simplescreenrecorder-Synchronizer.o AV/Output/simplescreenrecorder-VideoEncoder.o AV/Output/simplescreenrecorder-X264Presets.o AV/simplescreenrecorder-AVWrapper.o AV/simplescreenrecorder-FastScaler.o AV/simplescreenrecorder-FastScaler_Convert_Fallback.o AV/simplescreenrecorder-FastScaler_Scale_Fallback.o AV/simplescreenrecorder-FastScaler_Scale_Generic.o AV/simplescreenrecorder-Resampler.o AV/simplescreenrecorder-SimpleSynth.o AV/simplescreenrecorder-SourceSink.o common/simplescreenrecorder-ByteQueue.o common/simplescreenrecorder-DetectCPUFeatures.o common/simplescreenrecorder-Logger.o GUI/simplescreenrecorder-AudioPreviewer.o GUI/simplescreenrecorder-DialogGLInject.o GUI/simplescreenrecorder-ElidedLabel.o GUI/simplescreenrecorder-HotkeyListener.o GUI/simplescreenrecorder-Icons.o GUI/simplescreenrecorder-MainWindow.o GUI/simplescreenrecorder-PageDone.o GUI/simplescreenrecorder-PageInput.o GUI/simplescreenrecorder-PageOutput.o GUI/simplescreenrecorder-PageRecord.o GUI/simplescreenrecorder-PageWelcome.o GUI/simplescreenrecorder-VideoPreviewer.o simplescreenrecorder-Main.o simplescreenrecorder-Version.o simplescreenrecorder-qrc_resources.o simplescreenrecorder-moc_X11Input.o simplescreenrecorder-moc_SyncDiagram.o simplescreenrecorder-moc_Logger.o simplescreenrecorder-moc_AudioPreviewer.o simplescreenrecorder-moc_DialogGLInject.o simplescreenrecorder-moc_ElidedLabel.o simplescreenrecorder-moc_HotkeyListener.o simplescreenrecorder-moc_MainWindow.o simplescreenrecorder-moc_PageDone.o simplescreenrecorder-moc_PageInput.o simplescreenrecorder-moc_PageOutput.o simplescreenrecorder-moc_PageRecord.o simplescreenrecorder-moc_PageWelcome.o simplescreenrecorder-moc_VideoPreviewer.o libsimplescreenrecorder-target-ssse3.la
  528. libtool: link: g++ -pthread -std=c++0x -flax-vector-conversions -Wall -O2 -pipe -pthread -o simplescreenrecorder AV/Input/simplescreenrecorder-ALSAInput.o AV/Input/simplescreenrecorder-GLInjectInput.o AV/Input/simplescreenrecorder-JACKInput.o AV/Input/simplescreenrecorder-PulseAudioInput.o AV/Input/simplescreenrecorder-SSRVideoStreamReader.o AV/Input/simplescreenrecorder-SSRVideoStreamWatcher.o AV/Input/simplescreenrecorder-X11Input.o AV/Output/simplescreenrecorder-AudioEncoder.o AV/Output/simplescreenrecorder-BaseEncoder.o AV/Output/simplescreenrecorder-Muxer.o AV/Output/simplescreenrecorder-OutputManager.o AV/Output/simplescreenrecorder-SyncDiagram.o AV/Output/simplescreenrecorder-Synchronizer.o AV/Output/simplescreenrecorder-VideoEncoder.o AV/Output/simplescreenrecorder-X264Presets.o AV/simplescreenrecorder-AVWrapper.o AV/simplescreenrecorder-FastScaler.o AV/simplescreenrecorder-FastScaler_Convert_Fallback.o AV/simplescreenrecorder-FastScaler_Scale_Fallback.o AV/simplescreenrecorder-FastScaler_Scale_Generic.o AV/simplescreenrecorder-Resampler.o AV/simplescreenrecorder-SimpleSynth.o AV/simplescreenrecorder-SourceSink.o common/simplescreenrecorder-ByteQueue.o common/simplescreenrecorder-DetectCPUFeatures.o common/simplescreenrecorder-Logger.o GUI/simplescreenrecorder-AudioPreviewer.o GUI/simplescreenrecorder-DialogGLInject.o GUI/simplescreenrecorder-ElidedLabel.o GUI/simplescreenrecorder-HotkeyListener.o GUI/simplescreenrecorder-Icons.o GUI/simplescreenrecorder-MainWindow.o GUI/simplescreenrecorder-PageDone.o GUI/simplescreenrecorder-PageInput.o GUI/simplescreenrecorder-PageOutput.o GUI/simplescreenrecorder-PageRecord.o GUI/simplescreenrecorder-PageWelcome.o GUI/simplescreenrecorder-VideoPreviewer.o simplescreenrecorder-Main.o simplescreenrecorder-Version.o simplescreenrecorder-qrc_resources.o simplescreenrecorder-moc_X11Input.o simplescreenrecorder-moc_SyncDiagram.o simplescreenrecorder-moc_Logger.o simplescreenrecorder-moc_AudioPreviewer.o simplescreenrecorder-moc_DialogGLInject.o simplescreenrecorder-moc_ElidedLabel.o simplescreenrecorder-moc_HotkeyListener.o simplescreenrecorder-moc_MainWindow.o simplescreenrecorder-moc_PageDone.o simplescreenrecorder-moc_PageInput.o simplescreenrecorder-moc_PageOutput.o simplescreenrecorder-moc_PageRecord.o simplescreenrecorder-moc_PageWelcome.o simplescreenrecorder-moc_VideoPreviewer.o  -L../3rdparty ./.libs/libsimplescreenrecorder-target-ssse3.a -lQtGui -lQtCore -lrt -lavformat -lavcodec -lavutil -lswscale -lX11 -lXext -lXfixes -lasound -lsoxr -lpulse -ljack -pthread
  529. make[2]: Leaving directory `/home/ubu/ssr/build/src'
  530. make[2]: Entering directory `/home/ubu/ssr/build'
  531. make[2]: Leaving directory `/home/ubu/ssr/build'
  532. make[1]: Leaving directory `/home/ubu/ssr/build'
  533. Configuring 32-bit GLInject library ...
  534. checking for a BSD-compatible install... /usr/bin/install -c
  535. checking whether build environment is sane... yes
  536. checking for a thread-safe mkdir -p... /bin/mkdir -p
  537. checking for gawk... gawk
  538. checking whether make sets $(MAKE)... yes
  539. checking whether make supports nested variables... yes
  540. checking whether to enable maintainer-specific portions of Makefiles... no
  541. checking for style of include used by make... GNU
  542. checking for gcc... gcc -m32
  543. checking whether the C compiler works... yes
  544. checking for C compiler default output file name... a.out
  545. checking for suffix of executables...
  546. checking whether we are cross compiling... no
  547. checking for suffix of object files... o
  548. checking whether we are using the GNU C compiler... yes
  549. checking whether gcc -m32 accepts -g... yes
  550. checking for gcc -m32 option to accept ISO C89... none needed
  551. checking whether gcc -m32 understands -c and -o together... yes
  552. checking dependency style of gcc -m32... gcc3
  553. checking for ar... ar
  554. checking the archiver (ar) interface... ar
  555. checking build system type... x86_64-unknown-linux-gnu
  556. checking host system type... x86_64-unknown-linux-gnu
  557. checking how to print strings... printf
  558. checking for a sed that does not truncate output... /bin/sed
  559. checking for grep that handles long lines and -e... /bin/grep
  560. checking for egrep... /bin/grep -E
  561. checking for fgrep... /bin/grep -F
  562. checking for ld used by gcc -m32... /usr/bin/ld
  563. checking if the linker (/usr/bin/ld) is GNU ld... yes
  564. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  565. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  566. checking whether ln -s works... yes
  567. checking the maximum length of command line arguments... 1572864
  568. checking whether the shell understands some XSI constructs... yes
  569. checking whether the shell understands "+="... yes
  570. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  571. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  572. checking for /usr/bin/ld option to reload object files... -r
  573. checking for objdump... objdump
  574. checking how to recognize dependent libraries... pass_all
  575. checking for dlltool... no
  576. checking how to associate runtime and link libraries... printf %s\n
  577. checking for archiver @FILE support... @
  578. checking for strip... strip
  579. checking for ranlib... ranlib
  580. checking command to parse /usr/bin/nm -B output from gcc -m32 object... ok
  581. checking for sysroot... no
  582. checking for mt... mt
  583. checking if mt is a manifest tool... no
  584. checking how to run the C preprocessor... gcc -m32 -E
  585. checking for ANSI C header files... yes
  586. checking for sys/types.h... yes
  587. checking for sys/stat.h... yes
  588. checking for stdlib.h... yes
  589. checking for string.h... yes
  590. checking for memory.h... yes
  591. checking for strings.h... yes
  592. checking for inttypes.h... yes
  593. checking for stdint.h... yes
  594. checking for unistd.h... yes
  595. checking for dlfcn.h... yes
  596. checking for objdir... .libs
  597. checking if gcc -m32 supports -fno-rtti -fno-exceptions... no
  598. checking for gcc -m32 option to produce PIC... -fPIC -DPIC
  599. checking if gcc -m32 PIC flag -fPIC -DPIC works... yes
  600. checking if gcc -m32 static flag -static works... yes
  601. checking if gcc -m32 supports -c -o file.o... yes
  602. checking if gcc -m32 supports -c -o file.o... (cached) yes
  603. checking whether the gcc -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  604. checking whether -lc should be explicitly linked in... no
  605. checking dynamic linker characteristics... GNU/Linux ld.so
  606. checking how to hardcode library paths into programs... immediate
  607. checking whether stripping libraries is possible... yes
  608. checking if libtool supports shared libraries... yes
  609. checking whether to build shared libraries... yes
  610. checking whether to build static libraries... yes
  611. checking for gcc... (cached) gcc -m32
  612. checking whether we are using the GNU C compiler... (cached) yes
  613. checking whether gcc -m32 accepts -g... (cached) yes
  614. checking for gcc -m32 option to accept ISO C89... (cached) none needed
  615. checking whether gcc -m32 understands -c and -o together... (cached) yes
  616. checking dependency style of gcc -m32... (cached) gcc3
  617. checking whether we are using the GNU C++ compiler... yes
  618. checking whether g++ -m32 accepts -g... yes
  619. checking dependency style of g++ -m32... gcc3
  620. checking how to run the C++ preprocessor... g++ -m32 -E
  621. checking for ld used by g++ -m32... /usr/bin/ld -m elf_i386
  622. checking if the linker (/usr/bin/ld -m elf_i386) is GNU ld... yes
  623. checking whether the g++ -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  624. checking for g++ -m32 option to produce PIC... -fPIC -DPIC
  625. checking if g++ -m32 PIC flag -fPIC -DPIC works... yes
  626. checking if g++ -m32 static flag -static works... yes
  627. checking if g++ -m32 supports -c -o file.o... yes
  628. checking if g++ -m32 supports -c -o file.o... (cached) yes
  629. checking whether the g++ -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  630. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  631. checking how to hardcode library paths into programs... immediate
  632. checking for a sed that does not truncate output... (cached) /bin/sed
  633. checking for clock_gettime in -lrt... yes
  634. checking for dlfcn.h... (cached) yes
  635. checking for dlsym in -ldl... yes
  636. checking X11/Xlib.h usability... yes
  637. checking X11/Xlib.h presence... yes
  638. checking for X11/Xlib.h... yes
  639. checking for X11/Xutil.h... yes
  640. checking for XOpenDisplay in -lX11... no
  641. configure: error: required library missing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement