=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for fotoxx-16.02.1nb19 --- fotoxx.o --- --- f.widgets.o --- --- f.file.o --- --- f.gallery.o --- --- f.widgets.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` f.widgets.cc --- f.file.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` f.file.cc --- f.gallery.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` f.gallery.cc --- fotoxx.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` -o fotoxx.o fotoxx-16.02.1.cc fotoxx-16.02.1.cc: In function 'int initzfunc(void*)': fotoxx-16.02.1.cc:514:42: warning: 'gint gdk_screen_get_width(GdkScreen*)' is deprecated [-Wdeprecated-declarations] screenww = gdk_screen_get_width(screen); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from fotoxx-16.02.1.cc:120: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here gint gdk_screen_get_width (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~ fotoxx-16.02.1.cc:515:43: warning: 'gint gdk_screen_get_height(GdkScreen*)' is deprecated [-Wdeprecated-declarations] screenhh = gdk_screen_get_height(screen); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from fotoxx-16.02.1.cc:120: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here gint gdk_screen_get_height (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~~ fotoxx-16.02.1.cc: In function 'void Fpaint4(int, int, int, int)': fotoxx-16.02.1.cc:1223:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from fotoxx-16.02.1.cc:120: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ --- f.gallery.o --- f.gallery.cc: In function 'int ggfnames::showthumb()': f.gallery.cc:2758:32: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.gallery.cc:46: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ --- fotoxx.o --- fotoxx-16.02.1.cc: In function 'void draw_pixel(int, int)': fotoxx-16.02.1.cc:1845:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from fotoxx-16.02.1.cc:120: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ fotoxx-16.02.1.cc: In function 'void erase_pixel(int, int)': fotoxx-16.02.1.cc:1906:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from fotoxx-16.02.1.cc:120: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ fotoxx-16.02.1.cc: In function 'void draw_line(int, int, int, int, int)': fotoxx-16.02.1.cc:1957:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from fotoxx-16.02.1.cc:120: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ fotoxx-16.02.1.cc: In function 'void erase_line(int, int, int, int)': fotoxx-16.02.1.cc:1999:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from fotoxx-16.02.1.cc:120: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ fotoxx-16.02.1.cc: In function 'void draw_toplines(int)': fotoxx-16.02.1.cc:2046:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from fotoxx-16.02.1.cc:120: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ fotoxx-16.02.1.cc: In function 'void draw_gridlines()': fotoxx-16.02.1.cc:2127:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from fotoxx-16.02.1.cc:120: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ fotoxx-16.02.1.cc: In function 'void draw_toptext()': fotoxx-16.02.1.cc:2214:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from fotoxx-16.02.1.cc:120: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ fotoxx-16.02.1.cc: In function 'void draw_text(int, int, const char*, const char*)': fotoxx-16.02.1.cc:2279:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from fotoxx-16.02.1.cc:120: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ fotoxx-16.02.1.cc: In function 'void draw_topcircles()': fotoxx-16.02.1.cc:2338:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from fotoxx-16.02.1.cc:120: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ fotoxx-16.02.1.cc: In function 'void draw_mousecircle(int, int, int, int)': fotoxx-16.02.1.cc:2422:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from fotoxx-16.02.1.cc:120: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ fotoxx-16.02.1.cc: In function 'void draw_mousecircle2(int, int, int, int)': fotoxx-16.02.1.cc:2523:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from fotoxx-16.02.1.cc:120: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ fotoxx-16.02.1.cc: In function 'void draw_mousearc(int, int, int, int, int)': fotoxx-16.02.1.cc:2628:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from fotoxx-16.02.1.cc:120: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ --- f.file.o --- f.file.cc: In function 'int rename_dialog_event(zdialog*, const char*)': f.file.cc:965:5: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] int rename_dialog_event(zdialog *zd, cchar *event) ^~~~~~~~~~~~~~~~~~~ f.file.cc:1011:15: note: 'snprintf' output between 3 and 2147483648 bytes into a destination of size 2147483647 snprintf(pp,digits+1,"%0*d",digits,nseq); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- f.area.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` f.area.cc --- f.meta.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` f.meta.cc --- f.edit.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` f.edit.cc --- f.repair.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` f.repair.cc --- f.area.o --- f.area.cc: In function 'void sa_geom_mousefunc()': f.area.cc:393:40: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.area.cc:67: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.area.cc:412:40: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.area.cc:67: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.area.cc: In function 'void sa_draw_mousefunc()': f.area.cc:477:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.area.cc:67: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.area.cc: In function 'void sa_draw_line(int, int, int, int)': f.area.cc:658:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.area.cc:67: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.area.cc: In function 'void sa_mouse_select()': f.area.cc:890:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.area.cc:67: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.area.cc: In function 'void sa_finish_mousefunc()': f.area.cc:1449:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.area.cc:67: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.area.cc: In function 'void sa_show(int)': f.area.cc:1813:37: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] mwcr = gdk_cairo_create(gdkwin); // create cairo context if not already ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.area.cc:67: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ --- f.edit.o --- f.edit.cc: In function 'int writeline::dialog_event(zdialog*, const char*)': f.edit.cc:5447:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (strmatch(event,"length")); // line length ^~ f.edit.cc:5448:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' zdialog_fetch(zd,"length",attr.length); ^~~~~~~~~~~~~ f.edit.cc:5450:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (strmatch(event,"width")); // line width ^~ f.edit.cc:5451:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' zdialog_fetch(zd,"width",attr.width); ^~~~~~~~~~~~~ f.edit.cc:5453:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (strmatch(event,"larrow")); // left arrow head ^~ f.edit.cc:5454:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' zdialog_fetch(zd,"larrow",attr.larrow); ^~~~~~~~~~~~~ f.edit.cc:5456:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (strmatch(event,"rarrow")); // right arrow head ^~ f.edit.cc:5457:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' zdialog_fetch(zd,"rarrow",attr.rarrow); ^~~~~~~~~~~~~ --- f.repair.o --- f.repair.cc: In function 'void pclone_names::pc_mousefunc()': f.repair.cc:3304:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (px > 0 && px < E3pxm->ww-1 && py > 0 && py < E3pxm->hh-1); ^~ f.repair.cc:3305:10: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' draw_mousecircle2(px,py,Mradius,0); ^~~~~~~~~~~~~~~~~ --- f.bend.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` f.bend.cc --- f.meta.o --- f.meta.cc: In function 'void tag_orphans()': f.meta.cc:1806:6: warning: ' unused tags' directive output may be truncated writing 12 bytes into a region of size between 10 and 19 [-Wformat-truncation=] void tag_orphans() ^~~~~~~~~~~ f.meta.cc:1885:12: note: 'snprintf' output between 14 and 23 bytes into a destination of size 20 snprintf(text,20,"%d unused tags",Ndeftags); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ f.meta.cc:1806:6: warning: ' unused tags' directive output may be truncated writing 12 bytes into a region of size between 10 and 19 [-Wformat-truncation=] void tag_orphans() ^~~~~~~~~~~ f.meta.cc:1885:12: note: 'snprintf' output between 14 and 23 bytes into a destination of size 20 snprintf(text,20,"%d unused tags",Ndeftags); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- f.effects.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` f.effects.cc --- f.combine.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` f.combine.cc --- f.mashup.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` f.mashup.cc --- f.albums.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` f.albums.cc f.albums.cc: In function 'void ss_showcapcom(int)': f.albums.cc:2447:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); // (restore image) ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:2452:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc:2494:35: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc: In function 'void ss_blankwindow()': f.albums.cc:2602:35: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:2606:14: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc: In function 'void ss_instant()': f.albums.cc:2615:35: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:2619:14: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc: In function 'void ss_fadein()': f.albums.cc:2663:41: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:2667:20: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc: In function 'void ss_rollright()': f.albums.cc:2691:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:2696:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc: In function 'void ss_rolldown()': f.albums.cc:2719:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:2724:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc: In function 'void ss_venetian()': f.albums.cc:2747:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:2761:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc: In function 'void ss_grate()': f.albums.cc:2791:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:2818:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc: In function 'void ss_rectangle()': f.albums.cc:2853:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:2880:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc:2884:35: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc: In function 'void ss_implode()': f.albums.cc:2919:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:2923:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc:2929:35: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc: In function 'void ss_explode()': f.albums.cc:2964:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:2968:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc:2974:35: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc: In function 'void ss_radar()': f.albums.cc:3010:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:3067:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc: In function 'void ss_japfan()': f.albums.cc:3103:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:3171:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc: In function 'void ss_jaws()': f.albums.cc:3191:35: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc: In function 'void ss_ellipse()': f.albums.cc:3275:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:3299:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc:3303:35: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc: In function 'void ss_raindrops()': f.albums.cc:3331:35: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:3366:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:3375:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc:3378:35: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc: In function 'void ss_doubledoor()': f.albums.cc:3405:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:3422:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc: In function 'void ss_rotate()': f.albums.cc:3486:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); // create and destroy each paint 15.02 ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:3490:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc:3520:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:3524:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc: In function 'void ss_fallover()': f.albums.cc:3644:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); // create and destroy each paint ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:3648:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc: In function 'void ss_spheroid()': f.albums.cc:3768:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:3772:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc:3778:35: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc: In function 'void ss_turn_page()': f.albums.cc:3920:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:3924:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc:3930:35: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc: In function 'void ss_zoomin()': f.albums.cc:4110:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:4114:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc:4121:35: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:4125:14: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc: In function 'void ss_zoomout()': f.albums.cc:4148:38: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:4152:17: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ f.albums.cc:4159:35: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] ss_cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.albums.cc:4163:14: warning: 'void gdk_flush()' is deprecated: Use 'gdk_display_flush' instead [-Wdeprecated-declarations] gdk_flush(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.albums.cc:45: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:124:6: note: declared here void gdk_flush (void); ^~~~~~~~~ --- f.tools.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` f.tools.cc --- f.effects.o --- f.effects.cc: In function 'int anykernel_make_dialog()': f.effects.cc:4868:5: warning: '%02d' directive output may be truncated writing between 2 and 10 bytes into a region of size 9 [-Wformat-truncation=] int anykernel_make_dialog() // 15.10 ^~~~~~~~~~~~~~~~~~~~~ f.effects.cc:4868:5: note: directive argument in the range [1, 2147483647] f.effects.cc:4916:15: note: 'snprintf' output between 6 and 14 bytes into a destination of size 12 snprintf(rowname,12,"row%02d",row); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ f.effects.cc:4868:5: warning: '%02d' directive output may be truncated writing between 2 and 10 bytes into a region of size 8 [-Wformat-truncation=] int anykernel_make_dialog() // 15.10 ^~~~~~~~~~~~~~~~~~~~~ f.effects.cc:4868:5: note: directive argument in the range [1, 2147483647] f.effects.cc:4868:5: note: directive argument in the range [1, 2147483647] f.effects.cc:4921:18: note: 'snprintf' output between 9 and 25 bytes into a destination of size 12 snprintf(cellname,12,"cell%02d%02d",col,row); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ f.effects.cc: In function 'int anykernel_dialog_event(zdialog*, const char*)': f.effects.cc:4936:5: warning: '%02d' directive output may be truncated writing between 2 and 10 bytes into a region of size 6 [-Wformat-truncation=] int anykernel_dialog_event(zdialog *zd, cchar *event) ^~~~~~~~~~~~~~~~~~~~~~ f.effects.cc:4936:5: note: directive argument in the range [1, 2147483647] f.effects.cc:4968:21: note: 'snprintf' output between 9 and 17 bytes into a destination of size 12 snprintf(cellname,12,"cell%02d%02d",col,row); ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- f.batch.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` f.batch.cc --- f.image.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` f.image.cc --- zfuncs.o --- c++ -O2 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -Wall -ggdb -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/X11R7/include -I/usr/pkg/include/freetype2 -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/libdrm -c `pkg-config --cflags gtk+-3.0` zfuncs.cc -D PREFIX=\"/usr/pkg\" -D DOCDIR=\"/usr/pkg/share/doc/fotoxx\" --- f.tools.o --- f.tools.cc: In function 'void magnify_names::magnify_dopixels(int)': f.tools.cc:2602:35: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.tools.cc:48: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ f.tools.cc:2681:32: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from fotoxx.h:31, from f.tools.cc:48: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ --- f.batch.o --- f.batch.cc: In function 'int batch_convert_dialog_event(zdialog*, const char*)': f.batch.cc:747:28: warning: 'oname' may be used uninitialized in this function [-Wmaybe-uninitialized] if (Foverlay) { snprintf(mess6,200,"\n %s: %s",ZTX("Overlay Image"),oname); } ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- zfuncs.o --- zfuncs.cc: In function 'void get_hardware_info(GtkWidget*)': zfuncs.cc:5032:64: warning: 'GdkDeviceManager* gdk_display_get_device_manager(GdkDisplay*)' is deprecated: Use 'gdk_display_get_default_seat' instead [-Wdeprecated-declarations] if (screen) manager = gdk_display_get_device_manager(display); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:171:20: note: declared here GdkDeviceManager * gdk_display_get_device_manager (GdkDisplay *display); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zfuncs.cc:5034:70: warning: 'GdkDevice* gdk_device_manager_get_client_pointer(GdkDeviceManager*)' is deprecated [-Wdeprecated-declarations] if (manager) mouse = gdk_device_manager_get_client_pointer(manager); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkdisplay.h:32:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:32, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkdevicemanager.h:44:14: note: declared here GdkDevice * gdk_device_manager_get_client_pointer (GdkDeviceManager *device_manager); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ zfuncs.cc: In function 'void popup_menu(GtkWidget*, GtkWidget*)': zfuncs.cc:5787:66: warning: 'void gtk_menu_popup(GtkMenu*, GtkWidget*, GtkWidget*, GtkMenuPositionFunc, gpointer, guint, guint32)' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] gtk_menu_popup(GTK_MENU(popmenu),0,0,popup_moveloc,&int600,1,0); // show popup at screen bottom - 600 ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here void gtk_menu_popup (GtkMenu *menu, ^~~~~~~~~~~~~~ zfuncs.cc:5790:70: warning: 'void gtk_menu_popup(GtkMenu*, GtkWidget*, GtkWidget*, GtkMenuPositionFunc, gpointer, guint, guint32)' is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] gtk_menu_popup(GTK_MENU(popmenu),0,0,popup_moveloc,&req.height,1,0); // show at bottom - height ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtklabel.h:34:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtkaccellabel.h:35, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:33, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here void gtk_menu_popup (GtkMenu *menu, ^~~~~~~~~~~~~~ zfuncs.cc: In function 'void popup_moveloc(GtkMenu*, int*, int*, int*, void*)': zfuncs.cc:5808:40: warning: 'gint gdk_screen_get_height(GdkScreen*)' is deprecated [-Wdeprecated-declarations] scrhh = gdk_screen_get_height(screen); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here gint gdk_screen_get_height (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~~ zfuncs.cc: In function 'void Vmenunames::mouse_event(GtkWidget*, GdkEventButton*, Vmenu*)': zfuncs.cc:6953:32: warning: 'cairo_t* gdk_cairo_create(GdkWindow*)' is deprecated: Use 'gdk_window_begin_draw_frame() and gdk_drawing_context_get_cairo_context()' instead [-Wdeprecated-declarations] cr = gdk_cairo_create(gdkwin); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:33:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkcairo.h:35:12: note: declared here cairo_t * gdk_cairo_create (GdkWindow *window); ^~~~~~~~~~~~~~~~ zfuncs.cc: In function 'void zdialog_set_position(zdialog*, const char*)': zfuncs.cc:8991:30: warning: 'gint gdk_screen_width()' is deprecated [-Wdeprecated-declarations] pww = gdk_screen_width(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here gint gdk_screen_width (void) G_GNUC_CONST; ^~~~~~~~~~~~~~~~ zfuncs.cc:8992:31: warning: 'gint gdk_screen_height()' is deprecated [-Wdeprecated-declarations] phh = gdk_screen_height(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here gint gdk_screen_height (void) G_GNUC_CONST; ^~~~~~~~~~~~~~~~~ zfuncs.cc: In function 'void zdialog_save_position(zdialog*)': zfuncs.cc:9054:30: warning: 'gint gdk_screen_width()' is deprecated [-Wdeprecated-declarations] pww = gdk_screen_width(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:108:6: note: declared here gint gdk_screen_width (void) G_GNUC_CONST; ^~~~~~~~~~~~~~~~ zfuncs.cc:9055:31: warning: 'gint gdk_screen_height()' is deprecated [-Wdeprecated-declarations] phh = gdk_screen_height(); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:50:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkmain.h:110:6: note: declared here gint gdk_screen_height (void) G_GNUC_CONST; ^~~~~~~~~~~~~~~~~ zfuncs.cc: In function 'int popup_image_paint(GtkWidget*, cairo_t*, const char*)': zfuncs.cc:9931:45: warning: 'gint gdk_screen_get_width(GdkScreen*)' is deprecated [-Wdeprecated-declarations] sww = gdk_screen_get_width(zfuncs::screen); // screen dimensions ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here gint gdk_screen_get_width (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~ zfuncs.cc:9932:46: warning: 'gint gdk_screen_get_height(GdkScreen*)' is deprecated [-Wdeprecated-declarations] shh = gdk_screen_get_height(zfuncs::screen); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here gint gdk_screen_get_height (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~~ zfuncs.cc: In function 'int popup_image_scroll(GtkWidget*, GdkEventButton*, const char*)': zfuncs.cc:9969:45: warning: 'gint gdk_screen_get_width(GdkScreen*)' is deprecated [-Wdeprecated-declarations] sww = gdk_screen_get_width(zfuncs::screen); // screen dimensions ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here gint gdk_screen_get_width (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~ zfuncs.cc:9970:46: warning: 'gint gdk_screen_get_height(GdkScreen*)' is deprecated [-Wdeprecated-declarations] shh = gdk_screen_get_height(zfuncs::screen); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here gint gdk_screen_get_height (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~~ zfuncs.cc: In function 'int popup_image_KBevent(GtkWidget*, GdkEventKey*, const char*)': zfuncs.cc:10000:45: warning: 'gint gdk_screen_get_width(GdkScreen*)' is deprecated [-Wdeprecated-declarations] sww = gdk_screen_get_width(zfuncs::screen); // screen dimensions ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:58:14: note: declared here gint gdk_screen_get_width (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~ zfuncs.cc:10001:46: warning: 'gint gdk_screen_get_height(GdkScreen*)' is deprecated [-Wdeprecated-declarations] shh = gdk_screen_get_height(zfuncs::screen); ^ In file included from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkapplaunchcontext.h:31:0, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdk.h:32, from /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gtk/gtk.h:30, from zfuncs.h:44, from zfuncs.cc:29: /tmp/graphics/fotoxx/work/.buildlink/include/gtk-3.0/gdk/gdkscreen.h:60:14: note: declared here gint gdk_screen_get_height (GdkScreen *screen); ^~~~~~~~~~~~~~~~~~~~~ --- fotoxx --- c++ -Wl,-zrelro -L/usr/pkg/lib -lexecinfo -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -rdynamic -o fotoxx fotoxx.o f.widgets.o f.file.o f.gallery.o f.area.o f.meta.o f.edit.o f.repair.o f.bend.o f.effects.o f.combine.o f.mashup.o f.albums.o f.tools.o f.batch.o f.image.o zfuncs.o `pkg-config --libs gtk+-3.0` -lpthread -ltiff -lpng -llcms2 *** Please use pkgtools/verifypc to sanity check dependencies.