summaryrefslogtreecommitdiff
path: root/simplescreenrecorder/simplescreenrecorder-0.4.2-1-x86_64-build.log
blob: 16cc2bf75c0f7bb894d05610bab9de029745c06b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
-- The C compiler identification is GNU 8.4.0
-- The CXX compiler identification is GNU 8.4.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found X11: /usr/include   
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found OpenGL: /usr/lib/libGL.so   
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") 
-- Checking for modules 'libavformat;libavcodec;libavutil;libswscale'
--   Found libavformat, version 58.76.100
--   Found libavcodec, version 58.134.100
--   Found libavutil, version 56.70.100
--   Found libswscale, version 5.9.100
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (AVFormat)
  does not match the name of the calling package (FFmpeg).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/FindFFmpeg.cmake:19 (find_package_handle_standard_args)
  src/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found AVFormat: /usr/lib/libavformat.so  
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (AVCodec)
  does not match the name of the calling package (FFmpeg).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/FindFFmpeg.cmake:20 (find_package_handle_standard_args)
  src/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found AVCodec: /usr/lib/libavcodec.so  
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (AVUtil)
  does not match the name of the calling package (FFmpeg).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/FindFFmpeg.cmake:21 (find_package_handle_standard_args)
  src/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found AVUtil: /usr/lib/libavutil.so  
CMake Warning (dev) at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (SWScale)
  does not match the name of the calling package (FFmpeg).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/FindFFmpeg.cmake:22 (find_package_handle_standard_args)
  src/CMakeLists.txt:6 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found SWScale: /usr/lib/libswscale.so  
-- Found ALSA: /usr/lib/libasound.so (found version "1.2.6.1") 
-- The following REQUIRED packages have been found:

 * OpenGL
 * Threads
 * FFmpeg
 * PkgConfig
 * X11
 * ALSA
 * Qt5Core
 * Qt5Gui
 * Qt5Widgets
 * Qt5X11Extras
 * Qt5 (required version >= 5.7)

