+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/afterstep-2.2.12nb8/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/afterstep-2.2.12nb8/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for afterstep-2.2.12nb8
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterBase'
Compiling with :gcc -O3 -DNO_DEBUG_OUTPUT -pipe -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -fPIC    
 ashash.c
In file included from ashash.c:35:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 aslist.c
In file included from aslist.c:28:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asvector.c
In file included from asvector.c:28:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 audit.c
In file included from audit.c:31:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 fs.c
In file included from fs.c:67:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 layout.c
In file included from layout.c:30:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 mystring.c
In file included from mystring.c:28:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 os.c
In file included from os.c:27:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 output.c
 parse.c
In file included from parse.c:47:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 regexp.c
 safemalloc.c
In file included from safemalloc.c:34:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 selfdiag.c
In file included from selfdiag.c:35:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 sleep.c
 socket.c
In file included from socket.c:51:
socket.c: In function 'socket_write_int16':
socket.h:26:33: warning: overflow in conversion from 'unsigned int' to 'CARD16' {aka 'short unsigned int'} changes value from '(unsigned int)((int)*(data + (sizetype)((long unsigned int)i * 2)) << 24 | (int)*(data + (sizetype)((long unsigned int)i * 2)) << 8 & 16711680)' to '0' [-Woverflow]
   26 | #define as_ntohl(ui32)          ((((ui32)&0x000000FF)<<24)|(((ui32)&0x0000FF00)<<8)|(((ui32)&0x00FF0000)>>8)|(((ui32)&0xFF000000)>>24))
      |                                 ^
socket.h:29:41: note: in expansion of macro 'as_ntohl'
   29 | #define as_hlton16(ui16)                as_ntohl(ui16)     /* conversion is symmetrical */
      |                                         ^~~~~~~~
socket.c:250:23: note: in expansion of macro 'as_hlton16'
  250 |                 buf = as_hlton16(data[i]);
      |                       ^~~~~~~~~~
In file included from socket.c:50:
output.h: At top level:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 timer.c
In file included from timer.c:37:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 trace.c
 xml.c
In file included from xml.c:40:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 xprop.c
In file included from xprop.c:40:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 xwrap.c
In file included from xwrap.c:25:
output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
/usr/bin/rm -f libAfterBase.a
ar cq libAfterBase.a ashash.o aslist.o asvector.o audit.o fs.o layout.o mystring.o os.o output.o parse.o regexp.o safemalloc.o selfdiag.o sleep.o socket.o timer.o trace.o xml.o xprop.o xwrap.o
ranlib libAfterBase.a
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterBase'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterImage'
Makefile:378: warning: ignoring prerequisites on suffix rule definition
 asimage.c
In file included from afterbase.h:23,
                 from asimage.c:62:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 ascmap.c
In file included from afterbase.h:23,
                 from ascmap.c:56:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asfont.c
In file included from afterbase.h:23,
                 from asfont.c:81:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asimagexml.c
In file included from afterbase.h:23,
                 from asimagexml.c:58:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asstorage.c
In file included from afterbase.h:23,
                 from asstorage.c:63:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asvisual.c
In file included from afterbase.h:23,
                 from asvisual.c:41:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 blender.c
In file included from afterbase.h:23,
                 from blender.c:36:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 bmp.c
In file included from afterbase.h:23,
                 from bmp.c:32:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 char2uni.c
In file included from afterbase.h:23,
                 from char2uni.c:43:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 draw.c
In file included from afterbase.h:23,
                 from draw.c:44:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 export.c
export.c: In function 'ASImage2tiff':
export.c:1149:9: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
 1149 |         uint16 photometric = PHOTOMETRIC_RGB;
      |         ^~~~~~
export.c:1195:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1195 |         TIFFSetField(out, TIFFTAG_IMAGEWIDTH, (uint32) im->width);
      |         ^~~~~~~~~~~~
export.c:1196:9: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 1196 |         TIFFSetField(out, TIFFTAG_IMAGELENGTH, (uint32) im->height);
      |         ^~~~~~~~~~~~
export.c:1201:13: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
 1201 |             uint16 v[1];
      |             ^~~~~~
In file included from afterbase.h:23,
                 from export.c:84:
../libAfterBase/output.h: At top level:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 imencdec.c
In file included from afterbase.h:23,
                 from imencdec.c:64:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 import.c
import.c: In function 'tiff2ASImage':
import.c:2315:49: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
 2315 |                                                 uint32* bc;
      |                                                 ^~~~~~
In file included from afterbase.h:23,
                 from import.c:92:
../libAfterBase/output.h: At top level:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 pixmap.c
In file included from afterbase.h:23,
                 from pixmap.c:61:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 scanline.c
In file included from afterbase.h:23,
                 from scanline.c:40:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 transform.c
In file included from afterbase.h:23,
                 from transform.c:64:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
In function 'load_gauss_scanline',
    inlined from 'blur_asimage_gauss' at transform.c:2417:5:
