===> Building for afterstep-2.2.12nb10
gmake[1]: Entering directory '/Users/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterBase'
Compiling with :clang -O3 -DNO_DEBUG_OUTPUT -pipe -Os -I/opt/pkg/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
 aslist.c
 asvector.c
 audit.c
 fs.c
 layout.c
 mystring.c
 os.c
 output.c
 parse.c
parse.c:939:178: warning: for loop has empty body [-Wempty-body]
                for (ptr = (char*)str + 1 ; *ptr && !isspace((unsigned char)*ptr) && *ptr != '+' && *ptr != '-' && *ptr != '*' && *ptr != '!' && *ptr != '/' && *ptr != ')' ; ptr++);
                                                                                                                                                                                    ^
parse.c:939:178: note: put the semicolon on a separate line to silence this warning
1 warning generated.
 regexp.c
regexp.c:105:20: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
            if ((c == (unsigned char)*(reserved++)))
                 ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
regexp.c:105:20: note: remove extraneous parentheses around the comparison to silence this warning
            if ((c == (unsigned char)*(reserved++)))
                ~  ^                              ~
regexp.c:105:20: note: use '=' to turn this equality comparison into an assignment
            if ((c == (unsigned char)*(reserved++)))
                   ^~
                   =
1 warning generated.
 safemalloc.c
 selfdiag.c
 sleep.c
 socket.c
 timer.c
 trace.c
 xml.c
xml.c:964:54: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&circ;", c_len ) == 0 ) c = '<88>' ;
                                                                          ^
xml.c:968:54: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&Yuml;", c_len ) == 0 ) c = '<9F>' ;
                                                                          ^
xml.c:969:54: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&euro;", c_len ) == 0 ) c = '<80>' ;                                  
                                                                          ^
xml.c:975:50: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        if( strncmp(ptr,"&OElig;", c_len ) == 0 ) c = '<8C>' ;
                                                                      ^
xml.c:976:55: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&oelig;", c_len ) == 0 ) c = '<9C>' ;
                                                                           ^
xml.c:977:55: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&tilde;", c_len ) == 0 ) c = '<98>' ;
                                                                           ^
xml.c:978:55: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&ndash;", c_len ) == 0 ) c = '<96>' ;
                                                                           ^
xml.c:979:55: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&mdash;", c_len ) == 0 ) c = '<97>' ;
                                                                           ^
xml.c:980:55: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&lsquo;", c_len ) == 0 ) c = '<91>' ;
                                                                           ^
xml.c:981:55: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&rsquo;", c_len ) == 0 ) c = '<92>' ;
                                                                           ^
xml.c:982:55: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&sbquo;", c_len ) == 0 ) c = '<82>' ;
                                                                           ^
xml.c:983:55: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&ldquo;", c_len ) == 0 ) c = '<93>' ;
                                                                           ^
xml.c:984:55: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&rdquo;", c_len ) == 0 ) c = '<94>' ;
                                                                           ^
xml.c:985:55: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&bdquo;", c_len ) == 0 ) c = '<84>' ;
                                                                           ^
xml.c:990:51: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        if( strncmp(ptr,"&Scaron;", c_len ) == 0 ) c = '<8A>' ;
                                                                       ^
xml.c:991:56: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&scaron;", c_len ) == 0 ) c = '<9A>' ;
                                                                            ^
xml.c:993:56: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&dagger;", c_len ) == 0 ) c = '<86>' ;
                                                                            ^
xml.c:994:56: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&Dagger;", c_len ) == 0 ) c = '<87>' ;
                                                                            ^
xml.c:995:56: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&permil;", c_len ) == 0 ) c = '<89>' ;
                                                                            ^
xml.c:996:56: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&lsaquo;", c_len ) == 0 ) c = '<8B>' ;
                                                                            ^
xml.c:997:56: warning: illegal character encoding in character literal [-Winvalid-source-encoding]
                        else if( strncmp(ptr,"&rsaquo;", c_len ) == 0 ) c = '<9B>' ;
                                                                            ^
21 warnings generated.
 xprop.c
 xwrap.c
/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
/System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libAfterBase.a(trace.o) has no symbols
ranlib libAfterBase.a
/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libAfterBase.a(trace.o) has no symbols
gmake[1]: Leaving directory '/Users/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterBase'
gmake[1]: Entering directory '/Users/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterImage'
Makefile:378: warning: ignoring prerequisites on suffix rule definition
 asimage.c
 ascmap.c
 asfont.c
 asimagexml.c
 asstorage.c
 asvisual.c
 blender.c
 bmp.c
 char2uni.c
 draw.c
 export.c
export.c:1149:2: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
        uint16 photometric = PHOTOMETRIC_RGB;
        ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
