=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/wm/piewm", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for piewm-1.04 --- vdt.o --- --- add_window.o --- --- gc.o --- --- vdt.o --- rm -f vdt.o --- add_window.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c add_window.c --- vdt.o --- gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -DXLOADIMAGE=\"/opt/local/bin/xloadimage\" vdt.c --- gc.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c gc.c --- vdt.o --- vdt.c: In function 'MakeVirtualDesktop': vdt.c:513:24: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] 513 | fres = fork(); | ^~~~ vdt.c:516:25: warning: implicit declaration of function 'execlp' [-Wimplicit-function-declaration] 516 | execlp("xloadimage", "xsetbg", "-display", | ^~~~~~ vdt.c:516:25: warning: incompatible implicit declaration of built-in function 'execlp' [-Wbuiltin-declaration-mismatch] --- add_window.o --- add_window.c: In function 'AddWindow': add_window.c:164:28: warning: implicit declaration of function 'calloc' [-Wimplicit-function-declaration] 164 | tmp_win = (TwmWindow *)calloc(1, sizeof(TwmWindow)); | ^~~~~~ add_window.c:58:1: note: include '' or provide a declaration of 'calloc' 57 | #include "move.h" +++ |+#include 58 | add_window.c:164:28: warning: incompatible implicit declaration of built-in function 'calloc' [-Wbuiltin-declaration-mismatch] 164 | tmp_win = (TwmWindow *)calloc(1, sizeof(TwmWindow)); | ^~~~~~ add_window.c:164:28: note: include '' or provide a declaration of 'calloc' add_window.c:201:26: warning: implicit declaration of function 'Transient' [-Wimplicit-function-declaration] 201 | tmp_win->transient = Transient(tmp_win->w); | ^~~~~~~~~ add_window.c:342:44: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 342 | tmp_win->wmhints = (XWMHints *)malloc(sizeof(XWMHints)); | ^~~~~~ add_window.c:342:44: note: include '' or provide a declaration of 'malloc' add_window.c:342:44: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] add_window.c:342:44: note: include '' or provide a declaration of 'malloc' add_window.c:400:9: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] 400 | free((char *)tmp_win); | ^~~~ add_window.c:400:9: note: include '' or provide a declaration of 'free' add_window.c:400:9: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] add_window.c:400:9: note: include '' or provide a declaration of 'free' add_window.c:436:9: warning: implicit declaration of function 'GetColorFromList' [-Wimplicit-function-declaration] 436 | GetColorFromList(Scr->TitleForegroundL, tmp_win->full_name, &tmp_win->class, | ^~~~~~~~~~~~~~~~ add_window.c:486:34: warning: implicit declaration of function 'MakeVirtual' [-Wimplicit-function-declaration] 486 | tmp_win->virtualWindow = MakeVirtual(tmp_win, | ^~~~~~~~~~~ add_window.c:842:5: warning: implicit declaration of function 'SetSWM_ROOT'; did you mean 'TWM_ROOT'? [-Wimplicit-function-declaration] 842 | SetSWM_ROOT(tmp_win); | ^~~~~~~~~~~ | TWM_ROOT add_window.c: In function 'CreateWindowTitlebarButtons': add_window.c:1290:46: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 1290 | tmp_win->titlebuttons = (TBWindow *) malloc (nb * sizeof(TBWindow)); | ^~~~~~ add_window.c:1290:46: note: include '' or provide a declaration of 'malloc' add_window.c: In function 'CreateTwmColormap': add_window.c:1355:28: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 1355 | cmap = (TwmColormap *) malloc(sizeof(TwmColormap)); | ^~~~~~ add_window.c:1355:28: note: include '' or provide a declaration of 'malloc' add_window.c:1358:19: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 1358 | if (cmap) free((char *) cmap); | ^~~~ add_window.c:1358:19: note: include '' or provide a declaration of 'free' add_window.c: In function 'CreateColormapWindow': add_window.c:1376:31: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 1376 | cwin = (ColormapWindow *) malloc(sizeof(ColormapWindow)); | ^~~~~~ add_window.c:1376:31: note: include '' or provide a declaration of 'malloc' add_window.c:1380:13: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 1380 | free((char *) cwin); | ^~~~ add_window.c:1380:13: note: include '' or provide a declaration of 'free' add_window.c:1389:17: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 1389 | free((char *) cwin); | ^~~~ add_window.c:1389:17: note: include '' or provide a declaration of 'free' add_window.c: In function 'FetchWmColormapWindows': add_window.c:1457:26: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 1457 | (Window *) malloc (sizeof(Window) * (number_cmap_windows + 1)); | ^~~~~~ add_window.c:1457:26: note: include '' or provide a declaration of 'malloc' add_window.c:1475:37: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 1475 | cwins = (ColormapWindow **) malloc(sizeof(ColormapWindow *) * | ^~~~~~ add_window.c:1475:37: note: include '' or provide a declaration of 'malloc' add_window.c:1521:37: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] 1521 | cwins = (ColormapWindow **) malloc(sizeof(ColormapWindow *)); | ^~~~~~ add_window.c:1521:37: note: include '' or provide a declaration of 'malloc' add_window.c:1537:20: warning: incompatible implicit declaration of built-in function 'calloc' [-Wbuiltin-declaration-mismatch] 1537 | (char *) calloc(1, ColormapsScoreboardLength(&tmp->cmaps)); | ^~~~~~ add_window.c:1537:20: note: include '' or provide a declaration of 'calloc' add_window.c:1545:11: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 1545 | free ((char *) cmap_windows); | ^~~~ add_window.c:1545:11: note: include '' or provide a declaration of 'free' --- list.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c list.c list.c: In function 'AddToList': list.c:82:9: warning: implicit declaration of function 'twmrc_error_prefix' [-Wimplicit-function-declaration] 82 | twmrc_error_prefix(); | ^~~~~~~~~~~~~~~~~~ --- twm.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c twm.c --- parse.o --- rm -f parse.o gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE '-DPIEWMDIR="/opt/local/lib/piewm"' parse.c --- twm.o --- twm.c: In function 'main': twm.c:236:9: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 236 | exit (1); | ^~~~ twm.c:115:1: note: include '' or provide a declaration of 'exit' 114 | #include +++ |+#include 115 | twm.c:236:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 236 | exit (1); | ^~~~ twm.c:236:9: note: include '' or provide a declaration of 'exit' twm.c:250:12: warning: implicit declaration of function 'getenv' [-Wimplicit-function-declaration] 250 | Home = getenv("HOME"); | ^~~~~~ twm.c:250:12: note: 'getenv' is defined in header ''; did you forget to '#include '? twm.c:250:10: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 250 | Home = getenv("HOME"); | ^ twm.c:262:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 262 | exit (1); | ^~~~ twm.c:262:9: note: include '' or provide a declaration of 'exit' twm.c:273:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 273 | exit (1); | ^~~~ twm.c:273:9: note: include '' or provide a declaration of 'exit' twm.c:306:34: warning: implicit declaration of function 'calloc' [-Wimplicit-function-declaration] 306 | ScreenList = (ScreenInfo **) calloc (NumScreens, sizeof (ScreenInfo *)); | ^~~~~~ twm.c:306:34: note: include '' or provide a declaration of 'calloc' twm.c:306:34: warning: incompatible implicit declaration of built-in function 'calloc' [-Wbuiltin-declaration-mismatch] twm.c:306:34: note: include '' or provide a declaration of 'calloc' twm.c:389:37: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration] 389 | (ColormapWindow **) malloc(sizeof(ColormapWindow *)); | ^~~~~~ twm.c:389:37: note: include '' or provide a declaration of 'malloc' twm.c:389:37: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch] twm.c:389:37: note: include '' or provide a declaration of 'malloc' twm.c:599:9: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 599 | exit (1); | ^~~~ twm.c:599:9: note: include '' or provide a declaration of 'exit' twm.c: In function 'Done': twm.c:925:5: warning: incompatible implicit declaration of built-in function 'exit' [-Wbuiltin-declaration-mismatch] 925 | exit(0); | ^~~~ twm.c:925:5: note: include '' or provide a declaration of 'exit' twm.c: In function 'TwmErrorHandler': twm.c:948:7: warning: implicit declaration of function 'XmuPrintDefaultErrorMessage' [-Wimplicit-function-declaration] 948 | XmuPrintDefaultErrorMessage (dpy, event, stderr); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ --- parse.o --- parse.c: In function 'doparse': parse.c:112:9: warning: implicit declaration of function 'yyparse'; did you mean 'doparse'? [-Wimplicit-function-declaration] 112 | yyparse(); | ^~~~~~~ | doparse parse.c: In function 'do_string_keyword': parse.c:900:17: warning: implicit declaration of function 'twmrc_error_prefix' [-Wimplicit-function-declaration] 900 | twmrc_error_prefix(); | ^~~~~~~~~~~~~~~~~~ parse.c: In function 'm4_defs': parse.c:1465:9: warning: implicit declaration of function 'XmuGetHostname'; did you mean 'gethostname'? [-Wimplicit-function-declaration] 1465 | XmuGetHostname(client, MAXHOSTNAME); | ^~~~~~~~~~~~~~ | gethostname --- menus.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c menus.c menus.c: In function 'ExecuteFunction': menus.c:1784:31: warning: passing argument 2 of 'DragIcon' from incompatible pointer type [-Wincompatible-pointer-types] 1784 | DragIcon(tmp_win, eventp, pulldown); | ^~~~~~ | | | XEvent * {aka union _XEvent *} In file included from menus.c:146: move.h:43:49: note: expected 'XButtonEvent *' but argument is of type 'XEvent *' {aka 'union _XEvent *'} 43 | void DragIcon(TwmWindow *tmp_win, XButtonEvent *ev, int pulldown); | ~~~~~~~~~~~~~~^~ menus.c:1786:32: warning: passing argument 2 of 'DragFrame' from incompatible pointer type [-Wincompatible-pointer-types] 1786 | DragFrame(tmp_win, eventp, pulldown); | ^~~~~~ | | | XEvent * {aka union _XEvent *} move.h:42:50: note: expected 'XButtonEvent *' but argument is of type 'XEvent *' {aka 'union _XEvent *'} 42 | void DragFrame(TwmWindow *tmp_win, XButtonEvent *ev, int pulldown); | ~~~~~~~~~~~~~~^~ menus.c:1805:17: warning: implicit declaration of function 'NeedToDefer' [-Wimplicit-function-declaration] 1805 | if (NeedToDefer(mroot) && | ^~~~~~~~~~~ --- events.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c events.c --- resize.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c resize.c --- events.o --- events.c: In function 'HandleColormapNotify': events.c:438:13: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration] 438 | free((char *) cmap); | ^~~~ events.c:109:1: note: include '' or provide a declaration of 'free' 108 | #include "vdt.h" +++ |+#include 109 | events.c:438:13: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 438 | free((char *) cmap); | ^~~~ events.c:438:13: note: include '' or provide a declaration of 'free' events.c: In function 'free_cwins': events.c:692:21: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 692 | free((char *) cmap); | ^~~~ events.c:692:21: note: include '' or provide a declaration of 'free' events.c:695:17: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 695 | free((char *) tmp->cmaps.cwins[i]); | ^~~~ events.c:695:17: note: include '' or provide a declaration of 'free' events.c:698:9: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 698 | free((char *) tmp->cmaps.cwins); | ^~~~ events.c:698:9: note: include '' or provide a declaration of 'free' events.c: In function 'HandleDestroyNotify': events.c:1307:9: warning: implicit declaration of function 'IconDown' [-Wimplicit-function-declaration] 1307 | IconDown (Tmp_win); | ^~~~~~~~ events.c:1324:9: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 1324 | free ((char *) Tmp_win->titlebuttons); | ^~~~ events.c:1324:9: note: include '' or provide a declaration of 'free' events.c:1327:5: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch] 1327 | free((char *)Tmp_win); | ^~~~ events.c:1327:5: note: include '' or provide a declaration of 'free' --- util.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c util.c util.c: In function 'FindPixmap': util.c:423:10: warning: implicit declaration of function 'XcprLocatePixmapFile'; did you mean 'XmuLocatePixmapFile'? [-Wimplicit-function-declaration] 423 | pm = XcprLocatePixmapFile (ScreenOfDisplay(dpy, Scr->screen), bigname, | ^~~~~~~~~~~~~~~~~~~~ | XmuLocatePixmapFile --- version.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c version.c --- iconmgr.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c iconmgr.c --- cursor.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c cursor.c --- iconmgr.o --- iconmgr.c: In function 'CreateIconManagers': iconmgr.c:101:9: warning: implicit declaration of function 'GetColorFromList' [-Wimplicit-function-declaration] 101 | GetColorFromList(Scr->IconManagerBL, p->name, (XClassHint *)NULL, | ^~~~~~~~~~~~~~~~ --- icons.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c icons.c --- move.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c move.c move.c: In function 'getPointer': move.c:451:26: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration] 451 | (abs(event.xbutton.x_root - rootX) >= Scr->MoveDelta || | ^~~ move.c:53:1: note: include '' or provide a declaration of 'abs' 52 | #include "parse.h" +++ |+#include 53 | --- LocPixmap.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c LocPixmap.c --- piewm._man --- rm -f piewm._man if test -z "" ; then cd `dirname piewm` && ln -s `basename piewm.man` `basename piewm._man`; else cpp -undef -D__apploaddir__=/opt/local/lib/X11/app-defaults -D__appmansuffix__=1 -D__filemansuffix__=5 -D__libmansuffix__=3 -D__miscmansuffix__=7 -D__drivermansuffix__=4 -D__adminmansuffix__=8 -D__projectroot__=/opt/local -D__xconfigfile__=xorg.conf -D__xconfigdir__=/opt/local/lib/X11 -D__xlogfile__=Xorg -D__xservername__=Xorg -D__xorgversion__="\"`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'`\" \"X Version 11\"" -D__vendorversion__="`echo 7 7 0 | sed -e 's/ /./g' -e 's/^/Version\\\ /'` X.Org" < piewm.man | sed -e '/^# *[0-9][0-9]* *.*$/d' -e '/^#line *[0-9][0-9]* *.*$/d' -e '/^[ ]*XCOMM$/s/XCOMM/#/' -e '/^[ ]*XCOMM[^a-zA-Z0-9_]/s/XCOMM/#/' -e '/^[ ]*XHASH/s/XHASH/#/' -e '/\@\@$/s/\@\@$/\\/' >piewm._man; fi --- gram.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c gram.c --- lex.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c lex.c --- deftwmrc.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -I/opt/local/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DMITMISC -DXTEST -DXTRAP -DXSYNC -DXCMISC -DXRECORD -DMITSHM -DBIGREQS -DXF86VIDMODE -DXF86MISC -DDBE -DDPMSExtension -DEVI -DSCREENSAVER -DXV -DXVMC -DGLXEXT -DGLX_USE_MESA -D__GLX_ALIGN64 -DRES -DSHAPE -I/opt/local/include -I/usr/include -c deftwmrc.c --- lex.o --- lex.l:49:1: warning: return type defaults to 'int' [-Wimplicit-int] 49 | yywrap() { return(1);} | ^~~~~~ lex.yy.c:595:12: warning: prototype for 'yywrap' follows non-prototype definition lex.l: In function 'yylex': lex.l:73:33: warning: implicit declaration of function 'parse_keyword' [-Wimplicit-function-declaration] 73 | [a-zA-Z\.]+ { int token = parse_keyword (yytext, | ^~~~~~~~~~~~~ lex.l:76:39: warning: implicit declaration of function 'twmrc_error_prefix' [-Wimplicit-function-declaration] 76 | twmrc_error_prefix(); | ^~~~~~~~~~~~~~~~~~ --- gram.o --- gram.y:648:1: warning: return type defaults to 'int' [-Wimplicit-int] 648 | yyerror(s) char *s; | ^~~~~~~ gram.y: In function 'yyerror': gram.y:650:5: warning: implicit declaration of function 'twmrc_error_prefix' [-Wimplicit-function-declaration] 650 | twmrc_error_prefix(); | ^~~~~~~~~~~~~~~~~~ gram.y: At top level: gram.y:654:1: warning: return type defaults to 'int' [-Wimplicit-int] 654 | RemoveDQuote(str) | ^~~~~~~~~~~~ gram.y: In function 'RemoveDQuote': gram.y:658:14: warning: type defaults to 'int' in declaration of 'n' [-Wimplicit-int] 658 | register n; | ^ gram.y:659:14: warning: type defaults to 'int' in declaration of 'count' [-Wimplicit-int] 659 | register count; | ^~~~~ gram.y: In function 'GotTitleButton': gram.y:819:10: warning: implicit declaration of function 'CreateTitleButton'; did you mean 'GotTitleButton'? [-Wimplicit-function-declaration] 819 | if (!CreateTitleButton (bitmapname, func, Action, pull, rightside, True)) { | ^~~~~~~~~~~~~~~~~ | GotTitleButton gram.y: At top level: gram.y:871:1: warning: return type defaults to 'int' [-Wimplicit-int] 871 | twmrc_error_prefix () | ^~~~~~~~~~~~~~~~~~ gram.y: In function 'yyparse': gram.y:117:32: warning: implicit declaration of function 'AddIconRegion' [-Wimplicit-function-declaration] 117 | { AddIconRegion($2, $3, $4, $5, $6); } | ^ ~~~~~~~~~~~ gram.y:370:4: warning: implicit declaration of function 'do_pixmap_keyword'; did you mean 'do_single_keyword'? [-Wimplicit-function-declaration] 370 | pixmap_entry : PKEYWORD string { do_pixmap_keyword($1,$2); } | ^~~~~~~~~~~~~~~~~~~~ | do_single_keyword gram.y:382:25: warning: implicit declaration of function 'NewBitmapCursor' [-Wimplicit-function-declaration] 382 | NewBitmapCursor(&Scr->FrameCursor, $2, $3); } | ^~~~~~~~~~~~~~~ --- piewm --- rm -f piewm LD_RUN_PATH=/opt/local/lib gcc -o piewm -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/local/include -I/usr/include -DNO_ASM -B direct -Wl,-M,/usr/lib/ld/map.bssalign -Wl,-M,/usr/lib/ld/map.noexstk -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -L/opt/local/lib gram.o lex.o deftwmrc.o add_window.o gc.o list.o twm.o parse.o menus.o events.o resize.o util.o version.o iconmgr.o cursor.o icons.o vdt.o move.o LocPixmap.o -lXmu -lXext -lXext -lX11 -lm -lXpm -lfl -lsocket -lnsl -R/opt/local/lib -z lazyload -z combreloc -Wl,-M,/usr/lib/ld/map.pagealign -Wl,-M,/usr/lib/ld/map.noexdata