transform.c:2092:1: warning: inlining failed in call to 'gauss_component_int': --param max-inline-insns-single limit reached [-Winline]
 2092 | gauss_component_int(gauss_data_t *s1, gauss_data_t *d1, int radius, GAUSS_COEFF_TYPE* gauss, GAUSS_COEFF_TYPE* gauss_sums, int len)
      | ^~~~~~~~~~~~~~~~~~~
transform.c:2300:33: note: called from here
 2300 |                                 gauss_component_int(src_chan, res_chan, horz, sgauss, sgauss_sums, result->width);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'load_gauss_scanline',
    inlined from 'blur_asimage_gauss' at transform.c:2444:5:
transform.c:2092:1: warning: inlining failed in call to 'gauss_component_int': --param max-inline-insns-single limit reached [-Winline]
 2092 | gauss_component_int(gauss_data_t *s1, gauss_data_t *d1, int radius, GAUSS_COEFF_TYPE* gauss, GAUSS_COEFF_TYPE* gauss_sums, int len)
      | ^~~~~~~~~~~~~~~~~~~
transform.c:2300:33: note: called from here
 2300 |                                 gauss_component_int(src_chan, res_chan, horz, sgauss, sgauss_sums, result->width);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'load_gauss_scanline',
    inlined from 'blur_asimage_gauss' at transform.c:2561:5:
transform.c:2092:1: warning: inlining failed in call to 'gauss_component_int': --param max-inline-insns-single limit reached [-Winline]
 2092 | gauss_component_int(gauss_data_t *s1, gauss_data_t *d1, int radius, GAUSS_COEFF_TYPE* gauss, GAUSS_COEFF_TYPE* gauss_sums, int len)
      | ^~~~~~~~~~~~~~~~~~~
transform.c:2300:33: note: called from here
 2300 |                                 gauss_component_int(src_chan, res_chan, horz, sgauss, sgauss_sums, result->width);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ungif.c
In file included from afterbase.h:23,
                 from ungif.c:56:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 xcf.c
In file included from afterbase.h:23,
                 from xcf.c:48:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
In function 'xcf_read32',
    inlined from 'xcf_read32' at xcf.c:79:1,
    inlined from 'read_xcf_image' at xcf.c:131:9:
xcf.c:90:37: warning: writing 4 bytes into a region of size 0 [-Wstringop-overflow=]
   90 |                         data[count] = (raw[0]<<24)|(raw[1]<<16)|(raw[2]<<8)|raw[3];
      |                         ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from xcf.c:51:
xcf.h: In function 'read_xcf_image':
xcf.h:102:25: note: at offset 4 into destination object 'width' of size 4
  102 |         CARD32          width;
      |                         ^~~~~
 ximage.c
In file included from afterbase.h:23,
                 from ximage.c:54:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 xpm.c
In file included from afterbase.h:23,
                 from xpm.c:72:
../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
Compiled with :gcc -O3 -DNO_DEBUG_OUTPUT -pipe -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -fPIC  -mmmx -Winline --param inline-unit-growth=10000 --param large-function-growth=10000  -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include   
Compiling with :gcc -O3 -DNO_DEBUG_OUTPUT -pipe -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -fPIC  -mmmx -Winline --param inline-unit-growth=10000 --param large-function-growth=10000  -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include   
/usr/bin/rm -f libAfterImage.a
ar cq libAfterImage.a asimage.o ascmap.o asfont.o asimagexml.o asstorage.o asvisual.o blender.o bmp.o char2uni.o draw.o export.o imencdec.o import.o pixmap.o scanline.o transform.o ungif.o xcf.o ximage.o xpm.o
ranlib libAfterImage.a
gmake[2]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterImage/apps'
Makefile:174: warning: ignoring prerequisites on suffix rule definition
 asview
In file included from ../afterbase.h:23,
                 from asview.c:20:
../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 common
In file included from ../afterbase.h:23,
                 from common.c:5:
../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asscale
In file included from ../afterbase.h:23,
                 from asscale.c:27:
../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 astile
In file included from ../afterbase.h:23,
                 from astile.c:44:
../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asmerge
In file included from ../afterbase.h:23,
                 from asmerge.c:34:
../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asgrad
In file included from ../afterbase.h:23,
                 from asgrad.c:26:
../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asflip
In file included from ../afterbase.h:23,
                 from asflip.c:26:
../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asi18n
In file included from ../afterbase.h:23,
                 from asi18n.c:8:
../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 astext
In file included from ../afterbase.h:23,
                 from astext.c:34:
../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 ascompose
In file included from ../afterbase.h:23,
                 from ascompose.c:47:
../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asvector
In file included from ../afterbase.h:23,
                 from asvector.c:24:
../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 ascheckttf
In file included from ../afterbase.h:23,
                 from ascheckttf.c:6:
../../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gmake[2]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterImage/apps'
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterImage'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterStep'
Compiling with :gcc -DNO_DEBUG_OUTPUT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -fPIC    
 asapp.c
In file included from asapp.c:35:
session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from screen.h:15,
                 from asapp.c:33:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from asapp.c:30:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 ascommand.c
In file included from screen.h:15,
                 from ascommand.c:36:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from ascommand.c:23:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asdatabase.c
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from asdatabase.c:29:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asfeel.c
In file included from screen.h:15,
                 from asfeel.c:28:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from asfeel.c:23:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 aswindata.c