export.c:1195:41: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
        TIFFSetField(out, TIFFTAG_IMAGEWIDTH, (uint32) im->width);
                                               ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
export.c:1196:42: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
        TIFFSetField(out, TIFFTAG_IMAGELENGTH, (uint32) im->height);
                                                ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
export.c:1201:6: warning: 'uint16' is deprecated [-Wdeprecated-declarations]
            uint16 v[1];
            ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/tiff.h:83:45: note: 'uint16' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint16_t uint16 TIFF_GCC_DEPRECATED;
                                            ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
4 warnings generated.
 imencdec.c
 import.c
import.c:2315:7: warning: 'uint32' is deprecated [-Wdeprecated-declarations]
                                                uint32* bc;
                                                ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/tiff.h:86:45: note: 'uint32' has been explicitly marked deprecated here
typedef TIFF_MSC_DEPRECATED uint32_t uint32 TIFF_GCC_DEPRECATED;
                                            ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/tiff.h:66:44: note: expanded from macro 'TIFF_GCC_DEPRECATED'
#define TIFF_GCC_DEPRECATED __attribute__((deprecated))
                                           ^
1 warning generated.
 pixmap.c
 scanline.c
 transform.c
 ungif.c
 xcf.c
 ximage.c
 xpm.c
Compiled with :clang -O3 -DNO_DEBUG_OUTPUT -pipe -Os -I/opt/pkg/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 :clang -O3 -DNO_DEBUG_OUTPUT -pipe -Os -I/opt/pkg/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   
/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
/System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libAfterImage.a(ungif.o) has no symbols
ranlib libAfterImage.a
/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: libAfterImage.a(ungif.o) has no symbols
gmake[2]: Entering directory '/Users/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterImage/apps'
Makefile:174: warning: ignoring prerequisites on suffix rule definition
 asview
 common
ld: warning: option -Sn is obsolete and being ignored
 asscale
ld: warning: option -Sn is obsolete and being ignored
 astile
ld: warning: option -Sn is obsolete and being ignored
 asmerge
ld: warning: option -Sn is obsolete and being ignored
 asgrad
ld: warning: option -Sn is obsolete and being ignored
 asflip
ld: warning: option -Sn is obsolete and being ignored
 asi18n
ld: warning: option -Sn is obsolete and being ignored
 astext
ld: warning: option -Sn is obsolete and being ignored
 ascompose
ld: warning: option -Sn is obsolete and being ignored
 asvector
ld: warning: option -Sn is obsolete and being ignored
 ascheckttf
ld: warning: option -Sn is obsolete and being ignored
gmake[2]: Leaving directory '/Users/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterImage/apps'
gmake[1]: Leaving directory '/Users/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterImage'
gmake[1]: Entering directory '/Users/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterStep'
Compiling with :clang -DNO_DEBUG_OUTPUT -pipe -Os -I/opt/pkg/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
 ascommand.c
 asdatabase.c
 asfeel.c
 aswindata.c
 balloon.c
 canvas.c
 clientprops.c
 colorscheme.c
 decor.c
 desktop_category.c
 event.c
event.c:220:6: warning: non-constant static local variable in inline function may be different in different files [-Wstatic-local-in-inline]
                                        static time_t last_system_time = 0;
                                        ^
event.c:205:1: note: use 'static' to give inline function 'stash_event_time' internal linkage
inline Time stash_event_time (XEvent * xevent)
^
static 
1 warning generated.
 freestor.c
 functions.c
functions.c:42:1: warning: non-void function does not return a value [-Wreturn-type]
}
^
1 warning generated.
 font.c
 hints.c
 kde.c
 module.c
 moveresize.c
moveresize.c:254:19: warning: while loop has empty body [-Wempty-body]
                        SHOW_CHECKPOINT;
                                       ^
moveresize.c:254:19: note: put the semicolon on a separate line to silence this warning
1 warning generated.
 myicon.c
 mylook.c
mylook.c:473:18: warning: address of array 'ancestor->title_style_names' will always evaluate to 'true' [-Wpointer-bool-conversion]
                        if (ancestor->title_style_names)
                        ~~  ~~~~~~~~~~^~~~~~~~~~~~~~~~~
mylook.c:476:18: warning: address of array 'ancestor->frame_style_names' will always evaluate to 'true' [-Wpointer-bool-conversion]
                        if (ancestor->frame_style_names)
                        ~~  ~~~~~~~~~~^~~~~~~~~~~~~~~~~
2 warnings generated.
 mystyle.c
 mystyle_property.c
 outline.c
 operations.c
 parser.c
 parser_fs.c
 parser_xml.c
 screen.c
 session.c
 shape.c
 wmprops.c