-- Configuring done
-- Generating done
-- Build files have been written to: /build/simplescreenrecorder/src/ssr-0.4.2/build
make: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
make[1]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
[  1%] Building C object glinject/CMakeFiles/ssr-glinject.dir/elfhacks.c.o
[  2%] Building CXX object glinject/CMakeFiles/ssr-glinject.dir/GLInject.cpp.o
[  4%] Generating simplescreenrecorder_ar.qm
[  4%] Automatic MOC for target simplescreenrecorder
[  5%] Generating simplescreenrecorder_bg.qm
[  7%] Generating simplescreenrecorder_cs.qm
[  8%] Generating simplescreenrecorder_de.qm
[  9%] Generating simplescreenrecorder_el.qm
[ 10%] Generating simplescreenrecorder_es.qm
[ 11%] Generating simplescreenrecorder_fr.qm
[ 13%] Generating simplescreenrecorder_gl.qm
[ 14%] Generating simplescreenrecorder_he.qm
[ 15%] Building CXX object glinject/CMakeFiles/ssr-glinject.dir/GLXFrameGrabber.cpp.o
[ 16%] Generating simplescreenrecorder_hu.qm
[ 17%] Generating simplescreenrecorder_id.qm
[ 19%] Generating simplescreenrecorder_it.qm
[ 20%] Generating simplescreenrecorder_ja.qm
[ 21%] Generating simplescreenrecorder_lt.qm
[ 22%] Generating simplescreenrecorder_nl.qm
[ 23%] Generating simplescreenrecorder_pl.qm
[ 25%] Generating simplescreenrecorder_pt_BR.qm
[ 26%] Generating simplescreenrecorder_ru.qm
[ 27%] Generating simplescreenrecorder_sr.qm
[ 28%] Generating simplescreenrecorder_sv.qm
[ 29%] Generating simplescreenrecorder_uk.qm
[ 30%] Generating simplescreenrecorder_zh_CN.qm
[ 32%] Generating simplescreenrecorder_zh_TW.qm
make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
[ 32%] Built target translations
[ 33%] Building CXX object glinject/CMakeFiles/ssr-glinject.dir/Hook.cpp.o
[ 34%] Building CXX object glinject/CMakeFiles/ssr-glinject.dir/SSRVideoStreamWriter.cpp.o
[ 35%] Linking CXX shared library libssr-glinject.so
make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
[ 35%] Built target ssr-glinject
make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
[ 35%] Built target simplescreenrecorder_autogen
make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
[ 36%] Generating qrc_resources.cpp
make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
make[2]: Entering directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
[ 38%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/simplescreenrecorder_autogen/mocs_compilation.cpp.o
[ 39%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Input/ALSAInput.cpp.o
[ 40%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Input/GLInjectInput.cpp.o
[ 41%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Input/JACKInput.cpp.o
In file included from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/2LCCYRVYXB/moc_ElidedLabel.cpp:10,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/mocs_compilation.cpp:6:
/build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/2LCCYRVYXB/../../../../src/GUI/ElidedLabel.h:37:58: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  ElidedLabel(QWidget* parent = NULL, Qt::WindowFlags f = 0);
                                                          ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/GPQNCQLT6Y/../../../../src/AV/Output/SyncDiagram.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/GPQNCQLT6Y/moc_SyncDiagram.cpp:10,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/mocs_compilation.cpp:2:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
In file included from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/2LCCYRVYXB/moc_ElidedLabel.cpp:10,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/mocs_compilation.cpp:6:
/build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/2LCCYRVYXB/../../../../src/GUI/ElidedLabel.h:38:78: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  ElidedLabel(const QString& txt, QWidget* parent = NULL, Qt::WindowFlags f = 0);
                                                                              ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/GPQNCQLT6Y/../../../../src/AV/Output/SyncDiagram.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/GPQNCQLT6Y/moc_SyncDiagram.cpp:10,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/mocs_compilation.cpp:2:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
In file included from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/2LCCYRVYXB/moc_ElidedLabel.cpp:10,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/mocs_compilation.cpp:6:
/build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/2LCCYRVYXB/../../../../src/GUI/ElidedLabel.h:39:124: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  ElidedLabel(const QString& txt, Qt::TextElideMode elideMode = Qt::ElideRight, QWidget* parent = NULL, Qt::WindowFlags f = 0);
                                                                                                                            ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/GPQNCQLT6Y/../../../../src/AV/Output/SyncDiagram.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/GPQNCQLT6Y/moc_SyncDiagram.cpp:10,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/build/src/simplescreenrecorder_autogen/mocs_compilation.cpp:2:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
[ 42%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Input/PulseAudioInput.cpp.o
[ 44%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Input/SSRVideoStreamReader.cpp.o
[ 45%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Input/SSRVideoStreamWatcher.cpp.o
[ 46%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Input/X11Input.cpp.o
[ 47%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/AudioEncoder.cpp.o
[ 48%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/BaseEncoder.cpp.o
[ 50%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/Muxer.cpp.o
[ 51%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/OutputManager.cpp.o
[ 52%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/SyncDiagram.cpp.o
[ 53%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/Synchronizer.cpp.o
[ 54%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/VideoEncoder.cpp.o
[ 55%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/Output/X264Presets.cpp.o
[ 57%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/AVWrapper.cpp.o
[ 58%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastResampler.cpp.o
[ 59%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastResampler_FirFilter_Fallback.cpp.o
[ 60%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastScaler.cpp.o
[ 61%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastScaler_Convert_Fallback.cpp.o
[ 63%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastScaler_Scale_Fallback.cpp.o
[ 64%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastScaler_Scale_Generic.cpp.o
[ 65%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/SimpleSynth.cpp.o
[ 66%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/SourceSink.cpp.o
[ 67%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/common/CommandLineOptions.cpp.o
[ 69%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/common/CPUFeatures.cpp.o
[ 70%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/common/Dialogs.cpp.o
[ 71%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/common/Logger.cpp.o
[ 72%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/AudioPreviewer.cpp.o
[ 73%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/DialogGLInject.cpp.o
[ 75%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/DialogRecordSchedule.cpp.o
[ 76%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/ElidedLabel.cpp.o
[ 77%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/HiddenScrollArea.cpp.o
[ 78%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/HotkeyListener.cpp.o
In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:23:
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:37:58: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  ElidedLabel(QWidget* parent = NULL, Qt::WindowFlags f = 0);
                                                          ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:20:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:23:
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:38:78: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  ElidedLabel(const QString& txt, QWidget* parent = NULL, Qt::WindowFlags f = 0);
                                                                              ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:20:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:23:
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:39:124: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  ElidedLabel(const QString& txt, Qt::TextElideMode elideMode = Qt::ElideRight, QWidget* parent = NULL, Qt::WindowFlags f = 0);
                                                                                                                            ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:20:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp: In constructor 'DialogRecordSchedule::DialogRecordSchedule(PageRecord*)':
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:87:93: warning: 'int QFontMetrics::width(const QString&, int) const' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
  m_label_time->setMinimumWidth(m_label_time->fontMetrics().width("0000-00-00 00:00:00 XXXXX") + 10);
                                                                                             ^
In file included from /usr/include/qt/QtGui/QtGui:26,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/DialogRecordSchedule.cpp:20:
/usr/include/qt/QtGui/qfontmetrics.h:106:9: note: declared here
     int width(const QString &, int len = -1) const;
         ^~~~~
In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.cpp:24:
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:37:58: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  ElidedLabel(QWidget* parent = NULL, Qt::WindowFlags f = 0);
                                                          ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:25,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.cpp:24:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.cpp:24:
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:38:78: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  ElidedLabel(const QString& txt, QWidget* parent = NULL, Qt::WindowFlags f = 0);
                                                                              ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:25,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.cpp:24:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.cpp:24:
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:39:124: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  ElidedLabel(const QString& txt, Qt::TextElideMode elideMode = Qt::ElideRight, QWidget* parent = NULL, Qt::WindowFlags f = 0);
                                                                                                                            ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:25,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.cpp:24:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
[ 79%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/Icons.cpp.o
[ 80%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/MainWindow.cpp.o
[ 82%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/PageDone.cpp.o
[ 83%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/PageInput.cpp.o
In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:31:
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:37:58: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  ElidedLabel(QWidget* parent = NULL, Qt::WindowFlags f = 0);
                                                          ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:20:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:31:
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:38:78: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  ElidedLabel(const QString& txt, QWidget* parent = NULL, Qt::WindowFlags f = 0);
                                                                              ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:20:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:31:
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:39:124: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  ElidedLabel(const QString& txt, Qt::TextElideMode elideMode = Qt::ElideRight, QWidget* parent = NULL, Qt::WindowFlags f = 0);
                                                                                                                            ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:20:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp: In constructor 'MainWindow::MainWindow()':
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:118:68: warning: 'const QRect QDesktopWidget::availableGeometry(int) const' is deprecated: Use QGuiApplication::screens() [-Wdeprecated-declarations]
  QSize available_size = QApplication::desktop()->availableGeometry().size() - QSize(80, 80);
                                                                    ^
In file included from /usr/include/qt/QtWidgets/QDesktopWidget:1,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:33,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/MainWindow.cpp:20:
/usr/include/qt/QtWidgets/qdesktopwidget.h:88:67: note: declared here
     QT_DEPRECATED_X("Use QGuiApplication::screens()") const QRect availableGeometry(int screen = -1) const;
                                                                   ^~~~~~~~~~~~~~~~~
[ 84%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/PageOutput.cpp.o
[ 85%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/PageRecord.cpp.o
[ 86%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/PageWelcome.cpp.o
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageOutput.cpp: In constructor 'PageOutput::PageOutput(MainWindow*)':
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageOutput.cpp:129:78: warning: 'QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
   c.suffixes = QString(format->extensions).split(',', QString::SkipEmptyParts);
                                                                              ^
In file included from /usr/include/qt/QtCore/qobject.h:47,
                 from /usr/include/qt/QtCore/qabstractanimation.h:43,
                 from /usr/include/qt/QtCore/QtCore:6,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageOutput.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageOutput.cpp:20:
/usr/include/qt/QtCore/qstring.h:615:17: note: declared here
     QStringList split(QChar sep, SplitBehavior behavior,
                 ^~~~~
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageOutput.cpp:282:99: warning: 'int QFontMetrics::width(const QString&, int) const' is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
    m_label_h264_crf_value->setMinimumWidth(QFontMetrics(m_label_h264_crf_value->font()).width("99") + 2);
                                                                                                   ^
In file included from /usr/include/qt/QtGui/QtGui:26,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageOutput.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageOutput.cpp:20:
/usr/include/qt/QtGui/qfontmetrics.h:106:9: note: declared here
     int width(const QString &, int len = -1) const;
         ^~~~~
In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:37:58: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  ElidedLabel(QWidget* parent = NULL, Qt::WindowFlags f = 0);
                                                          ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:38:78: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  ElidedLabel(const QString& txt, QWidget* parent = NULL, Qt::WindowFlags f = 0);
                                                                              ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
In file included from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:27,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/ElidedLabel.h:39:124: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
  ElidedLabel(const QString& txt, Qt::TextElideMode elideMode = Qt::ElideRight, QWidget* parent = NULL, Qt::WindowFlags f = 0);
                                                                                                                            ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
[ 88%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/ProfileBox.cpp.o
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp: In function 'std::vector<std::pair<QString, QString> > GetOptionsFromString(const QString&)':
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:72:65: warning: 'QStringList QString::split(QChar, QString::SplitBehavior, Qt::CaseSensitivity) const' is deprecated: Use Qt::SplitBehavior variant instead [-Wdeprecated-declarations]
  QStringList optionlist = str.split(',', QString::SkipEmptyParts);
                                                                 ^
In file included from /usr/include/qt/QtCore/qobject.h:47,
                 from /usr/include/qt/QtCore/qabstractanimation.h:43,
                 from /usr/include/qt/QtCore/QtCore:6,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
/usr/include/qt/QtCore/qstring.h:615:17: note: declared here
     QStringList split(QChar sep, SplitBehavior behavior,
                 ^~~~~
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp: In constructor 'PageRecord::PageRecord(MainWindow*)':
/build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:251:94: warning: 'constexpr QFlags<T>::QFlags(QFlags<T>::Zero) [with Enum = Qt::WindowType; QFlags<T>::Zero = int QFlags<Qt::WindowType>::Private::*]' is deprecated: Use default constructor instead [-Wdeprecated-declarations]
     m_label_info_file_name = new ElidedLabel(QString(), Qt::ElideMiddle, groupbox_information);
                                                                                              ^
In file included from /usr/include/qt/QtCore/qglobal.h:1304,
                 from /usr/include/qt/QtCore/QtCore:4,
                 from /usr/include/qt/QtGui/QtGuiDepends:3,
                 from /usr/include/qt/QtGui/QtGui:3,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/Global.h:23,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.h:21,
                 from /build/simplescreenrecorder/src/ssr-0.4.2/src/GUI/PageRecord.cpp:20:
/usr/include/qt/QtCore/qflags.h:123:80: note: declared here
     QT_DEPRECATED_X("Use default constructor instead") Q_DECL_CONSTEXPR inline QFlags(Zero) noexcept : i(0) {}
                                                                                ^~~~~~
[ 89%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/VideoPreviewer.cpp.o
[ 90%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/GUI/WidgetRack.cpp.o
[ 91%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/Benchmark.cpp.o
[ 92%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/Main.cpp.o
[ 94%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/NVidia.cpp.o
[ 95%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastResampler_FirFilter_SSE2.cpp.o
[ 96%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastScaler_Convert_SSSE3.cpp.o
[ 97%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/AV/FastScaler_Scale_SSSE3.cpp.o
[ 98%] Building CXX object src/CMakeFiles/simplescreenrecorder.dir/qrc_resources.cpp.o
[100%] Linking CXX executable simplescreenrecorder
/usr/bin/ld: /usr/lib/libssh.so.4: warning: EVP_EncryptFinal is often misused, please use EVP_EncryptFinal_ex and EVP_CIPHER_CTX_cleanup
/usr/bin/ld: /usr/lib/libssh.so.4: warning: EVP_DecryptFinal is often misused, please use EVP_DecryptFinal_ex and EVP_CIPHER_CTX_cleanup
make[2]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
[100%] Built target simplescreenrecorder
make[1]: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'
make: Leaving directory '/build/simplescreenrecorder/src/ssr-0.4.2/build'