In file included from screen.h:15,
                 from aswindata.c:28:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from aswindata.c:26:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 balloon.c
In file included from screen.h:15,
                 from balloon.c:29:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from balloon.c:26:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 canvas.c
In file included from screen.h:15,
                 from canvas.c:29:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from canvas.c:27:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 clientprops.c
In file included from screen.h:15,
                 from clientprops.c:23:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from clientprops.c:22:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 colorscheme.c
colorscheme.c:182:19: warning: 'MAKE_ARGB32_SHADE100' is static but used in inline function 'make_mono_grad_argb' which is not static
  182 |         grad[1] = MAKE_ARGB32_SHADE100 (base_alpha16, light_val);
      |                   ^~~~~~~~~~~~~~~~~~~~
colorscheme.c:181:19: warning: 'MAKE_ARGB32_SHADE100' is static but used in inline function 'make_mono_grad_argb' which is not static
  181 |         grad[0] = MAKE_ARGB32_SHADE100 (base_alpha16, dark_val);
      |                   ^~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from colorscheme.c:5:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 decor.c
In file included from screen.h:15,
                 from decor.c:26:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from decor.c:23:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 desktop_category.c
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from desktop_category.c:26:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 event.c
event.c:237:33: warning: '_as_event_types' is static but used in inline function 'stash_event_time' which is not static
  237 |                         return (_as_event_types[xevent->type].last_time = *ptime);
      |                                 ^~~~~~~~~~~~~~~
event.c:220:55: warning: 'last_system_time' is static but declared in inline function 'stash_event_time' which is not static
  220 |                                         static time_t last_system_time = 0;
      |                                                       ^~~~~~~~~~~~~~~~
event.c:219:37: warning: 'as_xserver_is_local' is static but used in inline function 'stash_event_time' which is not static
  219 |                                 if (as_xserver_is_local) {      /* hack to detect local time change and try to work around it */
      |                                     ^~~~~~~~~~~~~~~~~~~
event.c:210:73: warning: '_as_event_types' is static but used in inline function 'stash_event_time' which is not static
  210 |                                                                         _as_event_types[xevent->type].time_offset);
      |                                                                         ^~~~~~~~~~~~~~~
In file included from screen.h:15,
                 from event.c:24:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from event.c:21:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 freestor.c
In file included from screen.h:15,
                 from freestor.c:48:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from freestor.c:45:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 functions.c
In file included from screen.h:15,
                 from functions.c:28:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from functions.c:26:
session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from functions.c:25:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 font.c
In file included from screen.h:15,
                 from font.c:3:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from font.c:2:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 hints.c
In file included from screen.h:15,
                 from hints.c:26:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from hints.c:23:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 kde.c
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from kde.c:24:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 module.c
In file included from module.c:44:
session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from screen.h:15,
                 from module.c:41:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from module.c:23:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 moveresize.c
In file included from screen.h:15,
                 from moveresize.c:33:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from moveresize.c:27:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 myicon.c
In file included from screen.h:15,
                 from myicon.c:28:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from myicon.c:25:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 mylook.c
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from mylook.c:23:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 mystyle.c
In file included from screen.h:15,
                 from mystyle.c:28:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from mystyle.c:24:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 mystyle_property.c
In file included from screen.h:15,
                 from mystyle_property.c:25:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from mystyle_property.c:24:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 outline.c
In file included from screen.h:15,
                 from outline.c:32:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from outline.c:29:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 operations.c
In file included from screen.h:15,
                 from operations.h:10,
                 from operations.c:19:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from operations.h:5:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 parser.c
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from parser.c:48:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 parser_fs.c
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from parser_fs.c:42:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 parser_xml.c
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from parser_xml.c:41:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 screen.c
screen.c: In function 'ConnectXDisplay':
screen.c:322:13: warning: implicit declaration of function 'fcntl' [-Wimplicit-function-declaration]
  322 |         if (fcntl (x_fd, F_SETFD, 1) == -1)
      |             ^~~~~
In file included from screen.h:15,
                 from screen.c:32:
mylook.h: At top level:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from screen.c:22:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 session.c
In file included from screen.h:15,
                 from session.c:28:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from session.c:26:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 shape.c
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from shape.c:23:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 wmprops.c
In file included from screen.h:15,
                 from wmprops.c:23:
mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/afterbase.h:2,
                 from asapp.h:45,
                 from wmprops.c:22:
../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
/usr/bin/rm -f libAfterStep.a
ar cq libAfterStep.a asapp.o ascommand.o asdatabase.o asfeel.o aswindata.o balloon.o canvas.o clientprops.o colorscheme.o decor.o desktop_category.o event.o freestor.o functions.o font.o hints.o kde.o module.o moveresize.o myicon.o mylook.o mystyle.o mystyle_property.o outline.o operations.o parser.o parser_fs.o parser_xml.o screen.o session.o shape.o wmprops.o
ranlib libAfterStep.a
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterStep'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterConf'
Compiling with :gcc -DNO_DEBUG_OUTPUT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -fPIC    
 AfterStep.c