/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 '/Users/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterStep'
gmake[1]: Entering directory '/Users/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterConf'
Compiling with :clang -DNO_DEBUG_OUTPUT -pipe -Os -I/opt/pkg/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
 AlignBevel.c
 Animate.c
 ASetRoot.c
 ASMount.c
 Sound.c
 Base.c
 balloon.c
 Clean.c
 Color.c
 Database.c
 DesktopEntry.c
 Feel.c
Feel.c:323:7: warning: implicit declaration of function 'XkbKeycodeToKeysym' is invalid in C99 [-Wimplicit-function-declaration]
                if (XkbKeycodeToKeysym (dpy, keycode, 0, 0) == keysym)
                    ^
1 warning generated.
 function.c
 Ident.c
 Look.c
 MyFrame.c
 MyStyle.c
 Pager.c
 Wharf.c
 WinList.c
 WinTabs.c
/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
clang -DNO_DEBUG_OUTPUT -pipe -Os -I/opt/pkg/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
clang PrintDesktopEntries.o -L/opt/pkg/lib -rdynamic -L/opt/pkg/lib -rdynamic ../libAfterConf/libAfterConf.a ../libAfterStep/libAfterStep.a ../libAfterImage/libAfterImage.a ../libAfterBase/libAfterBase.a  -lXinerama -lX11    -lSM -lICE -lXext   -L/opt/pkg/lib -lfreetype -ltiff -lX11 -lSM -lICE -lXext -ljpeg -lpng -lz -lm -o PrintDesktopEntries
gmake[1]: Leaving directory '/Users/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libAfterConf'
gmake[1]: Entering directory '/Users/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libASGTK'
Compiling with :clang -DNO_DEBUG_OUTPUT -pipe -Os -I/opt/pkg/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/fribidi -I/opt/pkg/include -D_REENTRANT -I/opt/pkg/include/harfbuzz -I/opt/pkg/include/atk-1.0 -I/opt/pkg/include/cairo -I/opt/pkg/include/freetype2 -I/opt/pkg/include/pixman-1 -I/opt/pkg/include/gdk-pixbuf-2.0 -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 asgtkapp.c:27:
In file included from ./asgtk.h:6:
In file included from /Users/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33:
In file included from /Users/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32:
In file included from /Users/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35:
In file included from /Users/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36:
In file included from /Users/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35:
In file included from /Users/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35:
In file included from /Users/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36:
In file included from /Users/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
void            gtk_type_init   (GTypeDebugFlags    debug_flags);
                                 ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gtype.h:731:19: note: 'GTypeDebugFlags' has been explicitly marked deprecated here
} GTypeDebugFlags GOBJECT_DEPRECATED_TYPE_IN_2_36;
                  ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/gobject/gobject-visibility.h:213:41: note: expanded from macro 'GOBJECT_DEPRECATED_TYPE_IN_2_36'
#define GOBJECT_DEPRECATED_TYPE_IN_2_36 GLIB_DEPRECATED_TYPE
                                        ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gmacros.h:1328:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
#define GLIB_DEPRECATED_TYPE G_DEPRECATED
                             ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gmacros.h:1267:37: note: expanded from macro 'G_DEPRECATED'
#define G_DEPRECATED __attribute__((__deprecated__))
                                    ^
In file included from asgtkapp.c:27:
In file included from ./asgtk.h:6:
In file included from /Users/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126:
In file included from /Users/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30:
In file included from /Users/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30:
In file included from /Users/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
  GTimeVal last_popdown;
  ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gtypes.h:578:35: note: 'GTimeVal' has been explicitly marked deprecated here
typedef struct _GTimeVal GTimeVal GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
                                  ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/glib-visibility.h:656:45: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_62_FOR'
#define GLIB_DEPRECATED_TYPE_IN_2_62_FOR(f) GLIB_DEPRECATED_TYPE_FOR (f)
                                            ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gmacros.h:1329:37: note: expanded from macro 'GLIB_DEPRECATED_TYPE_FOR'
#define GLIB_DEPRECATED_TYPE_FOR(f) G_DEPRECATED_FOR(f)
                                    ^
/Users/pbulk/build/wm/afterstep/work/.buildlink/include/glib-2.0/glib/gmacros.h:1277:44: note: expanded from macro 'G_DEPRECATED_FOR'
#define G_DEPRECATED_FOR(f) __attribute__((__deprecated__("Use '" #f "' instead")))
                                           ^
asgtkapp.c:29:10: fatal error: 'gdk/gdkx.h' file not found
#include <gdk/gdkx.h>
         ^~~~~~~~~~~~
2 warnings and 1 error generated.
gmake[1]: *** [Makefile:344: asgtkapp.o] Error 1
gmake[1]: Leaving directory '/Users/pbulk/build/wm/afterstep/work/afterstep-devel-2.2.12/libASGTK'
gmake: *** [Makefile:177: all] Error 1
*** Error code 2

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/wm/afterstep
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/wm/afterstep