===> Building for aterm-1.0.1nb14 /opt/pkg/bin/nbsed -n -f ./makeprotos-sed command.c > command.pro /opt/pkg/bin/nbsed -n -f ./makeprotos-sed graphics.c > graphics.pro /opt/pkg/bin/nbsed -n -f ./makeprotos-sed grkelot.c > grkelot.pro /opt/pkg/bin/nbsed -n -f ./makeprotos-sed main.c > main.pro /opt/pkg/bin/nbsed -n -f ./makeprotos-sed menubar.c > menubar.pro /opt/pkg/bin/nbsed -n -f ./makeprotos-sed misc.c > misc.pro /opt/pkg/bin/nbsed -n -f ./makeprotos-sed netdisp.c > netdisp.pro /opt/pkg/bin/nbsed -n -f ./makeprotos-sed rmemset.c > rmemset.pro /opt/pkg/bin/nbsed -n -f ./makeprotos-sed screen.c > screen.pro /opt/pkg/bin/nbsed -n -f ./makeprotos-sed scrollbar.c > scrollbar.pro /opt/pkg/bin/nbsed -n -f ./makeprotos-sed utmp.c > utmp.pro /opt/pkg/bin/nbsed -n -f ./makeprotos-sed xdefaults.c > xdefaults.pro /opt/pkg/bin/nbsed -n -f ./makeprotos-sed pixmap.c > pixmap.pro /opt/pkg/bin/nbsed -n -f ./makeprotos-sed thai.c > thai.pro clang -DHAVE_CONFIG_H -c -pipe -Os -I/opt/pkg/include -Wall -DNO_DEBUG_OUTPUT -DPNG_NO_ASSEMBLER_CODE -I/opt/pkg/include -I. -I.. -I. command.c In file included from command.c:50: ./rxvt.h:622:7: error: define UTMP_FILENAME in config.h # error define UTMP_FILENAME in config.h ^ command.c:1187:14: warning: 'XKeycodeToKeysym' is deprecated [-Wdeprecated-declarations] switch (XKeycodeToKeysym(Xdisplay, kc[k], 0)) { ^ /Users/pbulk/build/x11/aterm/work/.buildlink/include/X11/Xlib.h:1682:1: note: 'XKeycodeToKeysym' has been explicitly marked deprecated here _X_DEPRECATED ^ /Users/pbulk/build/x11/aterm/work/.buildlink/include/X11/Xfuncproto.h:136:40: note: expanded from macro '_X_DEPRECATED' # define _X_DEPRECATED __attribute__((deprecated)) ^ command.c:2510:53: warning: incompatible pointer types passing 'Pixmap *' (aka 'unsigned long *') to parameter of type 'CARD32 *' (aka 'unsigned int *') [-Wincompatible-pointer-types] if( read_32bit_property (Xroot, _XROOTPMAP_ID, &p) ) ^~ ./main.pro:19:70: note: passing argument to parameter 'trg' here Bool read_32bit_property __PROTO((Window w, Atom property, CARD32* trg)); ^ command.c:2640:74: warning: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign [-Wpointer-sign] XQueryTree(Xdisplay, ParentWin[ParentWinNum-1], &root, &parent, &list, &n); ^~ /Users/pbulk/build/x11/aterm/work/.buildlink/include/X11/Xlib.h:3034:1: note: passing argument to parameter here ); ^ command.c:3000:26: warning: passing 'unsigned char [1024]' to parameter of type 'const char *' converts between pointers to integer types where one is of the unique plain 'char' type and the other is not [-Wpointer-sign] tt_write(buf, strlen(buf)); ^~~ /Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/string.h:82:28: note: passing argument to parameter '__s' here size_t strlen(const char *__s); ^ 4 warnings and 1 error generated. *** Error code 1 Stop. bmake[1]: stopped making "all" in /Users/pbulk/build/x11/aterm/work/aterm-1.0.1/src