In file included from AfterStep.c:31:
../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from AfterStep.c:29:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from AfterStep.c:24:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 AlignBevel.c
In file included from ../libAfterStep/screen.h:15,
                 from AlignBevel.c:29:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from AlignBevel.c:24:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 Animate.c
In file included from afterconf.h:7,
                 from Animate.c:31:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from Animate.c:26:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 ASetRoot.c
In file included from ../libAfterStep/screen.h:15,
                 from ASetRoot.c:25:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from ASetRoot.c:21:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 ASMount.c
In file included from afterconf.h:7,
                 from ASMount.c:28:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from ASMount.c:22:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 Sound.c
In file included from afterconf.h:7,
                 from Sound.c:35:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from Sound.c:26:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 Base.c
In file included from Base.c:28:
../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from Base.c:26:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from Base.c:24:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 balloon.c
In file included from balloon.c:30:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from balloon.c:25:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 Clean.c
In file included from afterconf.h:7,
                 from Clean.c:31:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from Clean.c:26:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 Color.c
In file included from ../libAfterStep/screen.h:15,
                 from Color.c:28:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from Color.c:27:
../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from Color.c:23:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 Database.c
In file included from afterconf.h:7,
                 from Database.c:33:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from Database.c:31:
../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from Database.c:26:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 DesktopEntry.c
In file included from afterconf.h:7,
                 from DesktopEntry.c:33:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from DesktopEntry.c:30:
../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from DesktopEntry.c:28:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 Feel.c
Feel.c: In function 'ParseKeyBinding':
Feel.c:323:21: warning: implicit declaration of function 'XkbKeycodeToKeysym'; did you mean 'XKeycodeToKeysym'? [-Wimplicit-function-declaration]
  323 |                 if (XkbKeycodeToKeysym (dpy, keycode, 0, 0) == keysym)
      |                     ^~~~~~~~~~~~~~~~~~
      |                     XKeycodeToKeysym
In file included from afterconf.h:7,
                 from Feel.c:30:
../libAfterStep/mylook.h: At top level:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from Feel.c:24:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 function.c
In file included from ../libAfterStep/screen.h:15,
                 from function.c:25:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from function.c:22:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 Ident.c
In file included from afterconf.h:7,
                 from Ident.c:27:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from Ident.c:22:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 Look.c
In file included from ../libAfterStep/screen.h:15,
                 from Look.c:29:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from Look.c:24:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 MyFrame.c
In file included from ../libAfterStep/screen.h:15,
                 from MyFrame.c:29:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from MyFrame.c:24:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 MyStyle.c
In file included from MyStyle.c:28:
../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from MyStyle.c:27:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from MyStyle.c:23:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 Pager.c
In file included from afterconf.h:7,
                 from Pager.c:28:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from Pager.c:22:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 Wharf.c
In file included from afterconf.h:7,
                 from Wharf.c:28:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from Wharf.c:22:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 WinList.c
In file included from afterconf.h:7,
                 from WinList.c:28:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from WinList.c:22:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 WinTabs.c
In file included from afterconf.h:7,
                 from WinTabs.c:28:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from WinTabs.c:22:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
/usr/bin/rm -f libAfterConf.a
ar cq libAfterConf.a AfterStep.o AlignBevel.o Animate.o ASetRoot.o ASMount.o Sound.o Base.o balloon.o Clean.o Color.o Database.o DesktopEntry.o Feel.o function.o Ident.o Look.o MyFrame.o MyStyle.o Pager.o Wharf.o WinList.o WinTabs.o
ranlib libAfterConf.a
gcc -DNO_DEBUG_OUTPUT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -fPIC  -DPRINT_DESKTOP_ENTRIES    -c DesktopEntry.c -o PrintDesktopEntries.o
In file included from afterconf.h:7,
                 from DesktopEntry.c:33:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from DesktopEntry.c:30:
../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from DesktopEntry.c:28:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gcc PrintDesktopEntries.o -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../libAfterConf/libAfterConf.a ../libAfterStep/libAfterStep.a ../libAfterImage/libAfterImage.a ../libAfterBase/libAfterBase.a  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext   -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm -o PrintDesktopEntries
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterConf'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libASGTK'
Compiling with :gcc -DNO_DEBUG_OUTPUT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -fPIC   -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include -pthread -I/opt/pkg/include/fribidi -I/opt/pkg/include/cairo -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include 
 asgtkapp.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from asgtk.h:6,
                 from asgtkapp.c:27:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from ../libAfterStep/module.h:4,
                 from asgtkapp.c:31:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from asgtkapp.c:24:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asgtkai.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from asgtk.h:6,
                 from asgtkai.c:28:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from asgtkai.c:24:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from asgtkai.c:23:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asgtkcframe.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from asgtk.h:6,
                 from asgtkcframe.c:30:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from asgtkcframe.c:24:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from asgtkcframe.c:23:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asgtkcolorsel.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from asgtk.h:6,
                 from asgtkcolorsel.c:29:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from asgtkcolorsel.c:24:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from asgtkcolorsel.c:23:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asgtkdirtree.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from asgtk.h:6,
                 from asgtkdirtree.c:29:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from asgtkdirtree.c:24:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from asgtkdirtree.c:23:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asgtkgradient.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from asgtk.h:6,
                 from asgtkgradient.c:29:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from asgtkgradient.c:24:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from asgtkgradient.c:23:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asgtkimagebrowser.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from asgtk.h:6,
                 from asgtkimagebrowser.c:28:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from asgtkimagebrowser.c:24:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from asgtkimagebrowser.c:23:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asgtklistviews.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from asgtk.h:6,
                 from asgtklistviews.c:30:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from asgtklistviews.c:24:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from asgtklistviews.c:23:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asgtkimagedir.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from asgtk.h:6,
                 from asgtkimagedir.c:29:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from asgtkimagedir.c:24:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from asgtkimagedir.c:23:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asgtkimageview.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from asgtk.h:6,
                 from asgtkimageview.c:28:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from asgtkimageview.c:24:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from asgtkimageview.c:23:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asgtklookedit.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from asgtk.h:6,
                 from asgtklookedit.c:36:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from asgtklookedit.c:25:
