scons: Reading SConscript files ... Checking for program msgfmt... (cached) yes Checking for program xgettext... (cached) yes Checking for program msgmerge... (cached) yes Checking for program msgcat... (cached) yes Checking for program ragel... (cached) yes Checking for library gtk+-2.0 >= 2.24.0... yes Checking for library gio-unix-2.0 >= 2.26.0... yes Checking for library lua5.3 >= 5.3... no Checking for library lua >= 5.2... yes Checking for library boost >= 1.58... yes scons: done reading SConscript files. scons: Building targets ... g++ -o build/source/version/Version.o -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -DBUILD_DATE=2021-05-22 -DBUILD_PLATFORM=linux -DBUILD_REVISION=unknown -DBUILD_VERSION=0.2.6rc1 -Iextern source/version/Version.cpp g++ -o build/source/gtk/ColorCell.o -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -pthread -Iextern -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 source/gtk/ColorCell.cpp In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from source/gtk/ColorCell.h:23, from source/gtk/ColorCell.cpp:19: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from source/gtk/ColorCell.h:23, from source/gtk/ColorCell.cpp:19: /usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here 685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36; | ^~~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from source/gtk/ColorCell.h:23, from source/gtk/ColorCell.cpp:19: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from source/gtk/ColorCell.h:23, from source/gtk/ColorCell.cpp:19: /usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here 545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ g++ -o build/source/gtk/ColorComponent.o -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -pthread -Iextern -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 source/gtk/ColorComponent.cpp source/gtk/ColorComponent.cpp:114:20: warning: Deprecated pre-processor symbol, replace with 114 | GtkColorComponentPrivate *ns = GET_PRIVATE(color_obj); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:131:20: warning: Deprecated pre-processor symbol, replace with 131 | GtkColorComponentPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:187:20: warning: Deprecated pre-processor symbol, replace with 187 | GtkColorComponentPrivate *ns = GET_PRIVATE(color_component); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:192:20: warning: Deprecated pre-processor symbol, replace with 192 | GtkColorComponentPrivate *ns = GET_PRIVATE(color_component); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:197:20: warning: Deprecated pre-processor symbol, replace with 197 | GtkColorComponentPrivate *ns = GET_PRIVATE(color_component); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:204:20: warning: Deprecated pre-processor symbol, replace with 204 | GtkColorComponentPrivate *ns = GET_PRIVATE(color_component); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:212:20: warning: Deprecated pre-processor symbol, replace with 212 | GtkColorComponentPrivate *ns = GET_PRIVATE(color_component); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:217:20: warning: Deprecated pre-processor symbol, replace with 217 | GtkColorComponentPrivate *ns = GET_PRIVATE(color_component); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:229:20: warning: Deprecated pre-processor symbol, replace with 229 | GtkColorComponentPrivate *ns = GET_PRIVATE(color_component); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:238:20: warning: Deprecated pre-processor symbol, replace with 238 | GtkColorComponentPrivate *ns = GET_PRIVATE(color_component); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:283:20: warning: Deprecated pre-processor symbol, replace with 283 | GtkColorComponentPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:300:20: warning: Deprecated pre-processor symbol, replace with 300 | GtkColorComponentPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:632:20: warning: Deprecated pre-processor symbol, replace with 632 | return GET_PRIVATE(color_component)->component; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:676:20: warning: Deprecated pre-processor symbol, replace with 676 | GtkColorComponentPrivate *ns = GET_PRIVATE(color_component); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:681:20: warning: Deprecated pre-processor symbol, replace with 681 | GtkColorComponentPrivate *ns = GET_PRIVATE(color_component); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:691:20: warning: Deprecated pre-processor symbol, replace with 691 | GtkColorComponentPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:699:20: warning: Deprecated pre-processor symbol, replace with 699 | GtkColorComponentPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:713:20: warning: Deprecated pre-processor symbol, replace with 713 | GtkColorComponentPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:744:20: warning: Deprecated pre-processor symbol, replace with 744 | GtkColorComponentPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:761:20: warning: Deprecated pre-processor symbol, replace with 761 | GtkColorComponentPrivate *ns = GET_PRIVATE(color_component); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:768:20: warning: Deprecated pre-processor symbol, replace with 768 | GtkColorComponentPrivate *ns = GET_PRIVATE(color_component); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:775:20: warning: Deprecated pre-processor symbol, replace with 775 | GtkColorComponentPrivate *ns = GET_PRIVATE(color_component); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorComponent.cpp:781:20: warning: Deprecated pre-processor symbol, replace with 781 | GtkColorComponentPrivate *ns = GET_PRIVATE(color_component); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from source/gtk/ColorComponent.h:22, from source/gtk/ColorComponent.cpp:19: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from source/gtk/ColorComponent.h:22, from source/gtk/ColorComponent.cpp:19: /usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here 685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36; | ^~~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from source/gtk/ColorComponent.h:22, from source/gtk/ColorComponent.cpp:19: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from source/gtk/ColorComponent.h:22, from source/gtk/ColorComponent.cpp:19: /usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here 545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ source/gtk/ColorComponent.cpp: In function ‘void gtk_color_component_class_init(GtkColorComponentClass*)’: source/gtk/ColorComponent.cpp:78:33: warning: ‘void g_type_class_add_private(gpointer, gsize)’ is deprecated [-Wdeprecated-declarations] 78 | g_type_class_add_private(obj_class, sizeof(GtkColorComponentPrivate)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from source/gtk/ColorComponent.h:22, from source/gtk/ColorComponent.cpp:19: /usr/include/glib-2.0/gobject/gtype.h:1307:10: note: declared here 1307 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ g++ -o build/source/gtk/ColorWheel.o -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -pthread -Iextern -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 source/gtk/ColorWheel.cpp source/gtk/ColorWheel.cpp:79:20: warning: Deprecated pre-processor symbol, replace with 79 | GtkColorWheelPrivate *ns = GET_PRIVATE(color_wheel_obj); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:111:20: warning: Deprecated pre-processor symbol, replace with 111 | GtkColorWheelPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:136:20: warning: Deprecated pre-processor symbol, replace with 136 | GtkColorWheelPrivate *ns = GET_PRIVATE(color_wheel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:148:20: warning: Deprecated pre-processor symbol, replace with 148 | GtkColorWheelPrivate *ns = GET_PRIVATE(color_wheel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:153:20: warning: Deprecated pre-processor symbol, replace with 153 | GtkColorWheelPrivate *ns = GET_PRIVATE(color_wheel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:158:20: warning: Deprecated pre-processor symbol, replace with 158 | GtkColorWheelPrivate *ns = GET_PRIVATE(color_wheel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:166:20: warning: Deprecated pre-processor symbol, replace with 166 | GtkColorWheelPrivate *ns = GET_PRIVATE(color_wheel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:182:20: warning: Deprecated pre-processor symbol, replace with 182 | GtkColorWheelPrivate *ns = GET_PRIVATE(color_wheel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:190:20: warning: Deprecated pre-processor symbol, replace with 190 | GtkColorWheelPrivate *ns = GET_PRIVATE(color_wheel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:199:20: warning: Deprecated pre-processor symbol, replace with 199 | GtkColorWheelPrivate *ns = GET_PRIVATE(color_wheel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:208:20: warning: Deprecated pre-processor symbol, replace with 208 | GtkColorWheelPrivate *ns = GET_PRIVATE(color_wheel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:216:20: warning: Deprecated pre-processor symbol, replace with 216 | GtkColorWheelPrivate *ns = GET_PRIVATE(color_wheel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:224:20: warning: Deprecated pre-processor symbol, replace with 224 | GtkColorWheelPrivate *ns = GET_PRIVATE(color_wheel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:349:20: warning: Deprecated pre-processor symbol, replace with 349 | GtkColorWheelPrivate *ns = GET_PRIVATE(color_wheel); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:366:20: warning: Deprecated pre-processor symbol, replace with 366 | GtkColorWheelPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:390:20: warning: Deprecated pre-processor symbol, replace with 390 | GtkColorWheelPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:408:20: warning: Deprecated pre-processor symbol, replace with 408 | GtkColorWheelPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:420:20: warning: Deprecated pre-processor symbol, replace with 420 | GtkColorWheelPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWheel.cpp:461:20: warning: Deprecated pre-processor symbol, replace with 461 | GtkColorWheelPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from source/gtk/ColorWheel.h:22, from source/gtk/ColorWheel.cpp:19: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from source/gtk/ColorWheel.h:22, from source/gtk/ColorWheel.cpp:19: /usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here 685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36; | ^~~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from source/gtk/ColorWheel.h:22, from source/gtk/ColorWheel.cpp:19: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from source/gtk/ColorWheel.h:22, from source/gtk/ColorWheel.cpp:19: /usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here 545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ source/gtk/ColorWheel.cpp: In function ‘void gtk_color_wheel_class_init(GtkColorWheelClass*)’: source/gtk/ColorWheel.cpp:100:33: warning: ‘void g_type_class_add_private(gpointer, gsize)’ is deprecated [-Wdeprecated-declarations] 100 | g_type_class_add_private(obj_class, sizeof(GtkColorWheelPrivate)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from source/gtk/ColorWheel.h:22, from source/gtk/ColorWheel.cpp:19: /usr/include/glib-2.0/gobject/gtype.h:1307:10: note: declared here 1307 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ g++ -o build/source/gtk/ColorWidget.o -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -pthread -Iextern -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 source/gtk/ColorWidget.cpp source/gtk/ColorWidget.cpp:77:20: warning: Deprecated pre-processor symbol, replace with 77 | GtkColorPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWidget.cpp:91:20: warning: Deprecated pre-processor symbol, replace with 91 | GtkColorPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWidget.cpp:104:20: warning: Deprecated pre-processor symbol, replace with 104 | GtkColorPrivate *ns = GET_PRIVATE(color_obj); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWidget.cpp:114:20: warning: Deprecated pre-processor symbol, replace with 114 | GtkColorPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWidget.cpp:119:20: warning: Deprecated pre-processor symbol, replace with 119 | GtkColorPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWidget.cpp:125:20: warning: Deprecated pre-processor symbol, replace with 125 | GtkColorPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWidget.cpp:142:20: warning: Deprecated pre-processor symbol, replace with 142 | GtkColorPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWidget.cpp:163:20: warning: Deprecated pre-processor symbol, replace with 163 | GtkColorPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWidget.cpp:169:20: warning: Deprecated pre-processor symbol, replace with 169 | GtkColorPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWidget.cpp:189:20: warning: Deprecated pre-processor symbol, replace with 189 | GtkColorPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/ColorWidget.cpp:297:20: warning: Deprecated pre-processor symbol, replace with 297 | GtkColorPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from source/gtk/ColorWidget.h:22, from source/gtk/ColorWidget.cpp:19: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from source/gtk/ColorWidget.h:22, from source/gtk/ColorWidget.cpp:19: /usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here 685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36; | ^~~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from source/gtk/ColorWidget.h:22, from source/gtk/ColorWidget.cpp:19: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from source/gtk/ColorWidget.h:22, from source/gtk/ColorWidget.cpp:19: /usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here 545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ source/gtk/ColorWidget.cpp: In function ‘void gtk_color_class_init(GtkColorClass*)’: source/gtk/ColorWidget.cpp:58:33: warning: ‘void g_type_class_add_private(gpointer, gsize)’ is deprecated [-Wdeprecated-declarations] 58 | g_type_class_add_private(obj_class, sizeof(GtkColorPrivate)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from source/gtk/ColorWidget.h:22, from source/gtk/ColorWidget.cpp:19: /usr/include/glib-2.0/gobject/gtype.h:1307:10: note: declared here 1307 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ g++ -o build/source/gtk/LayoutPreview.o -c -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -pthread -Iextern -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/lzo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 source/gtk/LayoutPreview.cpp source/gtk/LayoutPreview.cpp:73:20: warning: Deprecated pre-processor symbol, replace with 73 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/LayoutPreview.cpp:79:20: warning: Deprecated pre-processor symbol, replace with 79 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/LayoutPreview.cpp:110:20: warning: Deprecated pre-processor symbol, replace with 110 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/LayoutPreview.cpp:121:20: warning: Deprecated pre-processor symbol, replace with 121 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/LayoutPreview.cpp:135:20: warning: Deprecated pre-processor symbol, replace with 135 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/LayoutPreview.cpp:146:20: warning: Deprecated pre-processor symbol, replace with 146 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/LayoutPreview.cpp:159:20: warning: Deprecated pre-processor symbol, replace with 159 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/LayoutPreview.cpp:172:20: warning: Deprecated pre-processor symbol, replace with 172 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/LayoutPreview.cpp:184:20: warning: Deprecated pre-processor symbol, replace with 184 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/LayoutPreview.cpp:195:20: warning: Deprecated pre-processor symbol, replace with 195 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/LayoutPreview.cpp:207:20: warning: Deprecated pre-processor symbol, replace with 207 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/LayoutPreview.cpp:216:20: warning: Deprecated pre-processor symbol, replace with 216 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/LayoutPreview.cpp:226:20: warning: Deprecated pre-processor symbol, replace with 226 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/LayoutPreview.cpp:237:20: warning: Deprecated pre-processor symbol, replace with 237 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/LayoutPreview.cpp:245:20: warning: Deprecated pre-processor symbol, replace with 245 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source/gtk/LayoutPreview.cpp:253:20: warning: Deprecated pre-processor symbol, replace with 253 | GtkLayoutPreviewPrivate *ns = GET_PRIVATE(widget); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37, from /usr/include/gtk-2.0/gtk/gtkwidget.h:36, from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35, from /usr/include/gtk-2.0/gtk/gtkbin.h:35, from /usr/include/gtk-2.0/gtk/gtkwindow.h:36, from /usr/include/gtk-2.0/gtk/gtkdialog.h:35, from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:33, from source/gtk/LayoutPreview.h:22, from source/gtk/LayoutPreview.cpp:19: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from source/gtk/LayoutPreview.h:22, from source/gtk/LayoutPreview.cpp:19: /usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here 685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36; | ^~~~~~~~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31, from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /usr/include/gtk-2.0/gtk/gtk.h:126, from source/gtk/LayoutPreview.h:22, from source/gtk/LayoutPreview.cpp:19: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/galloca.h:32, from /usr/include/glib-2.0/glib.h:30, from /usr/include/glib-2.0/gobject/gbinding.h:28, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from source/gtk/LayoutPreview.h:22, from source/gtk/LayoutPreview.cpp:19: /usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here 545 | typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime); | ^~~~~~~~ source/gtk/LayoutPreview.cpp: In function ‘void gtk_layout_preview_class_init(GtkLayoutPreviewClass*)’: source/gtk/LayoutPreview.cpp:56:33: warning: ‘void g_type_class_add_private(gpointer, gsize)’ is deprecated [-Wdeprecated-declarations] 56 | g_type_class_add_private(obj_class, sizeof(GtkLayoutPreviewPrivate)); | ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:24, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from source/gtk/LayoutPreview.h:22, from source/gtk/LayoutPreview.cpp:19: /usr/include/glib-2.0/gobject/gtype.h:1307:10: note: declared here 1307 | void g_type_class_add_private (gpointer g_class, | ^~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/gobject/gobject.h:28, from /usr/include/glib-2.0/gobject/gbinding.h:29, from /usr/include/glib-2.0/glib-object.h:22, from /usr/include/glib-2.0/gio/gioenums.h:28, from /usr/include/glib-2.0/gio/giotypes.h:28, from /usr/include/glib-2.0/gio/gio.h:26, from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /usr/include/gtk-2.0/gdk/gdk.h:32, from /usr/include/gtk-2.0/gtk/gtk.h:32, from source/gtk/LayoutPreview.h:22, from source/gtk/LayoutPreview.cpp:19: source/gtk/LayoutPreview.cpp: In function ‘GtkWidget* gtk_layout_preview_new()’: /usr/include/glib-2.0/gobject/gclosure.h:70:57: error: overloaded function with no contextual type information 70 | #define G_CALLBACK(f) ((GCallback) (f)) | ^ /usr/include/glib-2.0/gobject/gsignal.h:501:60: note: in definition of macro ‘g_signal_connect’ 501 | g_signal_connect_data ((instance), (detailed_signal), (c_handler), (data), NULL, (GConnectFlags) 0) | ^~~~~~~~~ source/gtk/LayoutPreview.cpp:85:55: note: in expansion of macro ‘G_CALLBACK’ 85 | g_signal_connect(G_OBJECT(widget), "destroy", G_CALLBACK(destroy), nullptr); | ^~~~~~~~~~ scons: *** [build/source/gtk/LayoutPreview.o] Error 1 scons: building terminated because of errors. ==> ERROR:(B A failure occurred in build().(B  Aborting...(B