+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=27 WRKLOG=/tmp/bulklog/dia-python-0.97.3nb29/work.log + su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=27 WRKLOG=/tmp/bulklog/dia-python-0.97.3nb29/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for dia-python-0.97.3nb29 CC pydia-color.lo In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-color.c:22: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../lib/object.h:28: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-object.h:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/object.h:33: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC pydia-cpoint.lo In file included from pydia-geometry.h:5, from pydia-cpoint.c:22: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-geometry.h:4: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/arrows.h:24, from pydia-geometry.h:6: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-cpoint.c:24: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../lib/color.h:25, from ../../lib/arrows.h:23: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from ../../lib/geometry.h:29: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ CC pydia-diagram.lo In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../app/diagram.h:21, from pydia-diagram.h:25, from pydia-diagram.c:23: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../app/diagram.h:25: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-diagram.h:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/diarenderer.h:28, from ../../app/display.h:30, from ../../app/diagram.h:28: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pydia-diagram.c: In function 'PyDiaDiagram_CallbackRemoved': pydia-diagram.c:343:23: warning: variable 'res' set but not used [-Wunused-but-set-variable] 343 | PyObject *diaobj,*res,*arg; | ^~~ pydia-diagram.c: In function 'PyDiaDiagram_CallbackSelectionChanged': pydia-diagram.c:388:20: warning: variable 'res' set but not used [-Wunused-but-set-variable] 388 | PyObject *dgm,*res,*arg; | ^~~ CC pydia-diagramdata.lo In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-diagramdata.c:23: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../lib/object.h:28: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-object.h:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/object.h:33: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pydia-diagramdata.c: In function 'PyDiaDiagramData_CallbackObject': pydia-diagramdata.c:193:39: warning: variable 'res' set but not used [-Wunused-but-set-variable] 193 | PyObject *pydata,*pylayer,*pyobj,*res,*arg; | ^~~ CC pydia-display.lo In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../app/display.h:21, from pydia-display.h:25, from pydia-display.c:22: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../app/display.h:26: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-display.h:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/diarenderer.h:28, from ../../app/display.h:30: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC pydia-error.lo In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-error.c:22: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../lib/object.h:28: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-object.h:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/object.h:33: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC pydia-export.lo In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-export.c:22: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../lib/object.h:28: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-object.h:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/object.h:33: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC pydia-font.lo In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-font.c:22: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../lib/object.h:28: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-object.h:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/object.h:33: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC pydia-geometry.lo In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-geometry.c:22: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../lib/object.h:28: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-object.h:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/object.h:33: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pydia-geometry.c:391:9: warning: initialization of 'Py_ssize_t (*)(PyObject *)' {aka 'long int (*)(struct _object *)'} from incompatible pointer type 'int (*)(PyObject *)' {aka 'int (*)(struct _object *)'} [-Wincompatible-pointer-types] 391 | (inquiry)point_length, /*sq_length*/ | ^ pydia-geometry.c:391:9: note: (near initialization for 'point_as_sequence.sq_length') pydia-geometry.c:393:9: warning: 'intargfunc' is deprecated [-Wdeprecated-declarations] 393 | (intargfunc)0, /*sq_repeat*/ | ^ pydia-geometry.c:393:9: warning: initialization of 'PyObject * (*)(PyObject *, Py_ssize_t)' {aka 'struct _object * (*)(struct _object *, long int)'} from incompatible pointer type 'PyObject * (*)(PyObject *, int)' {aka 'struct _object * (*)(struct _object *, int)'} [-Wincompatible-pointer-types] pydia-geometry.c:393:9: note: (near initialization for 'point_as_sequence.sq_repeat') pydia-geometry.c:394:9: warning: 'intargfunc' is deprecated [-Wdeprecated-declarations] 394 | (intargfunc)point_item, /*sq_item*/ | ^ pydia-geometry.c:394:9: warning: initialization of 'PyObject * (*)(PyObject *, Py_ssize_t)' {aka 'struct _object * (*)(struct _object *, long int)'} from incompatible pointer type 'PyObject * (*)(PyObject *, int)' {aka 'struct _object * (*)(struct _object *, int)'} [-Wincompatible-pointer-types] pydia-geometry.c:394:9: note: (near initialization for 'point_as_sequence.sq_item') pydia-geometry.c:395:9: warning: 'intintargfunc' is deprecated [-Wdeprecated-declarations] 395 | (intintargfunc)point_slice, /*sq_slice*/ | ^ pydia-geometry.c:395:9: warning: initialization of 'PyObject * (*)(PyObject *, Py_ssize_t, Py_ssize_t)' {aka 'struct _object * (*)(struct _object *, long int, long int)'} from incompatible pointer type 'PyObject * (*)(PyObject *, int, int)' {aka 'struct _object * (*)(struct _object *, int, int)'} [-Wincompatible-pointer-types] pydia-geometry.c:395:9: note: (near initialization for 'point_as_sequence.sq_slice') pydia-geometry.c:441:9: warning: initialization of 'Py_ssize_t (*)(PyObject *)' {aka 'long int (*)(struct _object *)'} from incompatible pointer type 'int (*)(PyObject *)' {aka 'int (*)(struct _object *)'} [-Wincompatible-pointer-types] 441 | (inquiry)rect_length, /*sq_length*/ | ^ pydia-geometry.c:441:9: note: (near initialization for 'rect_as_sequence.sq_length') pydia-geometry.c:443:9: warning: 'intargfunc' is deprecated [-Wdeprecated-declarations] 443 | (intargfunc)0, /*sq_repeat*/ | ^ pydia-geometry.c:443:9: warning: initialization of 'PyObject * (*)(PyObject *, Py_ssize_t)' {aka 'struct _object * (*)(struct _object *, long int)'} from incompatible pointer type 'PyObject * (*)(PyObject *, int)' {aka 'struct _object * (*)(struct _object *, int)'} [-Wincompatible-pointer-types] pydia-geometry.c:443:9: note: (near initialization for 'rect_as_sequence.sq_repeat') pydia-geometry.c:444:9: warning: 'intargfunc' is deprecated [-Wdeprecated-declarations] 444 | (intargfunc)rect_item, /*sq_item*/ | ^ pydia-geometry.c:444:9: warning: initialization of 'PyObject * (*)(PyObject *, Py_ssize_t)' {aka 'struct _object * (*)(struct _object *, long int)'} from incompatible pointer type 'PyObject * (*)(PyObject *, int)' {aka 'struct _object * (*)(struct _object *, int)'} [-Wincompatible-pointer-types] pydia-geometry.c:444:9: note: (near initialization for 'rect_as_sequence.sq_item') pydia-geometry.c:445:9: warning: 'intintargfunc' is deprecated [-Wdeprecated-declarations] 445 | (intintargfunc)rect_slice, /*sq_slice*/ | ^ pydia-geometry.c:445:9: warning: initialization of 'PyObject * (*)(PyObject *, Py_ssize_t, Py_ssize_t)' {aka 'struct _object * (*)(struct _object *, long int, long int)'} from incompatible pointer type 'PyObject * (*)(PyObject *, int, int)' {aka 'struct _object * (*)(struct _object *, int, int)'} [-Wincompatible-pointer-types] pydia-geometry.c:445:9: note: (near initialization for 'rect_as_sequence.sq_slice') CC pydia-handle.lo In file included from ../../lib/handle.h:24, from pydia-handle.h:25, from pydia-handle.c:22: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-handle.h:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/arrows.h:24, from pydia-geometry.h:6, from pydia-handle.c:24: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-handle.c:25: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../lib/color.h:25, from ../../lib/arrows.h:23: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from ../../lib/geometry.h:29: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ CC pydia-image.lo In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-image.c:22: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../lib/object.h:28: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-object.h:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/object.h:33: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pydia-image.c: In function 'PyDiaImage_GetAttr': pydia-image.c:104:49: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness [-Wpointer-sign] 104 | PyObject* py_s = PyString_FromStringAndSize(s, len); | ^ | | | unsigned char * In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:97: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/stringobject.h:62:51: note: expected 'const char *' but argument is of type 'unsigned char *' 62 | PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); | ^~~~~~~~~~~~ pydia-image.c:109:15: warning: pointer targets in initialization of 'char *' from 'guint8 *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 109 | char* s = dia_image_rgb_data(self->image); | ^~~~~~~~~~~~~~~~~~ CC pydia-layer.lo In file included from ../../lib/diagramdata.h:27, from pydia-layer.h:25, from pydia-layer.c:22: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-layer.h:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-layer.c:23: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../lib/color.h:25, from ../../lib/diagramdata.h:26: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from ../../lib/diagramdata.h:22: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/object.h:33: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC pydia-object.lo In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-object.c:22: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../lib/object.h:28: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-object.h:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/object.h:33: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC pydia-paperinfo.lo In file included from ../../lib/diagramdata.h:27, from ../../lib/paper.h:39, from pydia-paperinfo.h:5, from pydia-paperinfo.c:22: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-paperinfo.h:4: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-paperinfo.c:23: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from ../../lib/color.h:25, from ../../lib/diagramdata.h:26: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from ../../lib/paper.h:22: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/object.h:33: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC pydia-properties.lo In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-properties.c:22: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../lib/object.h:28: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-object.h:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/object.h:33: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pydia-properties.c:251:9: warning: initialization of 'Py_ssize_t (*)(PyObject *)' {aka 'long int (*)(struct _object *)'} from incompatible pointer type 'int (*)(PyObject *)' {aka 'int (*)(struct _object *)'} [-Wincompatible-pointer-types] 251 | (inquiry)PyDiaProperties_Length, /*mp_length*/ | ^ pydia-properties.c:251:9: note: (near initialization for 'PyDiaProperties_AsMapping.mp_length') CC pydia-property.lo In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-property.c:27: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/pango-1.0/pango/pango-coverage.h:25, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/pango-1.0/pango/pango-font.h:25, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/pango-1.0/pango/pango-attributes.h:25, from pydia-property.c:25: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from pydia-property.c:23: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../lib/object.h:28: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-property.c:22: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/object.h:33: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pydia-property.c: In function 'PyDia_set_Arrow': pydia-property.c:262:9: warning: unused variable 'i' [-Wunused-variable] 262 | int i, len = PyTuple_Size(val); | ^ pydia-property.c: In function 'PyDia_set_Dict': pydia-property.c:735:29: warning: passing argument 2 of 'PyDict_Next' from incompatible pointer type [-Wincompatible-pointer-types] 735 | while (PyDict_Next(val, &i, &key, &value)) { | ^~ | | | int * In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:104: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/dictobject.h:119:31: note: expected 'Py_ssize_t *' {aka 'long int *'} but argument is of type 'int *' 119 | PyObject *mp, Py_ssize_t *pos, PyObject **key, PyObject **value); | ~~~~~~~~~~~~^~~ CC pydia-render.lo In file included from pydia-render.c:30: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-render.c:22: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-render.c:32: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from pydia-render.c:23: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/object.h:33: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pydia-render.c: In function 'begin_render': pydia-render.c:99:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 99 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'end_render': pydia-render.c:117:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 117 | ON_RES(res, FALSE); | ^~~~~~~~~~~ pydia-render.c: In function 'set_linewidth': pydia-render.c:141:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 141 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'set_linecaps': pydia-render.c:174:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 174 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'set_linejoin': pydia-render.c:207:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 207 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'set_linestyle': pydia-render.c:245:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 245 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'set_dashlength': pydia-render.c:267:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 267 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'set_fillstyle': pydia-render.c:296:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 296 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'set_font': pydia-render.c:318:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 318 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'draw_line': pydia-render.c:346:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 346 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'draw_polyline': pydia-render.c:376:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 376 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'draw_polygon': pydia-render.c:404:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 404 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'fill_polygon': pydia-render.c:432:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 432 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'draw_rect': pydia-render.c:462:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 462 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'fill_rect': pydia-render.c:490:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 490 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'draw_arc': pydia-render.c:523:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 523 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'fill_arc': pydia-render.c:556:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 556 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'draw_ellipse': pydia-render.c:588:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 588 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'fill_ellipse': pydia-render.c:620:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 620 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'draw_bezier': pydia-render.c:651:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 651 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'fill_bezier': pydia-render.c:680:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 680 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c: In function 'draw_string': pydia-render.c:723:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 723 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ pydia-render.c:700:7: warning: variable 'len' set but not used [-Wunused-but-set-variable] 700 | int len; | ^~~ pydia-render.c: In function 'draw_image': pydia-render.c:754:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 754 | ON_RES(res, FALSE); | ^~~~~~~~~~~~~ CC pydia-text.lo In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../lib/object.h:26, from pydia-object.h:25, from pydia-text.c:22: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../lib/object.h:28: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from pydia-object.h:23: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/dia_xml.h:24, from ../../lib/object.h:33: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC diamodule.lo In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33, from ../../app/diagram.h:21, from pydia-diagram.h:25, from diamodule.c:25: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gobject.h:26, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib-object.h:24, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gioenums.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/giotypes.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gio/gio.h:28, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:723:1: note: declared here 723 | { | ^ In file included from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126: /home/pbulk/build/graphics/dia-python/work/.buildlink/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 /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/galloca.h:34, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib.h:32, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30: /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here 580 | struct _GTimeVal | ^~~~~~~~~ In file included from ../../app/diagram.h:25: ../../lib/geometry.h:40: warning: "isinf" redefined 40 | #define isinf(a) (!finite(a)) | In file included from /usr/include/math.h:36, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/pyport.h:325, from /home/pbulk/build/graphics/dia-python/work/.buildlink/include/python2.7/Python.h:61, from diamodule.c:22: /usr/include/iso/math_c99.h:72: note: this is the location of the previous definition 72 | #define isinf(x) __builtin_isinf(x) | ../../lib/geometry.h:122:13: warning: Deprecated pre-processor symbol: replace with "static inline" 122 | G_INLINE_FUNC void point_add(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:124:13: warning: Deprecated pre-processor symbol: replace with "static inline" 124 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:132:13: warning: Deprecated pre-processor symbol: replace with "static inline" 132 | G_INLINE_FUNC void point_sub(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:134:13: warning: Deprecated pre-processor symbol: replace with "static inline" 134 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:142:13: warning: Deprecated pre-processor symbol: replace with "static inline" 142 | G_INLINE_FUNC real point_dot(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:144:13: warning: Deprecated pre-processor symbol: replace with "static inline" 144 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:151:13: warning: Deprecated pre-processor symbol: replace with "static inline" 151 | G_INLINE_FUNC real point_len(const Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:153:13: warning: Deprecated pre-processor symbol: replace with "static inline" 153 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:160:13: warning: Deprecated pre-processor symbol: replace with "static inline" 160 | G_INLINE_FUNC void point_scale(Point *p, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:162:13: warning: Deprecated pre-processor symbol: replace with "static inline" 162 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:170:13: warning: Deprecated pre-processor symbol: replace with "static inline" 170 | G_INLINE_FUNC void point_normalize(Point *p); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:172:13: warning: Deprecated pre-processor symbol: replace with "static inline" 172 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:195:13: warning: Deprecated pre-processor symbol: replace with "static inline" 195 | G_INLINE_FUNC void point_rotate(Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:197:13: warning: Deprecated pre-processor symbol: replace with "static inline" 197 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:205:13: warning: Deprecated pre-processor symbol: replace with "static inline" 205 | G_INLINE_FUNC void point_get_normed(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:207:13: warning: Deprecated pre-processor symbol: replace with "static inline" 207 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:219:13: warning: Deprecated pre-processor symbol: replace with "static inline" 219 | G_INLINE_FUNC void point_get_perp(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:221:13: warning: Deprecated pre-processor symbol: replace with "static inline" 221 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:231:13: warning: Deprecated pre-processor symbol: replace with "static inline" 231 | G_INLINE_FUNC void point_copy(Point *dst, const Point *src); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:233:13: warning: Deprecated pre-processor symbol: replace with "static inline" 233 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:246:13: warning: Deprecated pre-processor symbol: replace with "static inline" 246 | G_INLINE_FUNC void point_add_scaled(Point *dst, const Point *src, real alpha); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:248:13: warning: Deprecated pre-processor symbol: replace with "static inline" 248 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:257:13: warning: Deprecated pre-processor symbol: replace with "static inline" 257 | G_INLINE_FUNC void point_copy_add_scaled(Point *dst, const Point *src, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:261:13: warning: Deprecated pre-processor symbol: replace with "static inline" 261 | G_INLINE_FUNC void | ^~~~~~ ../../lib/geometry.h:281:13: warning: Deprecated pre-processor symbol: replace with "static inline" 281 | G_INLINE_FUNC gboolean rectangle_equals(const Rectangle *old_extents, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:284:13: warning: Deprecated pre-processor symbol: replace with "static inline" 284 | G_INLINE_FUNC gboolean | ^~~~~~~~~~ ../../lib/geometry.h:294:13: warning: Deprecated pre-processor symbol: replace with "static inline" 294 | G_INLINE_FUNC real distance_point_point(const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:296:13: warning: Deprecated pre-processor symbol: replace with "static inline" 296 | G_INLINE_FUNC real | ^~~~~~ ../../lib/geometry.h:305:13: warning: Deprecated pre-processor symbol: replace with "static inline" 305 | G_INLINE_FUNC const Point *closest_to(const Point *to, const Point *p1, const Point *p2); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:307:13: warning: Deprecated pre-processor symbol: replace with "static inline" 307 | G_INLINE_FUNC const Point * | ^~~~~~~~~~~~~~~ ../../lib/geometry.h:316:13: warning: Deprecated pre-processor symbol: replace with "static inline" 316 | G_INLINE_FUNC real distance_point_point_manhattan(const Point *p1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/geometry.h:319:13: warning: Deprecated pre-processor symbol: replace with "static inline" 319 | G_INLINE_FUNC real | ^~~~~~ In file included from ../../lib/diarenderer.h:28, from ../../app/display.h:30, from ../../app/diagram.h:28: ../../lib/font.h:127:13: warning: Deprecated pre-processor symbol: replace with "const" 127 | G_CONST_RETURN char* dia_font_get_legacy_name(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:139:13: warning: Deprecated pre-processor symbol: replace with "const" 139 | G_CONST_RETURN char* dia_font_get_family(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:141:13: warning: Deprecated pre-processor symbol: replace with "const" 141 | G_CONST_RETURN PangoFontDescription *dia_font_get_description (const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:163:13: warning: Deprecated pre-processor symbol: replace with "const" 163 | G_CONST_RETURN char *dia_font_get_psfontname(const DiaFont *font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:166:13: warning: Deprecated pre-processor symbol: replace with "const" 166 | G_CONST_RETURN char *dia_font_get_weight_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/font.h:169:13: warning: Deprecated pre-processor symbol: replace with "const" 169 | G_CONST_RETURN char *dia_font_get_slant_string(const DiaFont* font); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diamodule.c: In function 'PyDia_import_data': diamodule.c:295:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 295 | ON_RES(res, TRUE); | ^~~~~~~~~~~~ diamodule.c: In function 'PyDia_callback_func': diamodule.c:365:13: warning: Deprecated pre-processor symbol: replace with "((const char*) (__func__))" 365 | ON_RES(res, TRUE); | ^~~~~~~~~~~~ diamodule.c: In function 'initdia': diamodule.c:624:7: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations] 624 | g_type_init (); | ^~~~~~~~~~~ /home/pbulk/build/graphics/dia-python/work/.buildlink/include/glib-2.0/gobject/gtype.h:735:23: note: declared here 735 | void g_type_init (void); | ^~~~~~~~~~~ CC python.lo CCLD libpython_plugin.la *** Please use pkgtools/verifypc to sanity check dependencies.