../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from asgtklookedit.c:24:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from asgtklookedit.c:23:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asgtkxmleditor.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from asgtk.h:6,
                 from asgtkxmleditor.c:30:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from asgtkxmleditor.c:26:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from asgtkxmleditor.c:25:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 asgtkxmloptlist.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from asgtk.h:6,
                 from asgtkxmloptlist.c:30:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from asgtkxmloptlist.c:24:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from asgtkxmloptlist.c:23:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 mystyle_editor_interface.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from mystyle_editor_interface.c:18:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../libAfterStep/screen.h:15,
                 from mystyle_editor_interface.c:24:
../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../libAfterStep/../include/afterbase.h:2,
                 from ../libAfterStep/asapp.h:45,
                 from mystyle_editor_interface.c:23:
../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
/usr/bin/rm -f libASGTK.a
ar cq libASGTK.a asgtkapp.o asgtkai.o asgtkcframe.o asgtkcolorsel.o asgtkdirtree.o asgtkgradient.o asgtkimagebrowser.o asgtklistviews.o asgtkimagedir.o asgtkimageview.o asgtklookedit.o asgtkxmleditor.o asgtkxmloptlist.o mystyle_editor_interface.o
ranlib libASGTK.a
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libASGTK'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/afterstep'
 add_window.c
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from add_window.c:30:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 afterstep.c
afterstep.c: In function 'CanSuspend':
afterstep.c:711:17: warning: implicit declaration of function 'asdbus_GetCanSuspend'; did you mean 'asdbus_GetCanShutdown'? [-Wimplicit-function-declaration]
  711 |         return (asdbus_GetCanSuspend ());
      |                 ^~~~~~~~~~~~~~~~~~~~
      |                 asdbus_GetCanShutdown
afterstep.c: In function 'CanHibernate':
afterstep.c:715:17: warning: implicit declaration of function 'asdbus_GetCanHibernate'; did you mean 'asdbus_GetCanLogout'? [-Wimplicit-function-declaration]
  715 |         return (asdbus_GetCanHibernate ());
      |                 ^~~~~~~~~~~~~~~~~~~~~~
      |                 asdbus_GetCanLogout
afterstep.c: In function 'RequestShutdown':
afterstep.c:786:45: warning: implicit declaration of function 'asdbus_Suspend' [-Wimplicit-function-declaration]
  786 |                                 requested = asdbus_Suspend (500);
      |                                             ^~~~~~~~~~~~~~
afterstep.c:790:45: warning: implicit declaration of function 'asdbus_Hibernate'; did you mean 'asdbus_init'? [-Wimplicit-function-declaration]
  790 |                                 requested = asdbus_Hibernate (500);
      |                                             ^~~~~~~~~~~~~~~~
      |                                             asdbus_init
afterstep.c: In function 'Done':
afterstep.c:927:25: warning: implicit declaration of function 'asdbus_UnregisterSMClient'; did you mean 'asdbus_RegisterSMClient'? [-Wimplicit-function-declaration]
  927 |                         asdbus_UnregisterSMClient (GnomeSessionClientID);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~
      |                         asdbus_RegisterSMClient
In file included from afterstep.c:33:
../../libAfterStep/session.h: At top level:
../../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from afterstep.c:24:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 aswindow.c
In file included from aswindow.c:36:
../../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from aswindow.c:35:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 colormaps.c
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from colormaps.c:22:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 configure.c
In file included from configure.c:49:
../../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from configure.c:43:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 cover.c
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from cover.c:27:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 dbus.c
dbus.c: In function 'get_gnome_autosave':
dbus.c:245:17: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations]
  245 |                 g_type_init();
      |                 ^~~~~~~~~~~
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from dbus.c:32:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
  737 | void                  g_type_init                    (void);
      |                       ^~~~~~~~~~~
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from dbus.c:23:
../../libAfterStep/mylook.h: At top level:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 decorations.c
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from decorations.c:28:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 dirtree.c
In file included from ../../libAfterConf/afterconf.h:7,
                 from dirtree.c:33:
