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 ../libs/clearlooks-newer/support.h:4, from ../libs/clearlooks-newer/support.c:22: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: 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 ../libs/clearlooks-newer/support.h:4, from ../libs/clearlooks-newer/support.c:22: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ 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 ../libs/clearlooks-newer/support.h:4, from ../libs/clearlooks-newer/support.c:22: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: 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 ../libs/clearlooks-newer/support.h:4, from ../libs/clearlooks-newer/support.c:22: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234, from ../libs/clearlooks-newer/support.h:4, from ../libs/clearlooks-newer/support.c:22: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 47 | typedef void (*GtkItemFactoryCallback) (); | ^~~~~~~ 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 ../libs/clearlooks-newer/support.h:4, from ../libs/clearlooks-newer/support.c:22: ../libs/clearlooks-newer/support.c: In function ‘clearlooks_get_parent_bg’: /usr/include/glib-2.0/gobject/gtype.h:2300:40: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2300 | ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt)) | ^ /usr/include/glib-2.0/gobject/gtype.h:484:66: note: in expansion of macro ‘_G_TYPE_CIC’ 484 | #define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type)) | ^~~~~~~~~~~ /usr/include/gtk-2.0/gtk/gtkobject.h:48:39: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’ 48 | #define GTK_OBJECT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GTK_TYPE_OBJECT, GtkObject)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-2.0/gtk/gtkobject.h:93:44: note: in expansion of macro ‘GTK_OBJECT’ 93 | #define GTK_OBJECT_FLAGS(obj) (GTK_OBJECT (obj)->flags) | ^~~~~~~~~~ /usr/include/gtk-2.0/gtk/gtkwidget.h:204:44: note: in expansion of macro ‘GTK_OBJECT_FLAGS’ 204 | #define GTK_WIDGET_FLAGS(wid) (GTK_OBJECT_FLAGS (wid)) | ^~~~~~~~~~~~~~~~ /usr/include/gtk-2.0/gtk/gtkwidget.h:228:45: note: in expansion of macro ‘GTK_WIDGET_FLAGS’ 228 | #define GTK_WIDGET_NO_WINDOW(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_NO_WINDOW) != 0) | ^~~~~~~~~~~~~~~~ ../libs/clearlooks-newer/support.c:75:26: note: in expansion of macro ‘GTK_WIDGET_NO_WINDOW’ 75 | while (parent && GTK_WIDGET_NO_WINDOW (parent) && !((GTK_IS_NOTEBOOK (parent)) || (GTK_IS_TOOLBAR (parent)))) | ^~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:2314:27: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2314 | GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \ | ^ /usr/include/glib-2.0/gobject/gtype.h:497:66: note: in expansion of macro ‘_G_TYPE_CIT’ 497 | #define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type))) | ^~~~~~~~~~~ /usr/include/gtk-2.0/gtk/gtknotebook.h:44:45: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_TYPE’ 44 | #define GTK_IS_NOTEBOOK(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_NOTEBOOK)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../libs/clearlooks-newer/support.c:75:62: note: in expansion of macro ‘GTK_IS_NOTEBOOK’ 75 | while (parent && GTK_WIDGET_NO_WINDOW (parent) && !((GTK_IS_NOTEBOOK (parent)) || (GTK_IS_TOOLBAR (parent)))) | ^~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:2314:27: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2314 | GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \ | ^ /usr/include/glib-2.0/gobject/gtype.h:497:66: note: in expansion of macro ‘_G_TYPE_CIT’ 497 | #define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type))) | ^~~~~~~~~~~ /usr/include/gtk-2.0/gtk/gtktoolbar.h:57:38: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_TYPE’ 57 | #define GTK_IS_TOOLBAR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TOOLBAR)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../libs/clearlooks-newer/support.c:75:92: note: in expansion of macro ‘GTK_IS_TOOLBAR’ 75 | while (parent && GTK_WIDGET_NO_WINDOW (parent) && !((GTK_IS_NOTEBOOK (parent)) || (GTK_IS_TOOLBAR (parent)))) | ^~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:2300:40: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2300 | ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt)) | ^ /usr/include/glib-2.0/gobject/gtype.h:484:66: note: in expansion of macro ‘_G_TYPE_CIC’ 484 | #define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type)) | ^~~~~~~~~~~ /usr/include/gtk-2.0/gtk/gtkwidget.h:137:44: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’ 137 | #define GTK_WIDGET(widget) (G_TYPE_CHECK_INSTANCE_CAST ((widget), GTK_TYPE_WIDGET, GtkWidget)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/gtk-2.0/gtk/gtkwidget.h:166:44: note: in expansion of macro ‘GTK_WIDGET’ 166 | #define GTK_WIDGET_STATE(wid) (GTK_WIDGET (wid)->state) | ^~~~~~~~~~ ../libs/clearlooks-newer/support.c:81:22: note: in expansion of macro ‘GTK_WIDGET_STATE’ 81 | state_type = GTK_WIDGET_STATE (parent); | ^~~~~~~~~~~~~~~~ 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 ../libs/clearlooks-newer/clearlooks_theme_main.c:2: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: 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 ../libs/clearlooks-newer/clearlooks_theme_main.c:2: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ 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 ../libs/clearlooks-newer/clearlooks_theme_main.c:2: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: 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/gmodule.h:28, from ../libs/clearlooks-newer/clearlooks_theme_main.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234, from ../libs/clearlooks-newer/clearlooks_theme_main.c:2: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 47 | typedef void (*GtkItemFactoryCallback) (); | ^~~~~~~ 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 ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw.c:24: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: 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 ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw.c:24: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ 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 ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw.c:24: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: 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/gmodule.h:28, from ../libs/clearlooks-newer/general-support.h:2, from ../libs/clearlooks-newer/ge-support.h:4, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw.c:24: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234, from ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw.c:24: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 47 | typedef void (*GtkItemFactoryCallback) (); | ^~~~~~~ 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 ../libs/clearlooks-newer/animation.h:22, from ../libs/clearlooks-newer/clearlooks_style.h:29, from ../libs/clearlooks-newer/clearlooks_rc_style.c:25: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: 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/gtkstyle.h:35, from ../libs/clearlooks-newer/clearlooks_style.h:24, from ../libs/clearlooks-newer/clearlooks_rc_style.c:25: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ 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 ../libs/clearlooks-newer/animation.h:22, from ../libs/clearlooks-newer/clearlooks_style.h:29, from ../libs/clearlooks-newer/clearlooks_rc_style.c:25: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: 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/gtkstyle.h:35, from ../libs/clearlooks-newer/clearlooks_style.h:24, from ../libs/clearlooks-newer/clearlooks_rc_style.c:25: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234, from ../libs/clearlooks-newer/animation.h:22, from ../libs/clearlooks-newer/clearlooks_style.h:29, from ../libs/clearlooks-newer/clearlooks_rc_style.c:25: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 47 | typedef void (*GtkItemFactoryCallback) (); | ^~~~~~~ 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 ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw_gummy.c:22: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: 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 ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw_gummy.c:22: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ 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 ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw_gummy.c:22: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: 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/gmodule.h:28, from ../libs/clearlooks-newer/general-support.h:2, from ../libs/clearlooks-newer/ge-support.h:4, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw_gummy.c:22: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234, from ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw_gummy.c:22: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 47 | typedef void (*GtkItemFactoryCallback) (); | ^~~~~~~ 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 ../libs/clearlooks-newer/animation.h:22, from ../libs/clearlooks-newer/animation.c:27: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: 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 ../libs/clearlooks-newer/animation.h:22, from ../libs/clearlooks-newer/animation.c:27: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ 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 ../libs/clearlooks-newer/animation.h:22, from ../libs/clearlooks-newer/animation.c:27: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: 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 ../libs/clearlooks-newer/animation.h:22, from ../libs/clearlooks-newer/animation.c:27: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234, from ../libs/clearlooks-newer/animation.h:22, from ../libs/clearlooks-newer/animation.c:27: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 47 | typedef void (*GtkItemFactoryCallback) (); | ^~~~~~~ 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 ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw_inverted.c:22: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: 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 ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw_inverted.c:22: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ 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 ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw_inverted.c:22: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: 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/gmodule.h:28, from ../libs/clearlooks-newer/general-support.h:2, from ../libs/clearlooks-newer/ge-support.h:4, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw_inverted.c:22: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234, from ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw_inverted.c:22: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 47 | typedef void (*GtkItemFactoryCallback) (); | ^~~~~~~ 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 ../libs/clearlooks-newer/widget-information.c:1: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: 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 ../libs/clearlooks-newer/widget-information.c:1: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ 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 ../libs/clearlooks-newer/widget-information.c:1: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: 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 ../libs/clearlooks-newer/widget-information.c:1: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234, from ../libs/clearlooks-newer/widget-information.c:1: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 47 | typedef void (*GtkItemFactoryCallback) (); | ^~~~~~~ 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 ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw_glossy.c:27: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: 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 ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw_glossy.c:27: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ 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 ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw_glossy.c:27: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: 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/gmodule.h:28, from ../libs/clearlooks-newer/general-support.h:2, from ../libs/clearlooks-newer/ge-support.h:4, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw_glossy.c:27: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234, from ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/ge-support.h:5, from ../libs/clearlooks-newer/clearlooks_types.h:4, from ../libs/clearlooks-newer/clearlooks_draw.h:4, from ../libs/clearlooks-newer/clearlooks_draw_glossy.c:27: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 47 | typedef void (*GtkItemFactoryCallback) (); | ^~~~~~~ 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 ../libs/clearlooks-newer/clearlooks_style.c:22: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: 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 ../libs/clearlooks-newer/clearlooks_style.c:22: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ 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 ../libs/clearlooks-newer/clearlooks_style.c:22: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: 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 ../libs/clearlooks-newer/clearlooks_style.c:22: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234, from ../libs/clearlooks-newer/clearlooks_style.c:22: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 47 | typedef void (*GtkItemFactoryCallback) (); | ^~~~~~~ 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 ../libs/clearlooks-newer/clearlooks_style.c:22: ../libs/clearlooks-newer/clearlooks_style.c: In function ‘clearlooks_set_widget_parameters’: /usr/include/glib-2.0/gobject/gtype.h:2300:40: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2300 | ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt)) | ^ /usr/include/glib-2.0/gobject/gtype.h:484:66: note: in expansion of macro ‘_G_TYPE_CIC’ 484 | #define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type)) | ^~~~~~~~~~~ ../libs/clearlooks-newer/clearlooks_style.h:38:45: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’ 38 | #define CLEARLOOKS_STYLE(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), CLEARLOOKS_TYPE_STYLE, ClearlooksStyle)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../libs/clearlooks-newer/clearlooks_style.c:64:77: note: in expansion of macro ‘CLEARLOOKS_STYLE’ 64 | params->style_functions = &(clearlooks_style_class->style_functions[CLEARLOOKS_STYLE (style)->style]); | ^~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:2300:40: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2300 | ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt)) | ^ /usr/include/glib-2.0/gobject/gtype.h:484:66: note: in expansion of macro ‘_G_TYPE_CIC’ 484 | #define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type)) | ^~~~~~~~~~~ ../libs/clearlooks-newer/clearlooks_style.h:38:45: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’ 38 | #define CLEARLOOKS_STYLE(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), CLEARLOOKS_TYPE_STYLE, ClearlooksStyle)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../libs/clearlooks-newer/clearlooks_style.c:75:31: note: in expansion of macro ‘CLEARLOOKS_STYLE’ 75 | params->radius = CLEARLOOKS_STYLE (style)->radius; | ^~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:2300:40: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2300 | ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt)) | ^ /usr/include/glib-2.0/gobject/gtype.h:484:66: note: in expansion of macro ‘_G_TYPE_CIC’ 484 | #define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type)) | ^~~~~~~~~~~ ../libs/clearlooks-newer/clearlooks_style.h:38:45: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_CAST’ 38 | #define CLEARLOOKS_STYLE(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), CLEARLOOKS_TYPE_STYLE, ClearlooksStyle)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../libs/clearlooks-newer/clearlooks_style.c:87:28: note: in expansion of macro ‘CLEARLOOKS_STYLE’ 87 | params->parentbg = CLEARLOOKS_STYLE (style)->colors.bg[state_type]; | ^~~~~~~~~~~~~~~~ In file included from /usr/lib64/glib-2.0/include/glibconfig.h:9, from /usr/include/glib-2.0/glib/gtypes.h:32, 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 ../libs/clearlooks-newer/clearlooks_style.c:22: ../libs/clearlooks-newer/clearlooks_style.c: In function ‘set_transparency’: /usr/include/glib-2.0/gobject/gtype.h:2314:27: warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual] 2314 | GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \ | ^ /usr/include/glib-2.0/glib/gmacros.h:1018:8: note: in definition of macro ‘_G_BOOLEAN_EXPR’ 1018 | if (expr) \ | ^~~~ /usr/include/glib-2.0/glib/gmessages.h:644:9: note: in expansion of macro ‘G_LIKELY’ 644 | if (G_LIKELY (expr)) \ | ^~~~~~~~ ../libs/clearlooks-newer/clearlooks_style.c:1438:9: note: in expansion of macro ‘g_return_val_if_fail’ 1438 | g_return_val_if_fail (GDK_IS_PIXBUF (pixbuf), NULL); | ^~~~~~~~~~~~~~~~~~~~ /usr/include/glib-2.0/gobject/gtype.h:497:66: note: in expansion of macro ‘_G_TYPE_CIT’ 497 | #define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type))) | ^~~~~~~~~~~ /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:93:39: note: in expansion of macro ‘G_TYPE_CHECK_INSTANCE_TYPE’ 93 | #define GDK_IS_PIXBUF(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_PIXBUF)) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../libs/clearlooks-newer/clearlooks_style.c:1438:31: note: in expansion of macro ‘GDK_IS_PIXBUF’ 1438 | g_return_val_if_fail (GDK_IS_PIXBUF (pixbuf), NULL); | ^~~~~~~~~~~~~ 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 ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/cairo-support.c:3: /usr/include/gtk-2.0/gtk/gtktypeutils.h:236:1: 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 ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/cairo-support.c:3: /usr/include/glib-2.0/gobject/gtype.h:679:1: note: declared here 679 | { | ^ 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 ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/cairo-support.c:3: /usr/include/gtk-2.0/gtk/gtktooltips.h:73:3: 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/gmodule.h:28, from ../libs/clearlooks-newer/general-support.h:2, from ../libs/clearlooks-newer/cairo-support.c:2: /usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here 547 | struct _GTimeVal | ^~~~~~~~~ In file included from /usr/include/gtk-2.0/gtk/gtk.h:234, from ../libs/clearlooks-newer/cairo-support.h:3, from ../libs/clearlooks-newer/cairo-support.c:3: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 47 | typedef void (*GtkItemFactoryCallback) (); | ^~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from ../libs/surfaces/control_protocol/control_protocol/control_protocol.h:29, from ../libs/surfaces/generic_midi/interface.cc:22: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/threads.h:30, from ../libs/pbd/pbd/signals.h:34, from ../libs/surfaces/control_protocol/control_protocol/control_protocol.h:31, from ../libs/surfaces/generic_midi/interface.cc:22: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from ../libs/pbd/pbd/xml++.h:42, from ../libs/midi++2/midi++/port.h:30, from ../libs/surfaces/generic_midi/midiinvokable.cc:21: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from ../libs/pbd/pbd/xml++.h:44, from ../libs/midi++2/midi++/port.h:30, from ../libs/surfaces/generic_midi/midiinvokable.cc:21: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from ../libs/pbd/pbd/xml++.h:42, from ../libs/midi++2/midi++/port.h:30, from ../libs/surfaces/generic_midi/midifunction.cc:21: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from ../libs/pbd/pbd/xml++.h:44, from ../libs/midi++2/midi++/port.h:30, from ../libs/surfaces/generic_midi/midifunction.cc:21: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from ../libs/pbd/pbd/xml++.h:42, from ../libs/midi++2/midi++/port.h:30, from ../libs/surfaces/generic_midi/midiaction.cc:21: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from ../libs/pbd/pbd/xml++.h:44, from ../libs/midi++2/midi++/port.h:30, from ../libs/surfaces/generic_midi/midiaction.cc:21: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from ../libs/surfaces/control_protocol/control_protocol/control_protocol.h:29, from ../libs/surfaces/faderport/faderport_interface.cc:22: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/threads.h:30, from ../libs/pbd/pbd/signals.h:34, from ../libs/surfaces/control_protocol/control_protocol/control_protocol.h:31, from ../libs/surfaces/faderport/faderport_interface.cc:22: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from ../libs/pbd/pbd/signals.h:37, from ../libs/pbd/pbd/transmitter.h:25, from ../libs/pbd/pbd/error.h:22, from ../libs/surfaces/generic_midi/midicontrollable.cc:29: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/threads.h:30, from ../libs/pbd/pbd/signals.h:34, from ../libs/pbd/pbd/transmitter.h:25, from ../libs/pbd/pbd/error.h:22, from ../libs/surfaces/generic_midi/midicontrollable.cc:29: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h: In member function ‘virtual bool ARDOUR::AutomationList::touching() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h:112:41: note: in expansion of macro ‘g_atomic_int_get’ 112 | bool touching () const { return g_atomic_int_get (&_touching) != 0; } | ^~~~~~~~~~~~~~~~ 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 /usr/include/gtkmm-2.4/gtkmm/targetentry.h:30, from /usr/include/gtkmm-2.4/gtkmm/targetlist.h:29, from /usr/include/gtkmm-2.4/gtkmm/widget.h:47, from /usr/include/gtkmm-2.4/gtkmm/container.h:30, from /usr/include/gtkmm-2.4/gtkmm/bin.h:31, from /usr/include/gtkmm-2.4/gtkmm/combobox.h:31, from /usr/include/gtkmm-2.4/gtkmm/comboboxtext.h:24, from ../libs/surfaces/generic_midi/gmcp_gui.cc:27: /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/glibmm-2.4/glibmm/varianttype.h:24, from /usr/include/glibmm-2.4/glibmm/variant.h:24, from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23, from /usr/include/glibmm-2.4/glibmm/listhandle.h:21, from /usr/include/gtkmm-2.4/gtkmm/container.h:29, from /usr/include/gtkmm-2.4/gtkmm/bin.h:31, from /usr/include/gtkmm-2.4/gtkmm/combobox.h:31, from /usr/include/gtkmm-2.4/gtkmm/comboboxtext.h:24, from ../libs/surfaces/generic_midi/gmcp_gui.cc:27: /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 /usr/include/gtkmm-2.4/gtkmm/targetentry.h:30, from /usr/include/gtkmm-2.4/gtkmm/targetlist.h:29, from /usr/include/gtkmm-2.4/gtkmm/widget.h:47, from /usr/include/gtkmm-2.4/gtkmm/container.h:30, from /usr/include/gtkmm-2.4/gtkmm/bin.h:31, from /usr/include/gtkmm-2.4/gtkmm/combobox.h:31, from /usr/include/gtkmm-2.4/gtkmm/comboboxtext.h:24, from ../libs/surfaces/generic_midi/gmcp_gui.cc:27: /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/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from /usr/include/gtkmm-2.4/gtkmm/combobox.h:7, from /usr/include/gtkmm-2.4/gtkmm/comboboxtext.h:24, from ../libs/surfaces/generic_midi/gmcp_gui.cc:27: /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); | ^~~~~~~~ In file included from /usr/include/gtkmm-2.4/gtkmm/image.h:33, from /usr/include/gtkmm-2.4/gtkmm/entry.h:37, from /usr/include/gtkmm-2.4/gtkmm/treeview.h:42, from /usr/include/gtkmm-2.4/gtkmm/combobox.h:35, from /usr/include/gtkmm-2.4/gtkmm/comboboxtext.h:24, from ../libs/surfaces/generic_midi/gmcp_gui.cc:27: /usr/include/gdkmm-2.4/gdkmm/pixbufanimation.h:124:72: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 124 | Glib::RefPtr get_iter(const GTimeVal* start_time); | ^ 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/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from /usr/include/gtkmm-2.4/gtkmm/combobox.h:7, from /usr/include/gtkmm-2.4/gtkmm/comboboxtext.h:24, from ../libs/surfaces/generic_midi/gmcp_gui.cc:27: /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); | ^~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from ../libs/pbd/pbd/signals.h:37, from ../libs/ardour/ardour/audioengine.h:39, from ../libs/surfaces/generic_midi/gmcp_gui.cc:37: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from /usr/include/gtkmm-2.4/gtkmm/combobox.h:7, from /usr/include/gtkmm-2.4/gtkmm/comboboxtext.h:24, from ../libs/surfaces/generic_midi/gmcp_gui.cc:27: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/audioengine.h: In member function ‘bool ARDOUR::AudioEngine::is_reset_requested() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/audioengine.h:132:60: note: in expansion of macro ‘g_atomic_int_get’ 132 | bool is_reset_requested() const { return g_atomic_int_get (&_hw_reset_request_count); } | ^~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from ../libs/pbd/pbd/xml++.h:42, from ../libs/ardour/ardour/async_midi_port.h:28, from ../libs/surfaces/faderport/operations.cc:21: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from ../libs/pbd/pbd/xml++.h:44, from ../libs/ardour/ardour/async_midi_port.h:28, from ../libs/surfaces/faderport/operations.cc:21: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h: In member function ‘virtual bool ARDOUR::AutomationList::touching() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h:112:41: note: in expansion of macro ‘g_atomic_int_get’ 112 | bool touching () const { return g_atomic_int_get (&_touching) != 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h: In member function ‘ARDOUR::Session::PostTransportWork ARDOUR::Session::post_transport_work() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h:1587:91: note: in expansion of macro ‘g_atomic_int_get’ 1587 | PostTransportWork post_transport_work() const { return (PostTransportWork) g_atomic_int_get (&_post_transport_work); } | ^~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from ../libs/surfaces/control_protocol/control_protocol/control_protocol.h:29, from ../libs/surfaces/faderport8/faderport8_interface.cc:21: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/threads.h:30, from ../libs/pbd/pbd/signals.h:34, from ../libs/surfaces/control_protocol/control_protocol/control_protocol.h:31, from ../libs/surfaces/faderport8/faderport8_interface.cc:21: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from ../libs/pbd/pbd/stateful_diff_command.h:23, from ../libs/ardour/luabindings.cc:25: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/thread.h:39, from /usr/include/glibmm-2.4/glibmm.h:103, from ../libs/ardour/luabindings.cc:23: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h: In member function ‘virtual bool ARDOUR::AutomationList::touching() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h:112:41: note: in expansion of macro ‘g_atomic_int_get’ 112 | bool touching () const { return g_atomic_int_get (&_touching) != 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/audioengine.h: In member function ‘bool ARDOUR::AudioEngine::is_reset_requested() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/audioengine.h:132:60: note: in expansion of macro ‘g_atomic_int_get’ 132 | bool is_reset_requested() const { return g_atomic_int_get (&_hw_reset_request_count); } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/source.h: In member function ‘int ARDOUR::Source::use_count() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/source.h:126:41: note: in expansion of macro ‘g_atomic_int_get’ 126 | int use_count() const { return g_atomic_int_get (&_use_count); } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/disk_writer.h: In member function ‘bool ARDOUR::DiskWriter::record_enabled() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/disk_writer.h:88:47: note: in expansion of macro ‘g_atomic_int_get’ 88 | bool record_enabled () const { return g_atomic_int_get (&_record_enabled); } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/disk_writer.h: In member function ‘bool ARDOUR::DiskWriter::record_safe() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/disk_writer.h:89:44: note: in expansion of macro ‘g_atomic_int_get’ 89 | bool record_safe () const { return g_atomic_int_get (&_record_safe); } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h: In member function ‘ARDOUR::Session::PostTransportWork ARDOUR::Session::post_transport_work() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h:1587:91: note: in expansion of macro ‘g_atomic_int_get’ 1587 | PostTransportWork post_transport_work() const { return (PostTransportWork) g_atomic_int_get (&_post_transport_work); } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/midi_channel_filter.h: In member function ‘void ARDOUR::MidiChannelFilter::get_mode_and_mask(ARDOUR::ChannelMode*, uint16_t*) const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const uint32_t*’ {aka ‘const unsigned int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/midi_channel_filter.h:76:37: note: in expansion of macro ‘g_atomic_int_get’ 76 | const uint32_t mm = g_atomic_int_get (&_mode_mask); | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/midi_channel_filter.h: In member function ‘ARDOUR::ChannelMode ARDOUR::MidiChannelFilter::get_channel_mode() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const uint32_t*’ {aka ‘const unsigned int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/midi_channel_filter.h:82:50: note: in expansion of macro ‘g_atomic_int_get’ 82 | return static_cast((g_atomic_int_get (&_mode_mask) & 0xFFFF0000) >> 16); | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/midi_channel_filter.h: In member function ‘uint16_t ARDOUR::MidiChannelFilter::get_channel_mask() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const uint32_t*’ {aka ‘const unsigned int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/midi_channel_filter.h:86:24: note: in expansion of macro ‘g_atomic_int_get’ 86 | return g_atomic_int_get (&_mode_mask) & 0x0000FFFF; | ^~~~~~~~~~~~~~~~ In file included from ../libs/lua/LuaBridge/LuaBridge.h:153, from ../libs/ardour/luabindings.cc:101: ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::map >::*)() const noexcept; T = std::map >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1842:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdMap(const char*) [with K = int; V = std::vector<_VampHost::Vamp::Plugin::Feature>]’ ../libs/ardour/luabindings.cc:748:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::map >::*)() const noexcept>’ 935 | CFunc::CallMemberFunctionHelper ::isConstMemberFunction>::add (L, name, mf); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::map >::*)() const noexcept; T = std::map >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1843:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdMap(const char*) [with K = int; V = std::vector<_VampHost::Vamp::Plugin::Feature>]’ ../libs/ardour/luabindings.cc:748:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::map >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1743:50: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1743:50: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list >::*)() noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1743:50: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() noexcept, void (std::__cxx11::list >::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1747:54: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1747:54: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list >::*)() noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1747:54: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() noexcept, void (std::__cxx11::list >::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1751:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1751:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list >::*)() noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1751:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() noexcept, void (std::__cxx11::list >::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1755:50: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1755:50: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::vector >::*)() const noexcept>’ In file included from ../libs/lua/LuaBridge/LuaBridge.h:152, from ../libs/ardour/luabindings.cc:101: ../libs/lua/LuaBridge/detail/CFunctions.h: In instantiation of ‘struct luabridge::CFunc::CallMemberPtrFunctionHelper >::*)() const noexcept>’: ../libs/lua/LuaBridge/detail/Namespace.h:943:55: required from ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addPtrFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list >::*)() const noexcept; T = boost::shared_ptr > >]’ ../libs/lua/LuaBridge/detail/Namespace.h:1976:23: required from ‘luabridge::Namespace::Class > > luabridge::Namespace::beginPtrStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1759:48: required from here ../libs/lua/LuaBridge/detail/CFunctions.h:914:55: error: no type named ‘ClassType’ in ‘struct luabridge::FuncTraits >::*)() const noexcept, bool (std::__cxx11::list >::*)() const noexcept>’ 914 | typedef typename FuncTraits ::ClassType T; | ^ ../libs/lua/LuaBridge/detail/CFunctions.h: In instantiation of ‘struct luabridge::CFunc::CallMemberPtrFunctionHelper >::*)() const noexcept>’: ../libs/lua/LuaBridge/detail/Namespace.h:943:55: required from ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addPtrFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list >::*)() const noexcept; T = boost::shared_ptr > >]’ ../libs/lua/LuaBridge/detail/Namespace.h:1977:23: required from ‘luabridge::Namespace::Class > > luabridge::Namespace::beginPtrStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1759:48: required from here ../libs/lua/LuaBridge/detail/CFunctions.h:914:55: error: no type named ‘ClassType’ in ‘struct luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/CFunctions.h: In instantiation of ‘struct luabridge::CFunc::CallMemberPtrFunctionHelper >::*)() noexcept>’: ../libs/lua/LuaBridge/detail/Namespace.h:943:55: required from ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addPtrFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list >::*)() noexcept; T = boost::shared_ptr > >]’ ../libs/lua/LuaBridge/detail/Namespace.h:1978:23: required from ‘luabridge::Namespace::Class > > luabridge::Namespace::beginPtrStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1759:48: required from here ../libs/lua/LuaBridge/detail/CFunctions.h:914:55: error: no type named ‘ClassType’ in ‘struct luabridge::FuncTraits >::*)() noexcept, void (std::__cxx11::list >::*)() noexcept>’ ../libs/lua/LuaBridge/detail/CFunctions.h: In instantiation of ‘struct luabridge::CFunc::CallMemberPtrFunctionHelper >::*)() const noexcept>’: ../libs/lua/LuaBridge/detail/Namespace.h:943:55: required from ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addPtrFunction(const char*, MemFn) [with MemFn = bool (std::vector >::*)() const noexcept; T = boost::shared_ptr > >]’ ../libs/lua/LuaBridge/detail/Namespace.h:1998:23: required from ‘luabridge::Namespace::Class > > luabridge::Namespace::beginPtrStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1764:51: required from here ../libs/lua/LuaBridge/detail/CFunctions.h:914:55: error: no type named ‘ClassType’ in ‘struct luabridge::FuncTraits >::*)() const noexcept, bool (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/CFunctions.h: In instantiation of ‘struct luabridge::CFunc::CallMemberPtrFunctionHelper >::*)() const noexcept>’: ../libs/lua/LuaBridge/detail/Namespace.h:943:55: required from ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addPtrFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector >::*)() const noexcept; T = boost::shared_ptr > >]’ ../libs/lua/LuaBridge/detail/Namespace.h:2000:23: required from ‘luabridge::Namespace::Class > > luabridge::Namespace::beginPtrStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1764:51: required from here ../libs/lua/LuaBridge/detail/CFunctions.h:914:55: error: no type named ‘ClassType’ in ‘struct luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::vector >::*)() const noexcept>’ In file included from ../libs/lua/LuaBridge/LuaBridge.h:153, from ../libs/ardour/luabindings.cc:101: ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::weak_ptr]’ ../libs/ardour/luabindings.cc:1769:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::__cxx11::list >::*)() const noexcept>’ 935 | CFunc::CallMemberFunctionHelper ::isConstMemberFunction>::add (L, name, mf); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::weak_ptr]’ ../libs/ardour/luabindings.cc:1769:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list >::*)() noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::weak_ptr]’ ../libs/ardour/luabindings.cc:1769:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() noexcept, void (std::__cxx11::list >::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list::*)() const noexcept; T = std::__cxx11::list]’: ../libs/lua/LuaBridge/detail/Namespace.h:1917:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdCPtrList(const char*) [with T = ARDOUR::RouteGroup]’ ../libs/ardour/luabindings.cc:1773:39: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, bool (std::__cxx11::list::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list::*)() const noexcept; T = std::__cxx11::list]’: ../libs/lua/LuaBridge/detail/Namespace.h:1918:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdCPtrList(const char*) [with T = ARDOUR::RouteGroup]’ ../libs/ardour/luabindings.cc:1773:39: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, long unsigned int (std::__cxx11::list::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list::*)() noexcept; T = std::__cxx11::list]’: ../libs/lua/LuaBridge/detail/Namespace.h:1919:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdCPtrList(const char*) [with T = ARDOUR::RouteGroup]’ ../libs/ardour/luabindings.cc:1773:39: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() noexcept, void (std::__cxx11::list::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list, std::allocator > >::*)() const noexcept; T = std::__cxx11::list, std::allocator > >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::weak_ptr]’ ../libs/ardour/luabindings.cc:1789:54: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits, std::allocator > >::*)() const noexcept, bool (std::__cxx11::list, std::allocator > >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list, std::allocator > >::*)() const noexcept; T = std::__cxx11::list, std::allocator > >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::weak_ptr]’ ../libs/ardour/luabindings.cc:1789:54: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits, std::allocator > >::*)() const noexcept, long unsigned int (std::__cxx11::list, std::allocator > >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list, std::allocator > >::*)() noexcept; T = std::__cxx11::list, std::allocator > >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::weak_ptr]’ ../libs/ardour/luabindings.cc:1789:54: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits, std::allocator > >::*)() noexcept, void (std::__cxx11::list, std::allocator > >::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1801:51: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1801:51: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list >::*)() noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1801:51: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() noexcept, void (std::__cxx11::list >::*)() noexcept>’ In file included from ../libs/lua/LuaBridge/LuaBridge.h:152, from ../libs/ardour/luabindings.cc:101: ../libs/lua/LuaBridge/detail/CFunctions.h: In instantiation of ‘struct luabridge::CFunc::CallMemberPtrFunctionHelper >::*)() const noexcept>’: ../libs/lua/LuaBridge/detail/Namespace.h:943:55: required from ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addPtrFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list >::*)() const noexcept; T = boost::shared_ptr > >]’ ../libs/lua/LuaBridge/detail/Namespace.h:1976:23: required from ‘luabridge::Namespace::Class > > luabridge::Namespace::beginPtrStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1805:49: required from here ../libs/lua/LuaBridge/detail/CFunctions.h:914:55: error: no type named ‘ClassType’ in ‘struct luabridge::FuncTraits >::*)() const noexcept, bool (std::__cxx11::list >::*)() const noexcept>’ 914 | typedef typename FuncTraits ::ClassType T; | ^ ../libs/lua/LuaBridge/detail/CFunctions.h: In instantiation of ‘struct luabridge::CFunc::CallMemberPtrFunctionHelper >::*)() const noexcept>’: ../libs/lua/LuaBridge/detail/Namespace.h:943:55: required from ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addPtrFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list >::*)() const noexcept; T = boost::shared_ptr > >]’ ../libs/lua/LuaBridge/detail/Namespace.h:1977:23: required from ‘luabridge::Namespace::Class > > luabridge::Namespace::beginPtrStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1805:49: required from here ../libs/lua/LuaBridge/detail/CFunctions.h:914:55: error: no type named ‘ClassType’ in ‘struct luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/CFunctions.h: In instantiation of ‘struct luabridge::CFunc::CallMemberPtrFunctionHelper >::*)() noexcept>’: ../libs/lua/LuaBridge/detail/Namespace.h:943:55: required from ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addPtrFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list >::*)() noexcept; T = boost::shared_ptr > >]’ ../libs/lua/LuaBridge/detail/Namespace.h:1978:23: required from ‘luabridge::Namespace::Class > > luabridge::Namespace::beginPtrStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1805:49: required from here ../libs/lua/LuaBridge/detail/CFunctions.h:914:55: error: no type named ‘ClassType’ in ‘struct luabridge::FuncTraits >::*)() noexcept, void (std::__cxx11::list >::*)() noexcept>’ In file included from ../libs/lua/LuaBridge/LuaBridge.h:153, from ../libs/ardour/luabindings.cc:101: ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::map >::*)() const noexcept; T = std::map >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1842:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdMap(const char*) [with K = PBD::ID; V = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1810:53: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::map >::*)() const noexcept>’ 935 | CFunc::CallMemberFunctionHelper ::isConstMemberFunction>::add (L, name, mf); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::map >::*)() const noexcept; T = std::map >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1843:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdMap(const char*) [with K = PBD::ID; V = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1810:53: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::map >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::map, ARDOUR::PortManager::DPM, std::less >, std::allocator, ARDOUR::PortManager::DPM> > >::*)() const noexcept; T = std::map, ARDOUR::PortManager::DPM, std::less >, std::allocator, ARDOUR::PortManager::DPM> > >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1842:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdMap(const char*) [with K = std::__cxx11::basic_string; V = ARDOUR::PortManager::DPM]’ ../libs/ardour/luabindings.cc:1814:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits, ARDOUR::PortManager::DPM, std::less >, std::allocator, ARDOUR::PortManager::DPM> > >::*)() const noexcept, bool (std::map, ARDOUR::PortManager::DPM, std::less >, std::allocator, ARDOUR::PortManager::DPM> > >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::map, ARDOUR::PortManager::DPM, std::less >, std::allocator, ARDOUR::PortManager::DPM> > >::*)() const noexcept; T = std::map, ARDOUR::PortManager::DPM, std::less >, std::allocator, ARDOUR::PortManager::DPM> > >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1843:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdMap(const char*) [with K = std::__cxx11::basic_string; V = ARDOUR::PortManager::DPM]’ ../libs/ardour/luabindings.cc:1814:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits, ARDOUR::PortManager::DPM, std::less >, std::allocator, ARDOUR::PortManager::DPM> > >::*)() const noexcept, long unsigned int (std::map, ARDOUR::PortManager::DPM, std::less >, std::allocator, ARDOUR::PortManager::DPM> > >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::map, ARDOUR::PortManager::MPM, std::less >, std::allocator, ARDOUR::PortManager::MPM> > >::*)() const noexcept; T = std::map, ARDOUR::PortManager::MPM, std::less >, std::allocator, ARDOUR::PortManager::MPM> > >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1842:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdMap(const char*) [with K = std::__cxx11::basic_string; V = ARDOUR::PortManager::MPM]’ ../libs/ardour/luabindings.cc:1818:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits, ARDOUR::PortManager::MPM, std::less >, std::allocator, ARDOUR::PortManager::MPM> > >::*)() const noexcept, bool (std::map, ARDOUR::PortManager::MPM, std::less >, std::allocator, ARDOUR::PortManager::MPM> > >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::map, ARDOUR::PortManager::MPM, std::less >, std::allocator, ARDOUR::PortManager::MPM> > >::*)() const noexcept; T = std::map, ARDOUR::PortManager::MPM, std::less >, std::allocator, ARDOUR::PortManager::MPM> > >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1843:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdMap(const char*) [with K = std::__cxx11::basic_string; V = ARDOUR::PortManager::MPM]’ ../libs/ardour/luabindings.cc:1818:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits, ARDOUR::PortManager::MPM, std::less >, std::allocator, ARDOUR::PortManager::MPM> > >::*)() const noexcept, long unsigned int (std::map, ARDOUR::PortManager::MPM, std::less >, std::allocator, ARDOUR::PortManager::MPM> > >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1826:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1826:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list >::*)() noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1826:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() noexcept, void (std::__cxx11::list >::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list::*)() const noexcept; T = std::__cxx11::list]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = ARDOUR::AudioRange]’ ../libs/ardour/luabindings.cc:1830:35: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, bool (std::__cxx11::list::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list::*)() const noexcept; T = std::__cxx11::list]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = ARDOUR::AudioRange]’ ../libs/ardour/luabindings.cc:1830:35: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, long unsigned int (std::__cxx11::list::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list::*)() noexcept; T = std::__cxx11::list]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = ARDOUR::AudioRange]’ ../libs/ardour/luabindings.cc:1830:35: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() noexcept, void (std::__cxx11::list::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list::*)() const noexcept; T = std::__cxx11::list]’: ../libs/lua/LuaBridge/detail/Namespace.h:1917:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdCPtrList(const char*) [with T = ARDOUR::Location]’ ../libs/ardour/luabindings.cc:1833:37: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, bool (std::__cxx11::list::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list::*)() const noexcept; T = std::__cxx11::list]’: ../libs/lua/LuaBridge/detail/Namespace.h:1918:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdCPtrList(const char*) [with T = ARDOUR::Location]’ ../libs/ardour/luabindings.cc:1833:37: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, long unsigned int (std::__cxx11::list::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list::*)() noexcept; T = std::__cxx11::list]’: ../libs/lua/LuaBridge/detail/Namespace.h:1919:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdCPtrList(const char*) [with T = ARDOUR::Location]’ ../libs/ardour/luabindings.cc:1833:37: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() noexcept, void (std::__cxx11::list::*)() noexcept>’ In file included from ../libs/lua/LuaBridge/LuaBridge.h:152, from ../libs/ardour/luabindings.cc:101: ../libs/lua/LuaBridge/detail/CFunctions.h: In instantiation of ‘struct luabridge::CFunc::CallMemberPtrFunctionHelper >::*)() const noexcept>’: ../libs/lua/LuaBridge/detail/Namespace.h:943:55: required from ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addPtrFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list >::*)() const noexcept; T = boost::shared_ptr > >]’ ../libs/lua/LuaBridge/detail/Namespace.h:1976:23: required from ‘luabridge::Namespace::Class > > luabridge::Namespace::beginPtrStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1840:60: required from here ../libs/lua/LuaBridge/detail/CFunctions.h:914:55: error: no type named ‘ClassType’ in ‘struct luabridge::FuncTraits >::*)() const noexcept, bool (std::__cxx11::list >::*)() const noexcept>’ 914 | typedef typename FuncTraits ::ClassType T; | ^ ../libs/lua/LuaBridge/detail/CFunctions.h: In instantiation of ‘struct luabridge::CFunc::CallMemberPtrFunctionHelper >::*)() const noexcept>’: ../libs/lua/LuaBridge/detail/Namespace.h:943:55: required from ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addPtrFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list >::*)() const noexcept; T = boost::shared_ptr > >]’ ../libs/lua/LuaBridge/detail/Namespace.h:1977:23: required from ‘luabridge::Namespace::Class > > luabridge::Namespace::beginPtrStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1840:60: required from here ../libs/lua/LuaBridge/detail/CFunctions.h:914:55: error: no type named ‘ClassType’ in ‘struct luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/CFunctions.h: In instantiation of ‘struct luabridge::CFunc::CallMemberPtrFunctionHelper >::*)() noexcept>’: ../libs/lua/LuaBridge/detail/Namespace.h:943:55: required from ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addPtrFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list >::*)() noexcept; T = boost::shared_ptr > >]’ ../libs/lua/LuaBridge/detail/Namespace.h:1978:23: required from ‘luabridge::Namespace::Class > > luabridge::Namespace::beginPtrStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1840:60: required from here ../libs/lua/LuaBridge/detail/CFunctions.h:914:55: error: no type named ‘ClassType’ in ‘struct luabridge::FuncTraits >::*)() noexcept, void (std::__cxx11::list >::*)() noexcept>’ In file included from ../libs/lua/LuaBridge/LuaBridge.h:153, from ../libs/ardour/luabindings.cc:101: ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list::*)() const noexcept; T = std::__cxx11::list]’: ../libs/lua/LuaBridge/detail/Namespace.h:1917:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdCPtrList(const char*) [with T = Evoral::ControlEvent]’ ../libs/ardour/luabindings.cc:1847:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, bool (std::__cxx11::list::*)() const noexcept>’ 935 | CFunc::CallMemberFunctionHelper ::isConstMemberFunction>::add (L, name, mf); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list::*)() const noexcept; T = std::__cxx11::list]’: ../libs/lua/LuaBridge/detail/Namespace.h:1918:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdCPtrList(const char*) [with T = Evoral::ControlEvent]’ ../libs/ardour/luabindings.cc:1847:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, long unsigned int (std::__cxx11::list::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list::*)() noexcept; T = std::__cxx11::list]’: ../libs/lua/LuaBridge/detail/Namespace.h:1919:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdCPtrList(const char*) [with T = Evoral::ControlEvent]’ ../libs/ardour/luabindings.cc:1847:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() noexcept, void (std::__cxx11::list::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list, std::allocator > >::*)() const noexcept; T = std::__cxx11::list, std::allocator > >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::weak_ptr]’ ../libs/ardour/luabindings.cc:1858:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits, std::allocator > >::*)() const noexcept, bool (std::__cxx11::list, std::allocator > >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list, std::allocator > >::*)() const noexcept; T = std::__cxx11::list, std::allocator > >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::weak_ptr]’ ../libs/ardour/luabindings.cc:1858:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits, std::allocator > >::*)() const noexcept, long unsigned int (std::__cxx11::list, std::allocator > >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list, std::allocator > >::*)() noexcept; T = std::__cxx11::list, std::allocator > >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::weak_ptr]’ ../libs/ardour/luabindings.cc:1858:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits, std::allocator > >::*)() noexcept, void (std::__cxx11::list, std::allocator > >::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector::*)() const noexcept; T = std::vector]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = const ARDOUR::AudioBackendInfo*]’ ../libs/ardour/luabindings.cc:2322:50: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, bool (std::vector::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector::*)() const noexcept; T = std::vector]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = const ARDOUR::AudioBackendInfo*]’ ../libs/ardour/luabindings.cc:2322:50: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, long unsigned int (std::vector::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = std::__cxx11::basic_string]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = std::__cxx11::basic_string]’ ../libs/ardour/luabindings.cc:366:31: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = std::__cxx11::basic_string]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = std::__cxx11::basic_string]’ ../libs/ardour/luabindings.cc:366:31: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list >::*)() noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = std::__cxx11::basic_string]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = std::__cxx11::basic_string]’ ../libs/ardour/luabindings.cc:366:31: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() noexcept, void (std::__cxx11::list >::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = std::__cxx11::basic_string]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = std::__cxx11::basic_string]’ ../libs/ardour/luabindings.cc:369:33: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = std::__cxx11::basic_string]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = std::__cxx11::basic_string]’ ../libs/ardour/luabindings.cc:369:33: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector::*)() const noexcept; T = std::vector]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = float]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = float]’ ../libs/ardour/luabindings.cc:372:27: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, bool (std::vector::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector::*)() const noexcept; T = std::vector]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = float]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = float]’ ../libs/ardour/luabindings.cc:372:27: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, long unsigned int (std::vector::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = unsigned char]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = unsigned char]’ ../libs/ardour/luabindings.cc:375:29: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = unsigned char]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = unsigned char]’ ../libs/ardour/luabindings.cc:375:29: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector::*)() const noexcept; T = std::vector]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = float*]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = float*]’ ../libs/ardour/luabindings.cc:378:28: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, bool (std::vector::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector::*)() const noexcept; T = std::vector]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = float*]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = float*]’ ../libs/ardour/luabindings.cc:378:28: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, long unsigned int (std::vector::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list::*)() const noexcept; T = std::__cxx11::list]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = long int]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = long int]’ ../libs/ardour/luabindings.cc:386:27: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, bool (std::__cxx11::list::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list::*)() const noexcept; T = std::__cxx11::list]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = long int]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = long int]’ ../libs/ardour/luabindings.cc:386:27: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, long unsigned int (std::__cxx11::list::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list::*)() noexcept; T = std::__cxx11::list]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = long int]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = long int]’ ../libs/ardour/luabindings.cc:386:27: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() noexcept, void (std::__cxx11::list::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = PBD::ID]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = PBD::ID]’ ../libs/ardour/luabindings.cc:407:29: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = PBD::ID]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = PBD::ID]’ ../libs/ardour/luabindings.cc:407:29: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector<_VampHost::Vamp::PluginBase::ParameterDescriptor>::*)() const noexcept; T = std::vector<_VampHost::Vamp::PluginBase::ParameterDescriptor>]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = _VampHost::Vamp::PluginBase::ParameterDescriptor]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = _VampHost::Vamp::PluginBase::ParameterDescriptor]’ ../libs/ardour/luabindings.cc:682:59: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, bool (std::vector<_VampHost::Vamp::PluginBase::ParameterDescriptor>::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector<_VampHost::Vamp::PluginBase::ParameterDescriptor>::*)() const noexcept; T = std::vector<_VampHost::Vamp::PluginBase::ParameterDescriptor>]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = _VampHost::Vamp::PluginBase::ParameterDescriptor]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = _VampHost::Vamp::PluginBase::ParameterDescriptor]’ ../libs/ardour/luabindings.cc:682:59: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, long unsigned int (std::vector<_VampHost::Vamp::PluginBase::ParameterDescriptor>::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector<_VampHost::Vamp::Plugin::OutputDescriptor>::*)() const noexcept; T = std::vector<_VampHost::Vamp::Plugin::OutputDescriptor>]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = _VampHost::Vamp::Plugin::OutputDescriptor]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = _VampHost::Vamp::Plugin::OutputDescriptor]’ ../libs/ardour/luabindings.cc:742:52: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, bool (std::vector<_VampHost::Vamp::Plugin::OutputDescriptor>::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector<_VampHost::Vamp::Plugin::OutputDescriptor>::*)() const noexcept; T = std::vector<_VampHost::Vamp::Plugin::OutputDescriptor>]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = _VampHost::Vamp::Plugin::OutputDescriptor]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = _VampHost::Vamp::Plugin::OutputDescriptor]’ ../libs/ardour/luabindings.cc:742:52: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, long unsigned int (std::vector<_VampHost::Vamp::Plugin::OutputDescriptor>::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector<_VampHost::Vamp::Plugin::Feature>::*)() const noexcept; T = std::vector<_VampHost::Vamp::Plugin::Feature>]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = _VampHost::Vamp::Plugin::Feature]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = _VampHost::Vamp::Plugin::Feature]’ ../libs/ardour/luabindings.cc:745:43: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, bool (std::vector<_VampHost::Vamp::Plugin::Feature>::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector<_VampHost::Vamp::Plugin::Feature>::*)() const noexcept; T = std::vector<_VampHost::Vamp::Plugin::Feature>]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = _VampHost::Vamp::Plugin::Feature]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = _VampHost::Vamp::Plugin::Feature]’ ../libs/ardour/luabindings.cc:745:43: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, long unsigned int (std::vector<_VampHost::Vamp::Plugin::Feature>::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector::*)() const noexcept; T = std::vector]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = ARDOUR::Plugin::PresetRecord]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = ARDOUR::Plugin::PresetRecord]’ ../libs/ardour/luabindings.cc:1432:42: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, bool (std::vector::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector::*)() const noexcept; T = std::vector]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = ARDOUR::Plugin::PresetRecord]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = ARDOUR::Plugin::PresetRecord]’ ../libs/ardour/luabindings.cc:1432:42: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, long unsigned int (std::vector::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1433:58: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1433:58: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list >::*)() noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1433:58: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() noexcept, void (std::__cxx11::list >::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector, std::allocator > >::*)() const noexcept; T = std::vector, std::allocator > >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1450:59: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits, std::allocator > >::*)() const noexcept, bool (std::vector, std::allocator > >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector, std::allocator > >::*)() const noexcept; T = std::vector, std::allocator > >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1450:59: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits, std::allocator > >::*)() const noexcept, long unsigned int (std::vector, std::allocator > >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1735:50: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1735:50: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list >::*)() noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1735:50: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() noexcept, void (std::__cxx11::list >::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1739:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1739:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list >::*)() noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1739:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() noexcept, void (std::__cxx11::list >::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1777:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1777:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1781:50: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1781:50: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1785:50: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1785:50: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1793:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector >::*)() const noexcept; T = std::vector >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1793:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::vector >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector::*)() const noexcept; T = std::vector]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = long int]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = long int]’ ../libs/ardour/luabindings.cc:1797:33: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, bool (std::vector::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector::*)() const noexcept; T = std::vector]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = long int]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = long int]’ ../libs/ardour/luabindings.cc:1797:33: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, long unsigned int (std::vector::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1822:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1822:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list >::*)() noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1822:49: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() noexcept, void (std::__cxx11::list >::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1837:57: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, bool (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list >::*)() const noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1837:57: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() const noexcept, long unsigned int (std::__cxx11::list >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list >::*)() noexcept; T = std::__cxx11::list >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr]’ ../libs/ardour/luabindings.cc:1837:57: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits >::*)() noexcept, void (std::__cxx11::list >::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::__cxx11::list > >::*)() const noexcept; T = std::__cxx11::list > >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1888:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr >]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr >]’ ../libs/ardour/luabindings.cc:1844:70: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits > >::*)() const noexcept, bool (std::__cxx11::list > >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::__cxx11::list > >::*)() const noexcept; T = std::__cxx11::list > >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1889:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr >]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr >]’ ../libs/ardour/luabindings.cc:1844:70: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits > >::*)() const noexcept, long unsigned int (std::__cxx11::list > >::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = void (std::__cxx11::list > >::*)() noexcept; T = std::__cxx11::list > >]’: ../libs/lua/LuaBridge/detail/Namespace.h:1890:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdList(const char*) [with T = boost::shared_ptr >]’ ../libs/lua/LuaBridge/detail/Namespace.h:1901:33: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdList(const char*) [with T = boost::shared_ptr >]’ ../libs/ardour/luabindings.cc:1844:70: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits > >::*)() noexcept, void (std::__cxx11::list > >::*)() noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = bool (std::vector::*)() const noexcept; T = std::vector]’: ../libs/lua/LuaBridge/detail/Namespace.h:1949:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = ARDOUR::AudioBackend::DeviceStatus]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = ARDOUR::AudioBackend::DeviceStatus]’ ../libs/ardour/luabindings.cc:2328:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, bool (std::vector::*)() const noexcept>’ ../libs/lua/LuaBridge/detail/Namespace.h: In instantiation of ‘luabridge::Namespace::Class& luabridge::Namespace::Class::addFunction(const char*, MemFn) [with MemFn = long unsigned int (std::vector::*)() const noexcept; T = std::vector]’: ../libs/lua/LuaBridge/detail/Namespace.h:1950:20: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginConstStdVector(const char*) [with T = ARDOUR::AudioBackend::DeviceStatus]’ ../libs/lua/LuaBridge/detail/Namespace.h:1960:35: required from ‘luabridge::Namespace::Class > luabridge::Namespace::beginStdVector(const char*) [with T = ARDOUR::AudioBackend::DeviceStatus]’ ../libs/ardour/luabindings.cc:2328:48: required from here ../libs/lua/LuaBridge/detail/Namespace.h:935:95: error: ‘isConstMemberFunction’ is not a member of ‘luabridge::FuncTraits::*)() const noexcept, long unsigned int (std::vector::*)() const noexcept>’ In file included from /usr/include/boost/bind.hpp:30, from ../libs/pbd/pbd/signals.h:37, from ../libs/pbd/pbd/transmitter.h:25, from ../libs/pbd/pbd/error.h:22, from ../libs/surfaces/generic_midi/generic_midi_control_protocol.cc:41: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from /usr/include/glibmm-2.4/glibmm/exception.h:22, from /usr/include/glibmm-2.4/glibmm/error.h:21, from /usr/include/glibmm-2.4/glibmm/fileutils.h:27, from ../libs/surfaces/generic_midi/generic_midi_control_protocol.cc:36: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/audioengine.h: In member function ‘bool ARDOUR::AudioEngine::is_reset_requested() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/audioengine.h:132:60: note: in expansion of macro ‘g_atomic_int_get’ 132 | bool is_reset_requested() const { return g_atomic_int_get (&_hw_reset_request_count); } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h: In member function ‘virtual bool ARDOUR::AutomationList::touching() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h:112:41: note: in expansion of macro ‘g_atomic_int_get’ 112 | bool touching () const { return g_atomic_int_get (&_touching) != 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h: In member function ‘ARDOUR::Session::PostTransportWork ARDOUR::Session::post_transport_work() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h:1587:91: note: in expansion of macro ‘g_atomic_int_get’ 1587 | PostTransportWork post_transport_work() const { return (PostTransportWork) g_atomic_int_get (&_post_transport_work); } | ^~~~~~~~~~~~~~~~ ../libs/surfaces/generic_midi/generic_midi_control_protocol.cc: In member function ‘MIDIControllable* GenericMidiControlProtocol::create_binding(const XMLNode&)’: ../libs/surfaces/generic_midi/generic_midi_control_protocol.cc:879:35: warning: ‘ctltype’ may be used uninitialized in this function [-Wmaybe-uninitialized] 879 | MIDIControllable::CtlType ctltype; | ^~~~~~~ ../libs/surfaces/generic_midi/generic_midi_control_protocol.cc:971:31: warning: ‘ev’ may be used uninitialized in this function [-Wmaybe-uninitialized] 971 | mc->bind_midi (channel, ev, detail); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ 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 /usr/include/gtkmm-2.4/gtkmm/targetentry.h:30, from /usr/include/gtkmm-2.4/gtkmm/targetlist.h:29, from /usr/include/gtkmm-2.4/gtkmm/widget.h:47, from /usr/include/gtkmm-2.4/gtkmm/container.h:30, from /usr/include/gtkmm-2.4/gtkmm/bin.h:31, from /usr/include/gtkmm-2.4/gtkmm/alignment.h:31, from ../libs/surfaces/faderport/gui.cc:22: /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/glibmm-2.4/glibmm/varianttype.h:24, from /usr/include/glibmm-2.4/glibmm/variant.h:24, from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23, from /usr/include/glibmm-2.4/glibmm/listhandle.h:21, from /usr/include/gtkmm-2.4/gtkmm/container.h:29, from /usr/include/gtkmm-2.4/gtkmm/bin.h:31, from /usr/include/gtkmm-2.4/gtkmm/alignment.h:31, from ../libs/surfaces/faderport/gui.cc:22: /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 /usr/include/gtkmm-2.4/gtkmm/targetentry.h:30, from /usr/include/gtkmm-2.4/gtkmm/targetlist.h:29, from /usr/include/gtkmm-2.4/gtkmm/widget.h:47, from /usr/include/gtkmm-2.4/gtkmm/container.h:30, from /usr/include/gtkmm-2.4/gtkmm/bin.h:31, from /usr/include/gtkmm-2.4/gtkmm/alignment.h:31, from ../libs/surfaces/faderport/gui.cc:22: /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/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from /usr/include/gtkmm-2.4/gtkmm/alignment.h:7, from ../libs/surfaces/faderport/gui.cc:22: /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); | ^~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from ../libs/pbd/pbd/signals.h:37, from ../libs/gtkmm2ext/gtkmm2ext/bindings.h:34, from ../libs/surfaces/faderport/gui.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtkmm-2.4/gtkmm/image.h:33, from /usr/include/gtkmm-2.4/gtkmm/entry.h:37, from /usr/include/gtkmm-2.4/gtkmm/treeview.h:42, from ../libs/gtkmm2ext/gtkmm2ext/utils.h:38, from ../libs/surfaces/faderport/gui.cc:35: /usr/include/gdkmm-2.4/gdkmm/pixbufanimation.h:124:72: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 124 | Glib::RefPtr get_iter(const GTimeVal* start_time); | ^ 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/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from /usr/include/gtkmm-2.4/gtkmm/alignment.h:7, from ../libs/surfaces/faderport/gui.cc:22: /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); | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from /usr/include/gtkmm-2.4/gtkmm/alignment.h:7, from ../libs/surfaces/faderport/gui.cc:22: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/audioengine.h: In member function ‘bool ARDOUR::AudioEngine::is_reset_requested() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/audioengine.h:132:60: note: in expansion of macro ‘g_atomic_int_get’ 132 | bool is_reset_requested() const { return g_atomic_int_get (&_hw_reset_request_count); } | ^~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from ../libs/ardour/ardour/automation_control.h:30, from ../libs/surfaces/faderport8/fp8_strip.cc:19: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/threads.h:30, from ../libs/ardour/ardour/automation_control.h:28, from ../libs/surfaces/faderport8/fp8_strip.cc:19: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h: In member function ‘virtual bool ARDOUR::AutomationList::touching() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h:112:41: note: in expansion of macro ‘g_atomic_int_get’ 112 | bool touching () const { return g_atomic_int_get (&_touching) != 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h: In member function ‘ARDOUR::Session::PostTransportWork ARDOUR::Session::post_transport_work() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h:1587:91: note: in expansion of macro ‘g_atomic_int_get’ 1587 | PostTransportWork post_transport_work() const { return (PostTransportWork) g_atomic_int_get (&_post_transport_work); } | ^~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/shared_ptr.hpp:17, from ../libs/surfaces/control_protocol/control_protocol/control_protocol.h:29, from ../libs/surfaces/faderport8/faderport16_interface.cc:21: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/threads.h:30, from ../libs/pbd/pbd/signals.h:34, from ../libs/surfaces/control_protocol/control_protocol/control_protocol.h:31, from ../libs/surfaces/faderport8/faderport16_interface.cc:21: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ 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 /usr/include/gtkmm-2.4/gtkmm/targetentry.h:30, from /usr/include/gtkmm-2.4/gtkmm/targetlist.h:29, from /usr/include/gtkmm-2.4/gtkmm/widget.h:47, from /usr/include/gtkmm-2.4/gtkmm/container.h:30, from /usr/include/gtkmm-2.4/gtkmm/bin.h:31, from /usr/include/gtkmm-2.4/gtkmm/alignment.h:31, from ../libs/surfaces/faderport8/gui.cc:21: /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/glibmm-2.4/glibmm/varianttype.h:24, from /usr/include/glibmm-2.4/glibmm/variant.h:24, from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23, from /usr/include/glibmm-2.4/glibmm/listhandle.h:21, from /usr/include/gtkmm-2.4/gtkmm/container.h:29, from /usr/include/gtkmm-2.4/gtkmm/bin.h:31, from /usr/include/gtkmm-2.4/gtkmm/alignment.h:31, from ../libs/surfaces/faderport8/gui.cc:21: /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 /usr/include/gtkmm-2.4/gtkmm/targetentry.h:30, from /usr/include/gtkmm-2.4/gtkmm/targetlist.h:29, from /usr/include/gtkmm-2.4/gtkmm/widget.h:47, from /usr/include/gtkmm-2.4/gtkmm/container.h:30, from /usr/include/gtkmm-2.4/gtkmm/bin.h:31, from /usr/include/gtkmm-2.4/gtkmm/alignment.h:31, from ../libs/surfaces/faderport8/gui.cc:21: /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/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from /usr/include/gtkmm-2.4/gtkmm/alignment.h:7, from ../libs/surfaces/faderport8/gui.cc:21: /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); | ^~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from ../libs/pbd/pbd/signals.h:37, from ../libs/gtkmm2ext/gtkmm2ext/bindings.h:34, from ../libs/surfaces/faderport8/gui.cc:32: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/gtkmm-2.4/gtkmm/image.h:33, from /usr/include/gtkmm-2.4/gtkmm/entry.h:37, from /usr/include/gtkmm-2.4/gtkmm/treeview.h:42, from ../libs/gtkmm2ext/gtkmm2ext/utils.h:38, from ../libs/surfaces/faderport8/gui.cc:35: /usr/include/gdkmm-2.4/gdkmm/pixbufanimation.h:124:72: warning: ‘GTimeVal’ is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 124 | Glib::RefPtr get_iter(const GTimeVal* start_time); | ^ 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/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from /usr/include/gtkmm-2.4/gtkmm/alignment.h:7, from ../libs/surfaces/faderport8/gui.cc:21: /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); | ^~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from /usr/include/gtkmm-2.4/gtkmm/alignment.h:7, from ../libs/surfaces/faderport8/gui.cc:21: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/audioengine.h: In member function ‘bool ARDOUR::AudioEngine::is_reset_requested() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/audioengine.h:132:60: note: in expansion of macro ‘g_atomic_int_get’ 132 | bool is_reset_requested() const { return g_atomic_int_get (&_hw_reset_request_count); } | ^~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from ../libs/pbd/pbd/signals.h:37, from ../libs/surfaces/faderport8/fp8_base.h:25, from ../libs/surfaces/faderport8/fp8_controls.h:24, from ../libs/surfaces/faderport8/fp8_controls.cc:19: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/threads.h:30, from ../libs/pbd/pbd/signals.h:34, from ../libs/surfaces/faderport8/fp8_base.h:25, from ../libs/surfaces/faderport8/fp8_controls.h:24, from ../libs/surfaces/faderport8/fp8_controls.cc:19: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/smart_ptr/weak_ptr.hpp:17, from /usr/include/boost/weak_ptr.hpp:16, from ../libs/ardour/ardour/plugin_insert.h:30, from ../libs/surfaces/faderport8/callbacks.cc:24: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from ../libs/pbd/pbd/timing.h:22, from ../libs/ardour/ardour/plugin_insert.h:33, from ../libs/surfaces/faderport8/callbacks.cc:24: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h: In member function ‘virtual bool ARDOUR::AutomationList::touching() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h:112:41: note: in expansion of macro ‘g_atomic_int_get’ 112 | bool touching () const { return g_atomic_int_get (&_touching) != 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h: In member function ‘ARDOUR::Session::PostTransportWork ARDOUR::Session::post_transport_work() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h:1587:91: note: in expansion of macro ‘g_atomic_int_get’ 1587 | PostTransportWork post_transport_work() const { return (PostTransportWork) g_atomic_int_get (&_post_transport_work); } | ^~~~~~~~~~~~~~~~ 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 /usr/include/gtkmm-2.4/gtkmm/targetentry.h:30, from /usr/include/gtkmm-2.4/gtkmm/targetlist.h:29, from /usr/include/gtkmm-2.4/gtkmm/widget.h:47, from /usr/include/gtkmm-2.4/gtkmm/action.h:30, from ../libs/gtkmm2ext/gtkmm2ext/actions.h:27, from ../libs/surfaces/faderport8/callbacks.cc:28: /usr/include/gtk-2.0/gtk/gtktypeutils.h: At global scope: /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/glibmm-2.4/glibmm/value.h:24, from /usr/include/glibmm-2.4/glibmm/error.h:22, from /usr/include/glibmm-2.4/glibmm/threads.h:31, from ../libs/pbd/pbd/signals.h:34, from ../libs/ardour/ardour/ardour.h:34, from ../libs/ardour/ardour/plugin_insert.h:36, from ../libs/surfaces/faderport8/callbacks.cc:24: /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 /usr/include/gtkmm-2.4/gtkmm/targetentry.h:30, from /usr/include/gtkmm-2.4/gtkmm/targetlist.h:29, from /usr/include/gtkmm-2.4/gtkmm/widget.h:47, from /usr/include/gtkmm-2.4/gtkmm/action.h:30, from ../libs/gtkmm2ext/gtkmm2ext/actions.h:27, from ../libs/surfaces/faderport8/callbacks.cc:28: /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 ../libs/pbd/pbd/timing.h:22, from ../libs/ardour/ardour/plugin_insert.h:33, from ../libs/surfaces/faderport8/callbacks.cc:24: /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); | ^~~~~~~~ In file included from /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp:22, from /usr/include/boost/smart_ptr/detail/yield_k.hpp:23, from /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp:14, from /usr/include/boost/smart_ptr/detail/spinlock.hpp:42, from /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp:25, from /usr/include/boost/smart_ptr/shared_ptr.hpp:29, from /usr/include/boost/smart_ptr/weak_ptr.hpp:17, from /usr/include/boost/weak_ptr.hpp:16, from ../libs/ardour/ardour/plugin_insert.h:30, from ../libs/surfaces/faderport8/actions.cc:26: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from ../libs/pbd/pbd/timing.h:22, from ../libs/ardour/ardour/plugin_insert.h:33, from ../libs/surfaces/faderport8/actions.cc:26: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h: In member function ‘virtual bool ARDOUR::AutomationList::touching() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h:112:41: note: in expansion of macro ‘g_atomic_int_get’ 112 | bool touching () const { return g_atomic_int_get (&_touching) != 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h: In member function ‘ARDOUR::Session::PostTransportWork ARDOUR::Session::post_transport_work() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h:1587:91: note: in expansion of macro ‘g_atomic_int_get’ 1587 | PostTransportWork post_transport_work() const { return (PostTransportWork) g_atomic_int_get (&_post_transport_work); } | ^~~~~~~~~~~~~~~~ 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 /usr/include/gtkmm-2.4/gtkmm/targetentry.h:30, from /usr/include/gtkmm-2.4/gtkmm/targetlist.h:29, from /usr/include/gtkmm-2.4/gtkmm/widget.h:47, from /usr/include/gtkmm-2.4/gtkmm/action.h:30, from ../libs/gtkmm2ext/gtkmm2ext/actions.h:27, from ../libs/surfaces/faderport8/actions.cc:32: /usr/include/gtk-2.0/gtk/gtktypeutils.h: At global scope: /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/glibmm-2.4/glibmm/value.h:24, from /usr/include/glibmm-2.4/glibmm/error.h:22, from /usr/include/glibmm-2.4/glibmm/threads.h:31, from ../libs/pbd/pbd/signals.h:34, from ../libs/ardour/ardour/ardour.h:34, from ../libs/ardour/ardour/plugin_insert.h:36, from ../libs/surfaces/faderport8/actions.cc:26: /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 /usr/include/gtkmm-2.4/gtkmm/targetentry.h:30, from /usr/include/gtkmm-2.4/gtkmm/targetlist.h:29, from /usr/include/gtkmm-2.4/gtkmm/widget.h:47, from /usr/include/gtkmm-2.4/gtkmm/action.h:30, from ../libs/gtkmm2ext/gtkmm2ext/actions.h:27, from ../libs/surfaces/faderport8/actions.cc:32: /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 ../libs/pbd/pbd/timing.h:22, from ../libs/ardour/ardour/plugin_insert.h:33, from ../libs/surfaces/faderport8/actions.cc:26: /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); | ^~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from ../libs/pbd/pbd/signals.h:37, from ../libs/pbd/pbd/transmitter.h:25, from ../libs/pbd/pbd/error.h:22, from ../libs/surfaces/faderport/faderport.cc:30: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/unicode.h:23, from /usr/include/glibmm-2.4/glibmm/ustring.h:21, from /usr/include/glibmm-2.4/glibmm/exception.h:22, from /usr/include/glibmm-2.4/glibmm/error.h:21, from /usr/include/glibmm-2.4/glibmm/fileutils.h:27, from ../libs/surfaces/faderport/faderport.cc:27: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/audioengine.h: In member function ‘bool ARDOUR::AudioEngine::is_reset_requested() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/audioengine.h:132:60: note: in expansion of macro ‘g_atomic_int_get’ 132 | bool is_reset_requested() const { return g_atomic_int_get (&_hw_reset_request_count); } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h: In member function ‘virtual bool ARDOUR::AutomationList::touching() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h:112:41: note: in expansion of macro ‘g_atomic_int_get’ 112 | bool touching () const { return g_atomic_int_get (&_touching) != 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h: In member function ‘ARDOUR::Session::PostTransportWork ARDOUR::Session::post_transport_work() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h:1587:91: note: in expansion of macro ‘g_atomic_int_get’ 1587 | PostTransportWork post_transport_work() const { return (PostTransportWork) g_atomic_int_get (&_post_transport_work); } | ^~~~~~~~~~~~~~~~ ../libs/surfaces/faderport/faderport.cc: In member function ‘void ArdourSurface::FaderPort::map_recenable_state()’: ../libs/surfaces/faderport/faderport.cc:680:34: warning: ‘onoff’ may be used uninitialized in this function [-Wmaybe-uninitialized] 680 | rec_enable_state = onoff; | ~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from ../libs/pbd/pbd/signals.h:37, from ../libs/surfaces/faderport8/fp8_base.h:25, from ../libs/surfaces/faderport8/fp8_controls.h:24, from ../libs/surfaces/faderport8/fp8_controls.cc:19: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/threads.h:30, from ../libs/pbd/pbd/signals.h:34, from ../libs/surfaces/faderport8/fp8_base.h:25, from ../libs/surfaces/faderport8/fp8_controls.h:24, from ../libs/surfaces/faderport8/fp8_controls.cc:19: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ In file included from /usr/include/boost/bind.hpp:30, from ../libs/pbd/pbd/signals.h:37, from ../libs/pbd/pbd/transmitter.h:25, from ../libs/pbd/pbd/error.h:22, from ../libs/surfaces/faderport8/faderport8.cc:27: /usr/include/boost/bind.hpp:36:1: note: ‘#pragma message: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.’ 36 | BOOST_PRAGMA_MESSAGE( | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/glib-2.0/glib/gthread.h:32, from /usr/include/glib-2.0/glib/gasyncqueue.h:32, from /usr/include/glib-2.0/glib.h:32, from /usr/include/glibmm-2.4/glibmm/threads.h:30, from ../libs/pbd/pbd/signals.h:34, from ../libs/pbd/pbd/transmitter.h:25, from ../libs/pbd/pbd/error.h:22, from ../libs/surfaces/faderport8/faderport8.cc:27: ../libs/pbd/pbd/stateful.h: In member function ‘bool PBD::Stateful::property_changes_suspended() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/pbd/pbd/stateful.h:108:58: note: in expansion of macro ‘g_atomic_int_get’ 108 | bool property_changes_suspended() const { return g_atomic_int_get (&_stateful_frozen) > 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/audioengine.h: In member function ‘bool ARDOUR::AudioEngine::is_reset_requested() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/audioengine.h:132:60: note: in expansion of macro ‘g_atomic_int_get’ 132 | bool is_reset_requested() const { return g_atomic_int_get (&_hw_reset_request_count); } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h: In member function ‘virtual bool ARDOUR::AutomationList::touching() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/automation_list.h:112:41: note: in expansion of macro ‘g_atomic_int_get’ 112 | bool touching () const { return g_atomic_int_get (&_touching) != 0; } | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/midi_channel_filter.h: In member function ‘void ARDOUR::MidiChannelFilter::get_mode_and_mask(ARDOUR::ChannelMode*, uint16_t*) const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const uint32_t*’ {aka ‘const unsigned int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/midi_channel_filter.h:76:37: note: in expansion of macro ‘g_atomic_int_get’ 76 | const uint32_t mm = g_atomic_int_get (&_mode_mask); | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/midi_channel_filter.h: In member function ‘ARDOUR::ChannelMode ARDOUR::MidiChannelFilter::get_channel_mode() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const uint32_t*’ {aka ‘const unsigned int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/midi_channel_filter.h:82:50: note: in expansion of macro ‘g_atomic_int_get’ 82 | return static_cast((g_atomic_int_get (&_mode_mask) & 0xFFFF0000) >> 16); | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/midi_channel_filter.h: In member function ‘uint16_t ARDOUR::MidiChannelFilter::get_channel_mask() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const uint32_t*’ {aka ‘const unsigned int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/midi_channel_filter.h:86:24: note: in expansion of macro ‘g_atomic_int_get’ 86 | return g_atomic_int_get (&_mode_mask) & 0x0000FFFF; | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h: In member function ‘ARDOUR::Session::PostTransportWork ARDOUR::Session::post_transport_work() const’: /usr/include/glib-2.0/glib/gatomic.h:100:20: warning: cast from type ‘const gint*’ {aka ‘const int*’} to type ‘gint*’ {aka ‘int*’} casts away qualifiers [-Wcast-qual] 100 | __atomic_load ((gint *)(atomic), &gaig_temp, __ATOMIC_SEQ_CST); \ | ^~~~~~~~~~~~~~~~ ../libs/ardour/ardour/session.h:1587:91: note: in expansion of macro ‘g_atomic_int_get’ 1587 | PostTransportWork post_transport_work() const { return (PostTransportWork) g_atomic_int_get (&_post_transport_work); } | ^~~~~~~~~~~~~~~~ Build failed -> task in 'libardour' failed with exit status 1: {task 140631383401184: cxx luabindings.cc -> luabindings.cc.1.o} ['/usr/lib64/ccache/g++', '-I/home/chris/Src/Ardour/ardour', '-DHAVE_RF64_RIFF', '-DWAF_BUILD', '-DNDEBUG', '-fshow-column', '-O3', '-fomit-frame-pointer', '-ffast-math', '-fstrength-reduce', '-pipe', '-DARCH_X86', '-mmmx', '-msse', '-mfpmath=sse', '-DUSE_XMMINTRIN', '-DBUILD_SSE_OPTIMIZATIONS', '-DLXVST_64BIT', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-Wno-unused-parameter', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DPROGRAM_NAME="Ardour"', '-DPROGRAM_VERSION="6"', '-Woverloaded-virtual', '-Wno-unused-local-typedefs', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-DCANVAS_COMPATIBILITY', '-DCANVAS_DEBUG', '-DBOOST_ERROR_CODE_HEADER_ONLY', '-fPIC', '-fPIC', '-pthread', '-pthread', '-pthread', '-pthread', '-pthread', '-pthread', '-F/System/Library/Frameworks', '-F/Library/Frameworks', '-Ilibs/ardour', '-I../libs/ardour', '-Ilibs/vst3', '-I../libs/vst3', '-Ilibs/surfaces/control_protocol', '-I../libs/surfaces/control_protocol', '-Ilibs', '-I../libs', '-Ilibs/midi++2', '-I../libs/midi++2', '-Ilibs/evoral', '-I../libs/evoral', '-Ilibs/audiographer', '-I../libs/audiographer', '-Ilibs/audiographer/src', '-I../libs/audiographer/src', '-Ilibs/ptformat', '-I../libs/ptformat', '-Ilibs/pbd', '-I../libs/pbd', '-Ilibs/evoral/libsmf', '-I../libs/evoral/libsmf', '-Ilibs/temporal', '-I../libs/temporal', '-Ilibs/lua', '-I../libs/lua', '-Ilibs/zita-resampler', '-I../libs/zita-resampler', '-Ilibs/zita-convolver', '-I../libs/zita-convolver', '-Ilibs/libltc/ltc', '-I../libs/libltc/ltc', '-Ilibs/fluidsynth/fluidsynth', '-I../libs/fluidsynth/fluidsynth', '-I/usr/include/glibmm-2.4', '-I/usr/lib64/glibmm-2.4/include', '-I/usr/include/glib-2.0', '-I/usr/lib64/glib-2.0/include', '-I/usr/include/sysprof-4', '-I/usr/include/sigc++-2.0', '-I/usr/lib64/sigc++-2.0/include', '-I/usr/include/libxml2', '-I/usr/include/opus', '-I/usr/include/raptor2', '-I/usr/include/giomm-2.4', '-I/usr/lib64/giomm-2.4/include', '-I/usr/include/libmount', '-I/usr/include/blkid', '-I/usr/include/taglib', '-I/usr/include/soundtouch', '-I/usr/include/lilv-0', '-I/usr/include/serd-0', '-I/usr/include/sord-0', '-I/usr/include/sratom-0', '-I/usr/include/suil-0', '-I/home/chris/Src/Ardour/ardour/build', '-DINTERNAL_SHARED_LIBS=1', '-DHAVE_ALSA=1', '-DHAVE_PULSEAUDIO=1', '-DHAVE_GLIB=1', '-DHAVE_GLIB_2_68=1', '-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-DHAVE_SNDFILE=1', '-DHAVE_GIOMM=1', '-DHAVE_CURL=1', '-DHAVE_ARCHIVE=1', '-DHAVE_LO=1', '-DHAVE_TAGLIB=1', '-DHAVE_VAMPSDK=1', '-DHAVE_VAMPHOSTSDK=1', '-DHAVE_RUBBERBAND=1', '-DEXPORT_VISIBILITY_HIDDEN=0', '-DPHONE_HOME=1', '-DENABLE_NLS=1', '-DLXVST_SUPPORT=1', '-DVST3_SUPPORT=1', '-DFPU_AVX_FMA_SUPPORT=1', '-DCONFIG_ARCH="x86_64"', '-DHAVE_TOOLS_SANITY_CHECK=1', '-DHAVE_TOOLS_GCCABICHECK=1', '-DHAVE_LIBS_CLEARLOOKS_NEWER=1', '-DHAVE_LIBS_FLUIDSYNTH=1', '-DHAVE_UDEV=1', '-DHAVE_HIDAPI=1', '-DHAVE_LIBS_HIDAPI=1', '-DHAVE_LIBS_LIBLTC=1', '-DHAVE_LIBS_LUA=1', '-DHAVE_LIBS_PTFORMAT=1', '-DHAVE_LIBS_QM_DSP=1', '-DHAVE_FFTW3F=1', '-DHAVE_AUBIO=1', '-DHAVE_AUBIO4=1', '-DHAVE_LIBS_VAMP_PLUGINS=1', '-DHAVE_LIBS_VAMP_PYIN=1', '-DHAVE_LIBS_ZITA_RESAMPLER=1', '-DHAVE_LIBS_ZITA_CONVOLVER=1', '-DHAVE_XML=1', '-DHAVE_SIGCPP=1', '-DHAVE_EXECINFO=1', '-DHAVE_POSIX_MEMALIGN=1', '-DHAVE_GETMNTENT=1', '-DHAVE_LOCALTIME_R=1', '-DHAVE_LIBS_PBD=1', '-DHAVE_CPPUNIT=1', '-DHAVE_LIBS_MIDIPP2=1', '-DHAVE_LIBS_EVORAL=1', '-DHAVE_USB=1', '-DHAVE_WEBSOCKETS=1', '-DHAVE_CONTROL_PROTOCOL=1', '-DHAVE_FADERPORT=1', '-DHAVE_FADERPORT8=1', '-DHAVE_CC121=1', '-DHAVE_GENERIC_MIDI=1', '-DHAVE_MACKIE=1', '-DHAVE_US2400=1', '-DHAVE_LAUNCH_CONTROL_XL=1', '-DHAVE_PANGOMM=1', '-DHAVE_CAIROMM=1', '-DHAVE_PUSH2=1', '-DHAVE_CONTOURDESIGN=1', '-DHAVE_LIBS_SURFACES=1', '-DHAVE_2IN2OUT=1', '-DHAVE_1IN2OUT=1', '-DHAVE_VBAP=1', '-DHAVE_STEREOBALANCE=1', '-DHAVE_LIBS_PANNERS=1', '-DHAVE_JACK=1', '-DHAVE_JACK_METADATA=1', '-DHAVE_DUMMY=1', '-DHAVE_LIBS_BACKENDS=1', '-DHAVE_LIBS_TEMPORAL=1', '-DHAVE_LRDF=1', '-DHAVE_SAMPLERATE=1', '-DHAVE_LV2=1', '-DHAVE_LV2_1_10_0=1', '-DHAVE_LV2_1_17_2=1', '-DHAVE_SERD=1', '-DHAVE_SORD=1', '-DHAVE_SRATOM=1', '-DHAVE_LILV=1', '-DHAVE_SUIL=1', '-DLV2_SUPPORT=1', '-DLV2_EXTENDED=1', '-DHAVE_SOUNDTOUCH=1', '-DHAVE_OGG=1', '-DHAVE_FLAC=1', '-DHAVE_FFTW35F=1', '-DUSE_RUBBERBAND=1', '-DCURRENT_SESSION_FILE_VERSION=6000', '-DHAVE_SYS_VFS_H=1', '-DHAVE_SYS_STATVFS_H=1', '-DHAVE_UNISTD=1', '-DHAVE_BOOST_SCOPED_PTR_HPP=1', '-DHAVE_BOOST_PTR_CONTAINER_PTR_LIST_HPP=1', '-DHAVE_LIBS_ARDOUR=1', '-DHAVE_GTKMM=1', '-DHAVE_GTK=1', '-DHAVE_LIBS_GTKMM2EXT=1', '-DHAVE_BOOST_FORMAT_HPP=1', '-DHAVE_LIBS_AUDIOGRAPHER=1', '-DHAVE_LIBS_CANVAS=1', '-DHAVE_LIBS_WIDGETS=1', '-DHAVE_LIBS_WAVEVIEW=1', '-DHAVE_LV2_1_0_0=1', '-DHAVE_LIBS_PLUGINS_REASONABLESYNTH_LV2=1', '-DHAVE_CAIRO=1', '-DHAVE_LIBS_PLUGINS_A_COMP_LV2=1', '-DHAVE_LIBS_PLUGINS_A_EXP_LV2=1', '-DHAVE_LIBS_PLUGINS_A_DELAY_LV2=1', '-DHAVE_LIBS_PLUGINS_A_EQ_LV2=1', '-DHAVE_LIBS_PLUGINS_A_REVERB_LV2=1', '-DHAVE_LIBS_PLUGINS_A_FLUIDSYNTH_LV2=1', '-DHAVE_X11=1', '-DHAVE_PANGOFT2=1', '-DHAVE_FONTCONFIG=1', '-DHAVE_BOOST_SHARED_PTR_HPP=1', '-DHAVE_BOOST_WEAK_PTR_HPP=1', '-DHAVE_GTK2_ARDOUR=1', '-DHAVE_SHARE_EXPORT=1', '-DHAVE_SHARE_MIDI_MAPS=1', '-DHAVE_SHARE_MCP=1', '-DHAVE_SHARE_OSC=1', '-DHAVE_SHARE_PATCHFILES=1', '-DHAVE_SHARE_PLUGIN_METADATA=1', '-DHAVE_SHARE_SCRIPTS=1', '-DHAVE_SHARE_WEB_SURFACES=1', '-DHAVE_HEADLESS=1', '-DHAVE_READLINE=1', '-DHAVE_LUASESSION=1', '-DHAVE_SESSION_UTILS=1', '-DHAVE_LIBS_FST=1', '-DHAVE_LIBS_VFORK=1', '-DHAVE_DBUS=1', '-DHAVE_LIBS_ARDOURALSAUTIL=1', '-DLIBARDOUR_DLL_EXPORTS=1', '-DPACKAGE="ardour6"', '-DDATA_DIR="/usr/local/share/ardour6"', '-DCONFIG_DIR="/usr/local/etc"', '-DLOCALEDIR="/usr/local/share/ardour6/locale"', '-DLIBARDOUR="ardour6"', '-DLXVST_SUPPORT', '-DVST3_SUPPORT', '-DFPU_AVX_FMA_SUPPORT', '../libs/ardour/luabindings.cc', '-c', '-o/home/chris/Src/Ardour/ardour/build/libs/ardour/luabindings.cc.1.o']