Snippets

Mihamina Rakotomandimby make gtkmm-2.99.8

Created by Mihamina Rakotomandimby last modified
  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
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
[mrakotomandimby@arch-00 gtkmm-2.99.8]$ ./configure       
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking how to create a pax tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports GNU make features... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for native Windows host... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GDKMM... yes
checking for GTKMM... yes
checking for GTHREAD_CFLAGS... -pthread 
checking for GTHREAD_LIBS... -lgthread-2.0 -pthread -lglib-2.0 
checking for GMMPROC_DIR... /usr/lib/glibmm-2.4/proc
checking for GMMPROC_EXTRA_M4_DIR... /usr/lib/pangomm-1.4/proc/m4 /usr/lib/atkmm-1.6/proc/m4
configure: Deprecated API will be built, for backwards-compatibility.
checking for perl... /usr/bin/perl
checking for dot... dot
checking for doxygen... doxygen
checking for xsltproc... xsltproc
checking for libstdc documentation... libstdc++.tag@
configure: WARNING: Location of external libstdc documentation not set
checking for libsigc documentation... /usr/share/doc/libsigc++-2.0/reference/libsigc++-2.0.tag@file:///usr/share/doc/libsigc++-2.0/reference/html
checking for glibmm documentation... /usr/share/doc/glibmm-2.4/reference/glibmm-2.4.tag@file:///usr/share/doc/glibmm-2.4/reference/html
checking for cairomm documentation... /usr/share/doc/cairomm-1.0/reference/cairomm-1.0.tag@file:///usr/share/doc/cairomm-1.0/reference/html
checking for pangomm documentation... /usr/share/doc/pangomm-1.4/reference/pangomm-1.4.tag@file:///usr/share/doc/pangomm-1.4/reference/html
checking for atkmm documentation... /usr/share/doc/atkmm-1.6/reference/atkmm-1.6.tag@file:///usr/share/doc/atkmm-1.6/reference/html
checking for flockfile... yes
checking for funlockfile... yes
checking for getc_unlocked... yes
checking for mkfifo... yes
checking which C++ compiler warning flags to use... -Wall
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tools/Makefile
config.status: creating gdk/gdkmm-3.0.pc
config.status: creating gdk/gdkmm-3.0-uninstalled.pc
config.status: creating gdk/src/Makefile
config.status: creating gdk/gdkmm/Makefile
config.status: creating gtk/gtkmm-3.0.pc
config.status: creating gtk/gtkmm-3.0-uninstalled.pc
config.status: creating gtk/src/Makefile
config.status: creating gtk/gtkmm/Makefile
config.status: creating tests/Makefile
config.status: creating demos/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Doxyfile
config.status: creating MSVC_Net2005/gdkmm/gdkmm.rc
config.status: creating MSVC_Net2005/gtkmm/gtkmm.rc
config.status: creating MSVC_Net2008/gdkmm/gdkmm.rc
config.status: creating MSVC_Net2008/gtkmm/gtkmm.rc
config.status: creating MSVC_Net2010/gdkmm/gdkmm.rc
config.status: creating MSVC_Net2010/gtkmm/gtkmm.rc
config.status: creating win32_installer/gtkmm-installer.nsi
config.status: creating config.h
config.status: creating gdk/gdkmmconfig.h
config.status: creating gtk/gtkmmconfig.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing MSVC_Net2005/gdkmm/gdkmmconfig.h commands
config.status: executing MSVC_Net2005/gtkmm/gtkmmconfig.h commands
config.status: executing MSVC_Net2008/gdkmm/gdkmmconfig.h commands
config.status: executing MSVC_Net2008/gtkmm/gtkmmconfig.h commands
config.status: executing MSVC_Net2010/gdkmm/gdkmmconfig.h commands
config.status: executing MSVC_Net2010/gtkmm/gtkmmconfig.h commands
config.status: executing win32_installer/lgpl.txt commands
[mrakotomandimby@arch-00 gtkmm-2.99.8]$ make
make  all-recursive
make[1]: Entering directory '/home/mrakotomandimby/gtkmm-2.99.8'
Making all in tools
make[2]: Entering directory '/home/mrakotomandimby/gtkmm-2.99.8/tools'
depbase=`echo extra_defs_gen/generate_defs_gtk.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H   -I.. -pthread  -pthread -I/usr/include/atkmm-1.6 -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gtk-3.0/unix-print -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -Wall -g -O2 -MT extra_defs_gen/generate_defs_gtk.o -MD -MP -MF $depbase.Tpo -c -o extra_defs_gen/generate_defs_gtk.o extra_defs_gen/generate_defs_gtk.cc &&\
mv -f $depbase.Tpo $depbase.Po
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:25:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:238,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
extra_defs_gen/generate_defs_gtk.cc: In function 'int main(int, char**)':
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:40:37: warning: 'GType gtk_action_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:96) [-Wdeprecated-declarations]
 #define GTK_TYPE_ACTION            (gtk_action_get_type ())
                                     ^
extra_defs_gen/generate_defs_gtk.cc:60:26: note: in expansion of macro 'GTK_TYPE_ACTION'
             << get_defs( GTK_TYPE_ACTION )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:40:58: warning: 'GType gtk_action_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkaction.h:96) [-Wdeprecated-declarations]
 #define GTK_TYPE_ACTION            (gtk_action_get_type ())
                                                          ^
extra_defs_gen/generate_defs_gtk.cc:60:26: note: in expansion of macro 'GTK_TYPE_ACTION'
             << get_defs( GTK_TYPE_ACTION )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:240:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:41:45: warning: 'GType gtk_action_group_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:173) [-Wdeprecated-declarations]
 #define GTK_TYPE_ACTION_GROUP              (gtk_action_group_get_type ())
                                             ^
extra_defs_gen/generate_defs_gtk.cc:61:26: note: in expansion of macro 'GTK_TYPE_ACTION_GROUP'
             << get_defs( GTK_TYPE_ACTION_GROUP )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:41:72: warning: 'GType gtk_action_group_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkactiongroup.h:173) [-Wdeprecated-declarations]
 #define GTK_TYPE_ACTION_GROUP              (gtk_action_group_get_type ())
                                                                        ^
extra_defs_gen/generate_defs_gtk.cc:61:26: note: in expansion of macro 'GTK_TYPE_ACTION_GROUP'
             << get_defs( GTK_TYPE_ACTION_GROUP )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:238:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:29:42: warning: 'GType gtk_activatable_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:73) [-Wdeprecated-declarations]
 #define GTK_TYPE_ACTIVATABLE            (gtk_activatable_get_type ())
                                          ^
extra_defs_gen/generate_defs_gtk.cc:62:26: note: in expansion of macro 'GTK_TYPE_ACTIVATABLE'
             << get_defs( GTK_TYPE_ACTIVATABLE )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:29:68: warning: 'GType gtk_activatable_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkactivatable.h:73) [-Wdeprecated-declarations]
 #define GTK_TYPE_ACTIVATABLE            (gtk_activatable_get_type ())
                                                                    ^
extra_defs_gen/generate_defs_gtk.cc:62:26: note: in expansion of macro 'GTK_TYPE_ACTIVATABLE'
             << get_defs( GTK_TYPE_ACTIVATABLE )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:241:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:38:46: warning: 'GType gtk_alignment_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77) [-Wdeprecated-declarations]
 #define GTK_TYPE_ALIGNMENT                  (gtk_alignment_get_type ())
                                              ^
extra_defs_gen/generate_defs_gtk.cc:64:26: note: in expansion of macro 'GTK_TYPE_ALIGNMENT'
             << get_defs( GTK_TYPE_ALIGNMENT)
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:38:70: warning: 'GType gtk_alignment_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkalignment.h:77) [-Wdeprecated-declarations]
 #define GTK_TYPE_ALIGNMENT                  (gtk_alignment_get_type ())
                                                                      ^
extra_defs_gen/generate_defs_gtk.cc:64:26: note: in expansion of macro 'GTK_TYPE_ALIGNMENT'
             << get_defs( GTK_TYPE_ALIGNMENT)
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:237:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkarrow.h:39:42: warning: 'GType gtk_arrow_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkarrow.h:71) [-Wdeprecated-declarations]
 #define GTK_TYPE_ARROW                  (gtk_arrow_get_type ())
                                          ^
extra_defs_gen/generate_defs_gtk.cc:70:26: note: in expansion of macro 'GTK_TYPE_ARROW'
             << get_defs( GTK_TYPE_ARROW )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtkarrow.h:39:62: warning: 'GType gtk_arrow_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkarrow.h:71) [-Wdeprecated-declarations]
 #define GTK_TYPE_ARROW                  (gtk_arrow_get_type ())
                                                              ^
extra_defs_gen/generate_defs_gtk.cc:70:26: note: in expansion of macro 'GTK_TYPE_ARROW'
             << get_defs( GTK_TYPE_ARROW )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:242:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h:38:37: warning: 'GType gtk_color_selection_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h:105) [-Wdeprecated-declarations]
 #define GTK_TYPE_COLOR_SELECTION   (gtk_color_selection_get_type ())
                                     ^
extra_defs_gen/generate_defs_gtk.cc:99:26: note: in expansion of macro 'GTK_TYPE_COLOR_SELECTION'
             << get_defs( GTK_TYPE_COLOR_SELECTION )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h:38:67: warning: 'GType gtk_color_selection_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkcolorsel.h:105) [-Wdeprecated-declarations]
 #define GTK_TYPE_COLOR_SELECTION   (gtk_color_selection_get_type ())
                                                                   ^
extra_defs_gen/generate_defs_gtk.cc:99:26: note: in expansion of macro 'GTK_TYPE_COLOR_SELECTION'
             << get_defs( GTK_TYPE_COLOR_SELECTION )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:243:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h:37:53: warning: 'GType gtk_color_selection_dialog_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h:72) [-Wdeprecated-declarations]
 #define GTK_TYPE_COLOR_SELECTION_DIALOG            (gtk_color_selection_dialog_get_type ())
                                                     ^
extra_defs_gen/generate_defs_gtk.cc:100:26: note: in expansion of macro 'GTK_TYPE_COLOR_SELECTION_DIALOG'
             << get_defs( GTK_TYPE_COLOR_SELECTION_DIALOG )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h:37:90: warning: 'GType gtk_color_selection_dialog_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h:72) [-Wdeprecated-declarations]
 #define GTK_TYPE_COLOR_SELECTION_DIALOG            (gtk_color_selection_dialog_get_type ())
                                                                                          ^
extra_defs_gen/generate_defs_gtk.cc:100:26: note: in expansion of macro 'GTK_TYPE_COLOR_SELECTION_DIALOG'
             << get_defs( GTK_TYPE_COLOR_SELECTION_DIALOG )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:244:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:43:47: warning: 'GType gtk_font_selection_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:107) [-Wdeprecated-declarations]
 #define GTK_TYPE_FONT_SELECTION              (gtk_font_selection_get_type ())
                                               ^
extra_defs_gen/generate_defs_gtk.cc:119:26: note: in expansion of macro 'GTK_TYPE_FONT_SELECTION'
             << get_defs( GTK_TYPE_FONT_SELECTION )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:43:76: warning: 'GType gtk_font_selection_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:107) [-Wdeprecated-declarations]
 #define GTK_TYPE_FONT_SELECTION              (gtk_font_selection_get_type ())
                                                                            ^
extra_defs_gen/generate_defs_gtk.cc:119:26: note: in expansion of macro 'GTK_TYPE_FONT_SELECTION'
             << get_defs( GTK_TYPE_FONT_SELECTION )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:244:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:51:54: warning: 'GType gtk_font_selection_dialog_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:141) [-Wdeprecated-declarations]
 #define GTK_TYPE_FONT_SELECTION_DIALOG              (gtk_font_selection_dialog_get_type ())
                                                      ^
extra_defs_gen/generate_defs_gtk.cc:120:26: note: in expansion of macro 'GTK_TYPE_FONT_SELECTION_DIALOG'
             << get_defs( GTK_TYPE_FONT_SELECTION_DIALOG )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:51:90: warning: 'GType gtk_font_selection_dialog_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkfontsel.h:141) [-Wdeprecated-declarations]
 #define GTK_TYPE_FONT_SELECTION_DIALOG              (gtk_font_selection_dialog_get_type ())
                                                                                          ^
extra_defs_gen/generate_defs_gtk.cc:120:26: note: in expansion of macro 'GTK_TYPE_FONT_SELECTION_DIALOG'
             << get_defs( GTK_TYPE_FONT_SELECTION_DIALOG )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:246:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h:41:41: warning: 'GType gtk_handle_box_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h:88) [-Wdeprecated-declarations]
 #define GTK_TYPE_HANDLE_BOX            (gtk_handle_box_get_type ())
                                         ^
extra_defs_gen/generate_defs_gtk.cc:123:26: note: in expansion of macro 'GTK_TYPE_HANDLE_BOX'
             << get_defs( GTK_TYPE_HANDLE_BOX )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h:41:66: warning: 'GType gtk_handle_box_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkhandlebox.h:88) [-Wdeprecated-declarations]
 #define GTK_TYPE_HANDLE_BOX            (gtk_handle_box_get_type ())
                                                                  ^
extra_defs_gen/generate_defs_gtk.cc:123:26: note: in expansion of macro 'GTK_TYPE_HANDLE_BOX'
             << get_defs( GTK_TYPE_HANDLE_BOX )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:255:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:38:46: warning: 'GType gtk_image_menu_item_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:76): Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations]
 #define GTK_TYPE_IMAGE_MENU_ITEM            (gtk_image_menu_item_get_type ())
                                              ^
extra_defs_gen/generate_defs_gtk.cc:126:26: note: in expansion of macro 'GTK_TYPE_IMAGE_MENU_ITEM'
             << get_defs( GTK_TYPE_IMAGE_MENU_ITEM )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:38:76: warning: 'GType gtk_image_menu_item_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkimagemenuitem.h:76): Use 'gtk_menu_item_get_type' instead [-Wdeprecated-declarations]
 #define GTK_TYPE_IMAGE_MENU_ITEM            (gtk_image_menu_item_get_type ())
                                                                            ^
extra_defs_gen/generate_defs_gtk.cc:126:26: note: in expansion of macro 'GTK_TYPE_IMAGE_MENU_ITEM'
             << get_defs( GTK_TYPE_IMAGE_MENU_ITEM )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:33:0,
                 from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:36,
                 from /usr/include/gtk-3.0/gtk/gtk.h:33,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:38:32: warning: 'GType gtk_misc_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) [-Wdeprecated-declarations]
 #define GTK_TYPE_MISC         (gtk_misc_get_type ())
                                ^
extra_defs_gen/generate_defs_gtk.cc:139:26: note: in expansion of macro 'GTK_TYPE_MISC'
             << get_defs( GTK_TYPE_MISC )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:38:51: warning: 'GType gtk_misc_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:70) [-Wdeprecated-declarations]
 #define GTK_TYPE_MISC         (gtk_misc_get_type ())
                                                   ^
extra_defs_gen/generate_defs_gtk.cc:139:26: note: in expansion of macro 'GTK_TYPE_MISC'
             << get_defs( GTK_TYPE_MISC )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:257:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtknumerableicon.h:34:51: warning: 'GType gtk_numerable_icon_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtknumerableicon.h:60) [-Wdeprecated-declarations]
 #define GTK_TYPE_NUMERABLE_ICON                  (gtk_numerable_icon_get_type ())
                                                   ^
extra_defs_gen/generate_defs_gtk.cc:141:26: note: in expansion of macro 'GTK_TYPE_NUMERABLE_ICON'
             << get_defs( GTK_TYPE_NUMERABLE_ICON )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtknumerableicon.h:34:80: warning: 'GType gtk_numerable_icon_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtknumerableicon.h:60) [-Wdeprecated-declarations]
 #define GTK_TYPE_NUMERABLE_ICON                  (gtk_numerable_icon_get_type ())
                                                                                ^
extra_defs_gen/generate_defs_gtk.cc:141:26: note: in expansion of macro 'GTK_TYPE_NUMERABLE_ICON'
             << get_defs( GTK_TYPE_NUMERABLE_ICON )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:258:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:40:43: warning: 'GType gtk_radio_action_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:73) [-Wdeprecated-declarations]
 #define GTK_TYPE_RADIO_ACTION            (gtk_radio_action_get_type ())
                                           ^
extra_defs_gen/generate_defs_gtk.cc:163:26: note: in expansion of macro 'GTK_TYPE_RADIO_ACTION'
             << get_defs( GTK_TYPE_RADIO_ACTION )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:40:70: warning: 'GType gtk_radio_action_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:73) [-Wdeprecated-declarations]
 #define GTK_TYPE_RADIO_ACTION            (gtk_radio_action_get_type ())
                                                                      ^
extra_defs_gen/generate_defs_gtk.cc:163:26: note: in expansion of macro 'GTK_TYPE_RADIO_ACTION'
             << get_defs( GTK_TYPE_RADIO_ACTION )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:260:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkrecentaction.h:32:50: warning: 'GType gtk_recent_action_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkrecentaction.h:63) [-Wdeprecated-declarations]
 #define GTK_TYPE_RECENT_ACTION                  (gtk_recent_action_get_type ())
                                                  ^
extra_defs_gen/generate_defs_gtk.cc:166:26: note: in expansion of macro 'GTK_TYPE_RECENT_ACTION'
             << get_defs( GTK_TYPE_RECENT_ACTION )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtkrecentaction.h:32:78: warning: 'GType gtk_recent_action_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkrecentaction.h:63) [-Wdeprecated-declarations]
 #define GTK_TYPE_RECENT_ACTION                  (gtk_recent_action_get_type ())
                                                                              ^
extra_defs_gen/generate_defs_gtk.cc:166:26: note: in expansion of macro 'GTK_TYPE_RECENT_ACTION'
             << get_defs( GTK_TYPE_RECENT_ACTION )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:266:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:36:27: warning: 'GType gtk_table_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:117) [-Wdeprecated-declarations]
 #define GTK_TYPE_TABLE   (gtk_table_get_type ())
                           ^
extra_defs_gen/generate_defs_gtk.cc:191:26: note: in expansion of macro 'GTK_TYPE_TABLE'
             << get_defs( GTK_TYPE_TABLE )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtktable.h:36:47: warning: 'GType gtk_table_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktable.h:117) [-Wdeprecated-declarations]
 #define GTK_TYPE_TABLE   (gtk_table_get_type ())
                                               ^
extra_defs_gen/generate_defs_gtk.cc:191:26: note: in expansion of macro 'GTK_TYPE_TABLE'
             << get_defs( GTK_TYPE_TABLE )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:267:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h:36:43: warning: 'GType gtk_tearoff_menu_item_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h:75) [-Wdeprecated-declarations]
 #define GTK_TYPE_TEAROFF_MENU_ITEM       (gtk_tearoff_menu_item_get_type ())
                                           ^
extra_defs_gen/generate_defs_gtk.cc:192:26: note: in expansion of macro 'GTK_TYPE_TEAROFF_MENU_ITEM'
             << get_defs( GTK_TYPE_TEAROFF_MENU_ITEM )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h:36:75: warning: 'GType gtk_tearoff_menu_item_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h:75) [-Wdeprecated-declarations]
 #define GTK_TYPE_TEAROFF_MENU_ITEM       (gtk_tearoff_menu_item_get_type ())
                                                                           ^
extra_defs_gen/generate_defs_gtk.cc:192:26: note: in expansion of macro 'GTK_TYPE_TEAROFF_MENU_ITEM'
             << get_defs( GTK_TYPE_TEAROFF_MENU_ITEM )
                          ^
In file included from /usr/include/gtk-3.0/gtk/deprecated/gtkradioaction.h:36:0,
                 from /usr/include/gtk-3.0/gtk/gtk.h:258,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:40:44: warning: 'GType gtk_toggle_action_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:73) [-Wdeprecated-declarations]
 #define GTK_TYPE_TOGGLE_ACTION            (gtk_toggle_action_get_type ())
                                            ^
extra_defs_gen/generate_defs_gtk.cc:204:26: note: in expansion of macro 'GTK_TYPE_TOGGLE_ACTION'
             << get_defs( GTK_TYPE_TOGGLE_ACTION )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:40:72: warning: 'GType gtk_toggle_action_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtktoggleaction.h:73) [-Wdeprecated-declarations]
 #define GTK_TYPE_TOGGLE_ACTION            (gtk_toggle_action_get_type ())
                                                                        ^
extra_defs_gen/generate_defs_gtk.cc:204:26: note: in expansion of macro 'GTK_TYPE_TOGGLE_ACTION'
             << get_defs( GTK_TYPE_TOGGLE_ACTION )
                          ^
In file included from /usr/include/gtk-3.0/gtk/gtk.h:270:0,
                 from extra_defs_gen/generate_defs_gtk.cc:30:
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:43:41: warning: 'GType gtk_ui_manager_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128) [-Wdeprecated-declarations]
 #define GTK_TYPE_UI_MANAGER            (gtk_ui_manager_get_type ())
                                         ^
extra_defs_gen/generate_defs_gtk.cc:216:26: note: in expansion of macro 'GTK_TYPE_UI_MANAGER'
             << get_defs( GTK_TYPE_UI_MANAGER )
                          ^
/usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:43:66: warning: 'GType gtk_ui_manager_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gtk/deprecated/gtkuimanager.h:128) [-Wdeprecated-declarations]
 #define GTK_TYPE_UI_MANAGER            (gtk_ui_manager_get_type ())
                                                                  ^
extra_defs_gen/generate_defs_gtk.cc:216:26: note: in expansion of macro 'GTK_TYPE_UI_MANAGER'
             << get_defs( GTK_TYPE_UI_MANAGER )
                          ^
/bin/sh ../libtool --tag=CXX   --mode=link g++ -Wall -g -O2 -no-undefined -avoid-version  -o extra_defs_gen/generate_extra_defs extra_defs_gen/generate_defs_gtk.o -latkmm-1.6 -lgiomm-2.4 -lpangomm-1.4 -lglibmm-2.4 -lcairomm-1.0 -lsigc-2.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0  -lglibmm_generate_extra_defs-2.4 
libtool: link: g++ -Wall -g -O2 -o extra_defs_gen/generate_extra_defs extra_defs_gen/generate_defs_gtk.o  -latkmm-1.6 -lgiomm-2.4 -lpangomm-1.4 -lglibmm-2.4 -lcairomm-1.0 -lsigc-2.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 -lglibmm_generate_extra_defs-2.4
make[2]: Leaving directory '/home/mrakotomandimby/gtkmm-2.99.8/tools'
Making all in gdk/gdkmm
make[2]: Entering directory '/home/mrakotomandimby/gtkmm-2.99.8/gdk/gdkmm'
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread  -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -Wall -g -O2 -MT color.lo -MD -MP -MF .deps/color.Tpo -c -o color.lo color.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2 -MT color.lo -MD -MP -MF .deps/color.Tpo -c color.cc  -fPIC -DPIC -o .libs/color.o
color.cc: In constructor 'Gdk::Color::Color()':
color.cc:37:14: warning: 'GdkColor* gdk_color_copy(const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:68) [-Wdeprecated-declarations]
   gobject_ = gdk_color_copy(&tmp);
              ^
color.cc:37:33: warning: 'GdkColor* gdk_color_copy(const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:68) [-Wdeprecated-declarations]
   gobject_ = gdk_color_copy(&tmp);
                                 ^
color.cc: In constructor 'Gdk::Color::Color(const Glib::ustring&)':
color.cc:43:14: warning: 'GdkColor* gdk_color_copy(const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:68) [-Wdeprecated-declarations]
   gobject_ = gdk_color_copy(&tmp);
              ^
color.cc:43:33: warning: 'GdkColor* gdk_color_copy(const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:68) [-Wdeprecated-declarations]
   gobject_ = gdk_color_copy(&tmp);
                                 ^
color.cc: In member function 'bool Gdk::Color::set(const Glib::ustring&)':
color.cc:150:10: warning: 'gboolean gdk_color_parse(const gchar*, GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:79) [-Wdeprecated-declarations]
   return gdk_color_parse(value.c_str(), gobj());
          ^
color.cc:150:47: warning: 'gboolean gdk_color_parse(const gchar*, GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:79) [-Wdeprecated-declarations]
   return gdk_color_parse(value.c_str(), gobj());
                                               ^
color.cc: In member function 'Glib::ustring Gdk::Color::to_string() const':
color.cc:205:53: warning: 'gchar* gdk_color_to_string(const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:82) [-Wdeprecated-declarations]
   return Glib::convert_return_gchar_ptr_to_ustring( gdk_color_to_string(gobject_) );
                                                     ^
color.cc:205:81: warning: 'gchar* gdk_color_to_string(const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:82) [-Wdeprecated-declarations]
   return Glib::convert_return_gchar_ptr_to_ustring( gdk_color_to_string(gobject_) );
                                                                                 ^
color.cc: In static member function 'static GType Gdk::Color::get_type()':
color.cc:233:10: warning: 'GType gdk_color_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:65) [-Wdeprecated-declarations]
   return gdk_color_get_type();
          ^
color.cc:233:29: warning: 'GType gdk_color_get_type()' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:65) [-Wdeprecated-declarations]
   return gdk_color_get_type();
                             ^
color.cc: In copy constructor 'Gdk::Color::Color(const Gdk::Color&)':
color.cc:239:32: warning: 'GdkColor* gdk_color_copy(const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:68) [-Wdeprecated-declarations]
   gobject_ ((other.gobject_) ? gdk_color_copy(other.gobject_) : 0)
                                ^
color.cc:239:61: warning: 'GdkColor* gdk_color_copy(const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:68) [-Wdeprecated-declarations]
   gobject_ ((other.gobject_) ? gdk_color_copy(other.gobject_) : 0)
                                                             ^
color.cc: In constructor 'Gdk::Color::Color(GdkColor*, bool)':
color.cc:247:40: warning: 'GdkColor* gdk_color_copy(const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:68) [-Wdeprecated-declarations]
   gobject_ ((make_a_copy && gobject) ? gdk_color_copy(gobject) : gobject)
                                        ^
color.cc:247:62: warning: 'GdkColor* gdk_color_copy(const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:68) [-Wdeprecated-declarations]
   gobject_ ((make_a_copy && gobject) ? gdk_color_copy(gobject) : gobject)
                                                              ^
color.cc: In destructor 'Gdk::Color::~Color()':
color.cc:260:5: warning: 'void gdk_color_free(GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:70) [-Wdeprecated-declarations]
     gdk_color_free(gobject_);
     ^
color.cc:260:28: warning: 'void gdk_color_free(GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:70) [-Wdeprecated-declarations]
     gdk_color_free(gobject_);
                            ^
color.cc: In member function 'GdkColor* Gdk::Color::gobj_copy() const':
color.cc:272:10: warning: 'GdkColor* gdk_color_copy(const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:68) [-Wdeprecated-declarations]
   return gdk_color_copy(gobject_);
          ^
color.cc:272:33: warning: 'GdkColor* gdk_color_copy(const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:68) [-Wdeprecated-declarations]
   return gdk_color_copy(gobject_);
                                 ^
color.cc: In function 'bool Gdk::operator==(const Gdk::Color&, const Gdk::Color&)':
color.cc:278:11: warning: 'gboolean gdk_color_equal(const GdkColor*, const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:75) [-Wdeprecated-declarations]
   return (gdk_color_equal(lhs.gobj(), rhs.gobj()) != 0);
           ^
color.cc:278:49: warning: 'gboolean gdk_color_equal(const GdkColor*, const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:75) [-Wdeprecated-declarations]
   return (gdk_color_equal(lhs.gobj(), rhs.gobj()) != 0);
                                                 ^
color.cc: In function 'bool Gdk::operator!=(const Gdk::Color&, const Gdk::Color&)':
color.cc:283:11: warning: 'gboolean gdk_color_equal(const GdkColor*, const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:75) [-Wdeprecated-declarations]
   return (gdk_color_equal(lhs.gobj(), rhs.gobj()) == 0);
           ^
color.cc:283:49: warning: 'gboolean gdk_color_equal(const GdkColor*, const GdkColor*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/deprecated/gdkcolor.h:75) [-Wdeprecated-declarations]
   return (gdk_color_equal(lhs.gobj(), rhs.gobj()) == 0);
                                                 ^
mv -f .deps/color.Tpo .deps/color.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread  -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -Wall -g -O2 -MT cursor.lo -MD -MP -MF .deps/cursor.Tpo -c -o cursor.lo cursor.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2 -MT cursor.lo -MD -MP -MF .deps/cursor.Tpo -c cursor.cc  -fPIC -DPIC -o .libs/cursor.o
cursor.cc: In static member function 'static Glib::RefPtr<Gdk::Cursor> Gdk::Cursor::create(Gdk::CursorType)':
cursor.cc:125:21: warning: 'GdkCursor* gdk_cursor_new(GdkCursorType)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:223) [-Wdeprecated-declarations]
   return Glib::wrap(gdk_cursor_new(((GdkCursorType)(cursor_type))));
                     ^
cursor.cc:125:66: warning: 'GdkCursor* gdk_cursor_new(GdkCursorType)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkcursor.h:223) [-Wdeprecated-declarations]
   return Glib::wrap(gdk_cursor_new(((GdkCursorType)(cursor_type))));
                                                                  ^
mv -f .deps/cursor.Tpo .deps/cursor.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread  -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -Wall -g -O2 -MT device.lo -MD -MP -MF .deps/device.Tpo -c -o device.lo device.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2 -MT device.lo -MD -MP -MF .deps/device.Tpo -c device.cc  -fPIC -DPIC -o .libs/device.o
mv -f .deps/device.Tpo .deps/device.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread  -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -Wall -g -O2 -MT devicemanager.lo -MD -MP -MF .deps/devicemanager.Tpo -c -o devicemanager.lo devicemanager.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2 -MT devicemanager.lo -MD -MP -MF .deps/devicemanager.Tpo -c devicemanager.cc  -fPIC -DPIC -o .libs/devicemanager.o
mv -f .deps/devicemanager.Tpo .deps/devicemanager.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread  -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -Wall -g -O2 -MT display.lo -MD -MP -MF .deps/display.Tpo -c -o display.lo display.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2 -MT display.lo -MD -MP -MF .deps/display.Tpo -c display.cc  -fPIC -DPIC -o .libs/display.o
display.cc: In member function 'int Gdk::Display::get_n_screens() const':
display.cc:243:10: warning: 'gint gdk_display_get_n_screens(GdkDisplay*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkdisplay.h:52) [-Wdeprecated-declarations]
   return gdk_display_get_n_screens(const_cast<GdkDisplay*>(gobj()));
          ^
display.cc:243:67: warning: 'gint gdk_display_get_n_screens(GdkDisplay*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkdisplay.h:52) [-Wdeprecated-declarations]
   return gdk_display_get_n_screens(const_cast<GdkDisplay*>(gobj()));
                                                                   ^
display.cc: In static member function 'static Glib::RefPtr<Gdk::Display> Gdk::Display::open_default_libgtk_only()':
display.cc:350:47: warning: 'GdkDisplay* gdk_display_open_default_libgtk_only()' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkdisplay.h:127) [-Wdeprecated-declarations]
   Glib::RefPtr<Display> retvalue = Glib::wrap(gdk_display_open_default_libgtk_only());
                                               ^
display.cc:350:84: warning: 'GdkDisplay* gdk_display_open_default_libgtk_only()' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkdisplay.h:127) [-Wdeprecated-declarations]
   Glib::RefPtr<Display> retvalue = Glib::wrap(gdk_display_open_default_libgtk_only());
                                                                                    ^
display.cc: In member function 'bool Gdk::Display::supports_composite() const':
display.cc:435:10: warning: 'gboolean gdk_display_supports_composite(GdkDisplay*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkdisplay.h:163) [-Wdeprecated-declarations]
   return gdk_display_supports_composite(const_cast<GdkDisplay*>(gobj()));
          ^
display.cc:435:72: warning: 'gboolean gdk_display_supports_composite(GdkDisplay*)' is deprecated (declared at /usr/include/gtk-3.0/gdk/gdkdisplay.h:163) [-Wdeprecated-declarations]
   return gdk_display_supports_composite(const_cast<GdkDisplay*>(gobj()));
                                                                        ^
mv -f .deps/display.Tpo .deps/display.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread  -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -Wall -g -O2 -MT displaymanager.lo -MD -MP -MF .deps/displaymanager.Tpo -c -o displaymanager.lo displaymanager.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2 -MT displaymanager.lo -MD -MP -MF .deps/displaymanager.Tpo -c displaymanager.cc  -fPIC -DPIC -o .libs/displaymanager.o
mv -f .deps/displaymanager.Tpo .deps/displaymanager.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread  -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -Wall -g -O2 -MT dragcontext.lo -MD -MP -MF .deps/dragcontext.Tpo -c -o dragcontext.lo dragcontext.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2 -MT dragcontext.lo -MD -MP -MF .deps/dragcontext.Tpo -c dragcontext.cc  -fPIC -DPIC -o .libs/dragcontext.o
dragcontext.cc: In member function 'void Gdk::DragContext::set_icon(const Glib::ustring&, int, int)':
dragcontext.cc:209:1: warning: 'void gtk_drag_set_icon_stock(GdkDragContext*, const gchar*, gint, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkdnd.h:222): Use 'gtk_drag_set_icon_name' instead [-Wdeprecated-declarations]
 gtk_drag_set_icon_stock(gobj(), stock_id.c_str(), hot_x, hot_y); 
 ^
dragcontext.cc:209:63: warning: 'void gtk_drag_set_icon_stock(GdkDragContext*, const gchar*, gint, gint)' is deprecated (declared at /usr/include/gtk-3.0/gtk/gtkdnd.h:222): Use 'gtk_drag_set_icon_name' instead [-Wdeprecated-declarations]
 gtk_drag_set_icon_stock(gobj(), stock_id.c_str(), hot_x, hot_y); 
                                                               ^
mv -f .deps/dragcontext.Tpo .deps/dragcontext.Plo
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H   -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread  -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -Wall -g -O2 -MT event.lo -MD -MP -MF .deps/event.Tpo -c -o event.lo event.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I.. -I../.. -DG_LOG_DOMAIN=\"gdkmm\" -DGDKMM_BUILD=1 -pthread -pthread -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/harfbuzz -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -O2 -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.cc  -fPIC -DPIC -o .libs/event.o
event.cc: In static member function 'static GType Glib::Value<Gdk::ExtensionMode>::value_type()':
event.cc:51:38: error: 'gdk_extension_mode_get_type' was not declared in this scope
   return gdk_extension_mode_get_type();
                                      ^
event.cc:52:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
Makefile:443: recipe for target 'event.lo' failed
make[2]: *** [event.lo] Error 1
make[2]: Leaving directory '/home/mrakotomandimby/gtkmm-2.99.8/gdk/gdkmm'
Makefile:586: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/mrakotomandimby/gtkmm-2.99.8'
Makefile:387: recipe for target 'all' failed
make: *** [all] Error 2

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.