../../libAfterConf/../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from dirtree.c:31:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 events.c
events.c: In function 'HandleKeyPress':
events.c:799:33: warning: implicit declaration of function 'XkbKeycodeToKeysym'; did you mean 'XKeycodeToKeysym'? [-Wimplicit-function-declaration]
  799 |                 KeySym keysym = XkbKeycodeToKeysym (dpy, xk->keycode, m, 0);
      |                                 ^~~~~~~~~~~~~~~~~~
      |                                 XKeycodeToKeysym
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from events.c:28:
../../libAfterStep/mylook.h: At top level:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 functions.c
In file included from functions.c:41:
../../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from functions.c:35:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 housekeeping.c
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from housekeeping.c:32:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 icons.c
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from icons.c:27:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 menuitem.c
menuitem.c: In function 'ParseKeyEntry':
menuitem.c:280:45: warning: implicit declaration of function 'XkbKeycodeToKeysym'; did you mean 'XKeycodeToKeysym'? [-Wimplicit-function-declaration]
  280 |                                         if (XkbKeycodeToKeysym (dpy, i, m, 0) == keysym)
      |                                             ^~~~~~~~~~~~~~~~~~
      |                                             XKeycodeToKeysym
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from menuitem.c:45:
../../libAfterStep/mylook.h: At top level:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 menus.c
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from menus.c:36:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 misc.c
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from misc.c:30:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 module.c
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from module.c:32:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 pager.c
In file included from pager.c:36:
../../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from pager.c:31:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 placement.c
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from placement.c:27:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 theme.c
In file included from theme.c:31:
../../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from theme.c:24:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 winstatus.c
In file included from ../../libAfterStep/screen.h:15,
                 from asinternals.h:11,
                 from winstatus.c:30:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from asinternals.h:4:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
Compiled with :gcc -DNO_DEBUG_OUTPUT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -fPIC   -I/opt/pkg/include -pthread -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/dbus-1.0 -I/opt/pkg/lib/dbus-1.0/include -DDBUS_API_SUBJECT_TO_CHANGE 
and Libraries :-L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a  -lgio-2.0 -lgobject-2.0 -lglib-2.0 -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm -Wl,-R/opt/pkg/lib -L/opt/pkg/lib -ldbus-1  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext  
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/afterstep'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/Animate'
 Animate.c
In file included from ../../libAfterStep/screen.h:15,
                 from Animate.c:27:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from Animate.c:26:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gcc Animate.o -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext   -o Animate
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/Animate'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/Arrange'
 Arrange.c
In file included from ../../libAfterStep/screen.h:15,
                 from Arrange.c:37:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from Arrange.c:25:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gcc Arrange.o -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext   -o Arrange
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/Arrange'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/Banner'
/bin/cp Banner.sh Banner
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/Banner'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/Ident'
 Ident.c
In file included from Ident.c:49:
../../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/screen.h:15,
                 from Ident.c:38:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from Ident.c:28:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gcc Ident.o -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext   -o Ident
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/Ident'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/Pager'
 Pager.c
In file included from ../../libAfterStep/screen.h:15,
                 from Pager.c:55:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from Pager.c:34:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gcc Pager.o -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext   -o Pager
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/Pager'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/Wharf'
 Wharf.c
In file included from Wharf.c:55:
../../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/screen.h:15,
                 from Wharf.c:54:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from Wharf.c:35:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gcc Wharf.o -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext   -o Wharf
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/Wharf'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/WinCommand'
 WinCommand.c
In file included from ../../libAfterStep/screen.h:15,
                 from ../../libAfterStep/ascommand.h:17,
                 from WinCommand.c:26:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from WinCommand.c:25:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gcc WinCommand.o  -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext   -o WinCommand
gcc -DNO_DEBUG_OUTPUT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -fPIC      -I/opt/pkg/include/gtk-2.0 -I/opt/pkg/lib/gtk-2.0/include -I/opt/pkg/include/pango-1.0 -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/gdk-pixbuf-2.0 -I/opt/pkg/include -pthread -I/opt/pkg/include/fribidi -I/opt/pkg/include/cairo -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/freetype2 -I/opt/pkg/include/libpng16 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/lib/glib-2.0/include -c GWCommand.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from ../../libASGTK/asgtk.h:6,
                 from GWCommand.c:25:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../libASGTK/asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../../libAfterStep/screen.h:15,
                 from ../../libAfterStep/module.h:4,
                 from GWCommand.c:21:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from GWCommand.c:20:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gcc GWCommand.o ../../libASGTK/libASGTK.a -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext    -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm -o GWCommand
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/WinCommand'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/WinList2'
 WinList.c
WinList.c: In function 'postponed_rearrange_winlist':
WinList.c:979:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  979 |     Bool dont_resize_main_canvas  = (Bool)vdata ;
      |                                     ^
In file included from ../../libAfterStep/screen.h:15,
                 from WinList.c:35:
../../libAfterStep/mylook.h: At top level:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from WinList.c:27:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gcc WinList.o -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext   -o WinList
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/WinList2'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/WinTabs'
 WinTabs.c
In file included from ../../libAfterStep/screen.h:15,
                 from WinTabs.c:36:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from WinTabs.c:27:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gcc WinTabs.o -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext   -o WinTabs
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/WinTabs'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/ascp'
 ascolor.c
In file included from ../../libAfterConf/afterconf.h:7,
                 from ascolor.c:35:
../../libAfterConf/../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from ascolor.c:27:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gcc ascolor.o -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext   -o ascolor
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/ascp'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/tools/ASRun'
 main.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from ../../../libASGTK/asgtk.h:6,
                 from main.c:25:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../../libASGTK/asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from main.c:22:
../../../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../libAfterStep/screen.h:15,
                 from ../../../libAfterStep/module.h:4,
                 from main.c:21:
../../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../libAfterStep/../include/afterbase.h:2,
                 from ../../../libAfterStep/asapp.h:45,
                 from main.c:20:
../../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gcc main.o -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../../../libASGTK/libASGTK.a ../../../libAfterConf/libAfterConf.a ../../../libAfterStep/libAfterStep.a ../../../libAfterImage/libAfterImage.a ../../../libAfterBase/libAfterBase.a  -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext   -o ASRun
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/tools/ASRun'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/afterstep'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/afterstep'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/ASDocGen'
 ASDocGen.c
ASDocGen.c: In function 'gen_glossary':
ASDocGen.c:896:56: warning: passing argument 2 of 'sort_hash_items' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  896 |                 items_num = sort_hash_items (Glossary, values, (void**)data, 0);
      |                                                        ^~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:3,
                 from ../../libAfterStep/asapp.h:45,
                 from ASDocGen.c:23:
../../libAfterStep/../include/../libAfterBase/ashash.h:132:74: note: expected 'ASHashableValueBase *' {aka 'long unsigned int *'} but argument is of type 'const ASHashableValue *' {aka 'const long unsigned int *'}
  132 | unsigned long sort_hash_items (ASHashTable * hash, ASHashableValueBase * values,
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
ASDocGen.c:949:23: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  949 |                 free( values );
      |                       ^~~~~~
In file included from /usr/include/stdlib.h:41,
                 from ../../libAfterStep/asapp.h:9:
/usr/include/iso/stdlib_iso.h:138:18: note: expected 'void *' but argument is of type 'const ASHashableValue *' {aka 'const long unsigned int *'}
  138 | extern void free(void *);
      |                  ^~~~~~
ASDocGen.c: In function 'gen_index':
ASDocGen.c:971:53: warning: passing argument 2 of 'sort_hash_items' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  971 |                 items_num = sort_hash_items (Index, values, (void**)data, 0);
      |                                                     ^~~~~~
../../libAfterStep/../include/../libAfterBase/ashash.h:132:74: note: expected 'ASHashableValueBase *' {aka 'long unsigned int *'} but argument is of type 'const ASHashableValue *' {aka 'const long unsigned int *'}
  132 | unsigned long sort_hash_items (ASHashTable * hash, ASHashableValueBase * values,
      |                                                    ~~~~~~~~~~~~~~~~~~~~~~^~~~~~
ASDocGen.c:1044:23: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
 1044 |                 free( values );
      |                       ^~~~~~
/usr/include/iso/stdlib_iso.h:138:18: note: expected 'void *' but argument is of type 'const ASHashableValue *' {aka 'const long unsigned int *'}
  138 | extern void free(void *);
      |                  ^~~~~~
In file included from ../../libAfterStep/screen.h:15,
                 from ASDocGen.c:25:
../../libAfterStep/mylook.h: At top level:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 datadoc.c
In file included from ../../libAfterStep/screen.h:15,
                 from datadoc.c:27:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from datadoc.c:25:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 docfile.c
In file included from ../../libAfterConf/afterconf.h:7,
                 from docfile.c:26:
../../libAfterConf/../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from docfile.c:23:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 robodoc.c
In file included from ../../libAfterStep/screen.h:15,
                 from robodoc.c:25:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from robodoc.c:23:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 xmlproc.c
xmlproc.c: In function 'write_doc_cdata':
xmlproc.c:182:40: warning: multi-character character constant [-Wmultichar]
  182 |                         else if ( c == '˜' && state->doc_type == DocType_NROFF )
      |                                        ^~~
In file included from ../../libAfterConf/afterconf.h:7,
                 from xmlproc.c:26:
../../libAfterConf/../libAfterStep/mylook.h: At top level:
../../libAfterConf/../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from xmlproc.c:23:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
Compiled with :gcc -DNO_DEBUG_OUTPUT -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include/libdrm -I/usr/include -I/opt/pkg/include/freetype2 -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -I/opt/pkg/include/harfbuzz -fPIC    
and Libraries :-L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../../libAfterConf/libAfterConf.a ../../libAfterStep/libAfterStep.a ../../libAfterImage/libAfterImage.a ../../libAfterBase/libAfterBase.a -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext  
Generating man pages ...Done
Generating HTML docs ...Done
Extracting Visualselect HTML ...Done
All Done
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/ASDocGen'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/ASMount'
 main.c
main.c: In function 'check_dvd_video':
main.c:279:41: warning: Deprecated pre-processor symbol
  279 |                                        G_VOLUME_IDENTIFIER_KIND_HAL_UDI);
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.c: In function 'init_ASMount':
main.c:1241:9: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations]
 1241 |         g_type_init();
      |         ^~~~~~~~~~~
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from main.c:41:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
  737 | void                  g_type_init                    (void);
      |                       ^~~~~~~~~~~
main.c: In function 'main':
main.c:1480:9: warning: 'g_type_init' is deprecated [-Wdeprecated-declarations]
 1480 |         g_type_init();
      |         ^~~~~~~~~~~
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:737:23: note: declared here
  737 | void                  g_type_init                    (void);
      |                       ^~~~~~~~~~~
In file included from main.c:39:
../../libAfterStep/session.h: At top level:
../../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/screen.h:15,
                 from main.c:27:
../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../libAfterStep/../include/afterbase.h:2,
                 from ../../libAfterStep/asapp.h:45,
                 from main.c:25:
../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/ASMount'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/tools/ASFileBrowser'
 interface.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from ../../../libASGTK/asgtk.h:6,
                 from interface.c:28:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../../libASGTK/asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from interface.c:27:
../../../libAfterStep/session.h:52:20: warning: inline function 'get_session_override' declared but never defined
   52 | inline const char *get_session_override(ASSession * session, int function );
      |                    ^~~~~~~~~~~~~~~~~~~~
In file included from ../../../libAfterStep/screen.h:15,
                 from interface.c:24:
../../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../libAfterStep/../include/afterbase.h:2,
                 from ../../../libAfterStep/asapp.h:45,
                 from interface.c:22:
../../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 main.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from ../../../libASGTK/asgtk.h:6,
                 from main.c:23:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../../libASGTK/asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../../../libAfterStep/screen.h:15,
                 from ../../../libAfterStep/module.h:4,
                 from main.c:21:
../../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../libAfterStep/../include/afterbase.h:2,
                 from ../../../libAfterStep/asapp.h:45,
                 from main.c:20:
../../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gcc interface.o main.o -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../../../libASGTK/libASGTK.a ../../../libAfterConf/libAfterConf.a ../../../libAfterStep/libAfterStep.a ../../../libAfterImage/libAfterImage.a ../../../libAfterBase/libAfterBase.a  -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext   -o ASFileBrowser
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/tools/ASFileBrowser'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/tools/ASWallpaper'
 interface.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from ../../../libASGTK/asgtk.h:6,
                 from interface.c:28:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../../libASGTK/asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../../../libAfterStep/screen.h:15,
                 from interface.c:25:
../../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../libAfterStep/../include/afterbase.h:2,
                 from ../../../libAfterStep/asapp.h:45,
                 from interface.c:23:
../../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
 main.c
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from ../../../libASGTK/asgtk.h:6,
                 from main.c:24:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject.h:26,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib-object.h:24,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gioenums.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/giotypes.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gio/gio.h:28,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from ../../../libASGTK/asgtk.h:4:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:725:1: note: declared here
  725 | {
      | ^
In file included from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
/home/pbulk/build/wm/afterstep/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/wm/afterstep/work/.buildlink/include/glib-2.0/glib/galloca.h:34,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib.h:32,
                 from /home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gbinding.h:30:
/home/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:580:8: note: declared here
  580 | struct _GTimeVal
      |        ^~~~~~~~~
In file included from ../../../libAfterStep/screen.h:15,
                 from ../../../libAfterStep/module.h:4,
                 from main.c:22:
../../../libAfterStep/mylook.h:400:25: warning: inline function 'add_deskconfig_to_list' declared but never defined
  400 | inline MyDesktopConfig *add_deskconfig_to_list( ASHashTable *list, MyDesktopConfig *dc );
      |                         ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../../libAfterStep/../include/afterbase.h:2,
                 from ../../../libAfterStep/asapp.h:45,
                 from main.c:21:
../../../libAfterStep/../include/../libAfterBase/output.h:59:13: warning: inline function 'nonGNUC_debugout_stub' declared but never defined
   59 | inline void nonGNUC_debugout_stub( const char *format, ...);
      |             ^~~~~~~~~~~~~~~~~~~~~
gcc interface.o main.o -L/opt/pkg/lib -Wl,-R/opt/pkg/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -lintl -liconv -rdynamic ../../../libASGTK/libASGTK.a ../../../libAfterConf/libAfterConf.a ../../../libAfterStep/libAfterStep.a ../../../libAfterImage/libAfterImage.a ../../../libAfterBase/libAfterBase.a  -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lharfbuzz -lfontconfig -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lsocket -lnsl -lSM -lICE -lXext -ljpeg -lpng -lz -lm  -lXinerama -lX11  -lsocket  -lnsl  -lSM -lICE -lXext   -o ASWallpaper
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/src/tools/ASWallpaper'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/doc'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/doc'
gmake[1]: Entering directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/tools'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/home/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/tools'
*** Please use pkgtools/verifypc to sanity check dependencies.