=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xlax", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for xlax-2.4nb1 --- xlax.o --- --- xlax._man --- --- xlax.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -I/opt/pkg/include -c xlax.c --- xlax._man --- rm -f xlax._man if test -z "" ; then cd `dirname xlax` && ln -s `basename xlax.man` `basename xlax._man`; else cpp -undef -D__apploaddir__=/opt/pkg/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/pkg -D__xconfigfile__=xorg.conf -D__xconfigdir__=/opt/pkg/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" < xlax.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/\@\@$/\\/' >xlax._man; fi --- xlax.o --- In file included from xlax.c:41: vroot.h: In function 'VirtualRootWindowOfScreen': vroot.h:69:1: warning: old-style function definition [-Wold-style-definition] 69 | VirtualRootWindowOfScreen(screen) | ^~~~~~~~~~~~~~~~~~~~~~~~~ xlax.c: In function 'ErrorHandler': xlax.c:71:5: warning: old-style function definition [-Wold-style-definition] 71 | int ErrorHandler(mydisp, myerr) | ^~~~~~~~~~~~ xlax.c:81:5: error: too many arguments to function 'Remove_Window'; expected 0, have 1 81 | Remove_Window(myerr->resourceid); | ^~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ In file included from xlax.c:40: xlax.h:99:5: note: declared here 99 | int Remove_Window(); | ^~~~~~~~~~~~~ xlax.c: In function 'main': xlax.c:91:5: warning: old-style function definition [-Wold-style-definition] 91 | int main (argc, argv) | ^~~~ xlax.c:99:19: error: initialization of 'void (*)(struct _WidgetRec *, XEvent *, char **, Cardinal *)' {aka 'void (*)(struct _WidgetRec *, union _XEvent *, char **, unsigned int *)'} from incompatible pointer type 'void (*)(void)' [-Wincompatible-pointer-types] 99 | {"DoNothing", DoNothing}, | ^~~~~~~~~ xlax.c:99:19: note: (near initialization for 'TextActions[0].proc') xlax.c:66:6: note: 'DoNothing' declared here 66 | void DoNothing() { | ^~~~~~~~~ xlax.c:130:3: error: too many arguments to function 'SetupInterface'; expected 0, have 1 130 | SetupInterface(find); | ^~~~~~~~~~~~~~ ~~~~ xlax.h:81:6: note: declared here 81 | void SetupInterface(); | ^~~~~~~~~~~~~~ xlax.c: In function 'SetupInterface': xlax.c:138:1: warning: old-style function definition [-Wold-style-definition] 138 | SetupInterface(dofind) | ^~~~~~~~~~~~~~ xlax.c:140:1: error: number of arguments doesn't match prototype 140 | { | ^ xlax.h:81:6: error: prototype declaration 81 | void SetupInterface(); | ^~~~~~~~~~~~~~ xlax.c:168:50: error: passing argument 4 of 'XtAddEventHandler' from incompatible pointer type [-Wincompatible-pointer-types] 168 | XtAddEventHandler (Frame, KeyPressMask, False, keyboardCB, NULL); | ^~~~~~~~~~ | | | void (*)(void) In file included from xlax.h:28: /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:849:5: note: expected 'XtEventHandler' {aka 'void (*)(struct _WidgetRec *, void *, union _XEvent *, char *)'} but argument is of type 'void (*)(void)' 849 | XtEventHandler /* proc */, | ^~~~~~~~~~~~~~ xlax.h:85:6: note: 'keyboardCB' declared here 85 | void keyboardCB(); | ^~~~~~~~~~ /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:302:16: note: 'XtEventHandler' declared here 302 | typedef void (*XtEventHandler)( | ^~~~~~~~~~~~~~ xlax.c:177:38: error: passing argument 3 of 'XtAddCallback' from incompatible pointer type [-Wincompatible-pointer-types] 177 | XtAddCallback (thing, XtNcallback, selectCB, NULL); | ^~~~~~~~ | | | void (*)(void) /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:1256:5: note: expected 'XtCallbackProc' {aka 'void (*)(struct _WidgetRec *, void *, void *)'} but argument is of type 'void (*)(void)' 1256 | XtCallbackProc /* callback */, | ^~~~~~~~~~~~~~ xlax.h:82:6: note: 'selectCB' declared here 82 | void selectCB(); | ^~~~~~~~ /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:341:16: note: 'XtCallbackProc' declared here 341 | typedef void (*XtCallbackProc)( | ^~~~~~~~~~~~~~ xlax.c:195:37: error: passing argument 3 of 'XtAddCallback' from incompatible pointer type [-Wincompatible-pointer-types] 195 | XtAddCallback (find, XtNcallback, findCB, NULL); | ^~~~~~ | | | void (*)(void) /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:1256:5: note: expected 'XtCallbackProc' {aka 'void (*)(struct _WidgetRec *, void *, void *)'} but argument is of type 'void (*)(void)' 1256 | XtCallbackProc /* callback */, | ^~~~~~~~~~~~~~ xlax.h:83:6: note: 'findCB' declared here 83 | void findCB(); | ^~~~~~ /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:341:16: note: 'XtCallbackProc' declared here 341 | typedef void (*XtCallbackProc)( | ^~~~~~~~~~~~~~ xlax.c:205:39: error: passing argument 3 of 'XtAddCallback' from incompatible pointer type [-Wincompatible-pointer-types] 205 | XtAddCallback (sendit, XtNcallback, senditCB, NULL); | ^~~~~~~~ | | | void (*)(void) /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:1256:5: note: expected 'XtCallbackProc' {aka 'void (*)(struct _WidgetRec *, void *, void *)'} but argument is of type 'void (*)(void)' 1256 | XtCallbackProc /* callback */, | ^~~~~~~~~~~~~~ xlax.h:89:6: note: 'senditCB' declared here 89 | void senditCB(); | ^~~~~~~~ /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:341:16: note: 'XtCallbackProc' declared here 341 | typedef void (*XtCallbackProc)( | ^~~~~~~~~~~~~~ xlax.c:215:38: error: passing argument 3 of 'XtAddCallback' from incompatible pointer type [-Wincompatible-pointer-types] 215 | XtAddCallback (paste, XtNcallback, pasteCB, NULL); | ^~~~~~~ | | | void (*)(void) /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:1256:5: note: expected 'XtCallbackProc' {aka 'void (*)(struct _WidgetRec *, void *, void *)'} but argument is of type 'void (*)(void)' 1256 | XtCallbackProc /* callback */, | ^~~~~~~~~~~~~~ xlax.h:88:6: note: 'pasteCB' declared here 88 | void pasteCB(); | ^~~~~~~ /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:341:16: note: 'XtCallbackProc' declared here 341 | typedef void (*XtCallbackProc)( | ^~~~~~~~~~~~~~ xlax.c:225:38: error: passing argument 3 of 'XtAddCallback' from incompatible pointer type [-Wincompatible-pointer-types] 225 | XtAddCallback (thing, XtNcallback, killCB, NULL); | ^~~~~~ | | | void (*)(void) /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:1256:5: note: expected 'XtCallbackProc' {aka 'void (*)(struct _WidgetRec *, void *, void *)'} but argument is of type 'void (*)(void)' 1256 | XtCallbackProc /* callback */, | ^~~~~~~~~~~~~~ xlax.h:84:6: note: 'killCB' declared here 84 | void killCB(); | ^~~~~~ /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:341:16: note: 'XtCallbackProc' declared here 341 | typedef void (*XtCallbackProc)( | ^~~~~~~~~~~~~~ xlax.c:235:37: error: passing argument 3 of 'XtAddCallback' from incompatible pointer type [-Wincompatible-pointer-types] 235 | XtAddCallback (quit, XtNcallback, quitCB, NULL); | ^~~~~~ | | | void (*)(void) /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:1256:5: note: expected 'XtCallbackProc' {aka 'void (*)(struct _WidgetRec *, void *, void *)'} but argument is of type 'void (*)(void)' 1256 | XtCallbackProc /* callback */, | ^~~~~~~~~~~~~~ xlax.h:87:6: note: 'quitCB' declared here 87 | void quitCB(); | ^~~~~~ /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:341:16: note: 'XtCallbackProc' declared here 341 | typedef void (*XtCallbackProc)( | ^~~~~~~~~~~~~~ xlax.c:294:54: error: passing argument 4 of 'XtAddEventHandler' from incompatible pointer type [-Wincompatible-pointer-types] 294 | XtAddEventHandler (popstring, KeyPressMask, False, stringinputCB, NULL); | ^~~~~~~~~~~~~ | | | void (*)(void) /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:849:5: note: expected 'XtEventHandler' {aka 'void (*)(struct _WidgetRec *, void *, union _XEvent *, char *)'} but argument is of type 'void (*)(void)' 849 | XtEventHandler /* proc */, | ^~~~~~~~~~~~~~ xlax.h:91:6: note: 'stringinputCB' declared here 91 | void stringinputCB(); | ^~~~~~~~~~~~~ /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:302:16: note: 'XtEventHandler' declared here 302 | typedef void (*XtEventHandler)( | ^~~~~~~~~~~~~~ xlax.c:302:41: error: passing argument 3 of 'XtAddCallback' from incompatible pointer type [-Wincompatible-pointer-types] 302 | XtAddCallback (popclear, XtNcallback, clearCB, NULL); | ^~~~~~~ | | | void (*)(void) /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:1256:5: note: expected 'XtCallbackProc' {aka 'void (*)(struct _WidgetRec *, void *, void *)'} but argument is of type 'void (*)(void)' 1256 | XtCallbackProc /* callback */, | ^~~~~~~~~~~~~~ xlax.h:93:6: note: 'clearCB' declared here 93 | void clearCB(); | ^~~~~~~ /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:341:16: note: 'XtCallbackProc' declared here 341 | typedef void (*XtCallbackProc)( | ^~~~~~~~~~~~~~ xlax.c:311:42: error: passing argument 3 of 'XtAddCallback' from incompatible pointer type [-Wincompatible-pointer-types] 311 | XtAddCallback (popcancel, XtNcallback, cancelCB, NULL); | ^~~~~~~~ | | | void (*)(void) /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:1256:5: note: expected 'XtCallbackProc' {aka 'void (*)(struct _WidgetRec *, void *, void *)'} but argument is of type 'void (*)(void)' 1256 | XtCallbackProc /* callback */, | ^~~~~~~~~~~~~~ xlax.h:94:6: note: 'cancelCB' declared here 94 | void cancelCB(); | ^~~~~~~~ /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:341:16: note: 'XtCallbackProc' declared here 341 | typedef void (*XtCallbackProc)( | ^~~~~~~~~~~~~~ xlax.c:320:38: error: passing argument 3 of 'XtAddCallback' from incompatible pointer type [-Wincompatible-pointer-types] 320 | XtAddCallback (popok, XtNcallback, okCB, NULL); | ^~~~ | | | void (*)(void) /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:1256:5: note: expected 'XtCallbackProc' {aka 'void (*)(struct _WidgetRec *, void *, void *)'} but argument is of type 'void (*)(void)' 1256 | XtCallbackProc /* callback */, | ^~~~~~~~~~~~~~ xlax.h:92:6: note: 'okCB' declared here 92 | void okCB(); | ^~~~ /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:341:16: note: 'XtCallbackProc' declared here 341 | typedef void (*XtCallbackProc)( | ^~~~~~~~~~~~~~ xlax.c:327:3: error: too many arguments to function 'BuildCharToKeyMap'; expected 0, have 1 327 | BuildCharToKeyMap(display); | ^~~~~~~~~~~~~~~~~ ~~~~~~~ xlax.h:100:6: note: declared here 100 | void BuildCharToKeyMap(); | ^~~~~~~~~~~~~~~~~ xlax.c:330:5: error: too many arguments to function 'findCB'; expected 0, have 3 330 | findCB(find,NULL,NULL); | ^~~~~~ ~~~~ xlax.h:83:6: note: declared here 83 | void findCB(); | ^~~~~~ xlax.c: In function 'Select_Window': xlax.c:343:8: warning: old-style function definition [-Wold-style-definition] 343 | Window Select_Window(dpy) | ^~~~~~~~~~~~~ xlax.c: In function 'findCB': xlax.c:392:6: warning: old-style function definition [-Wold-style-definition] 392 | void findCB (w,client_data, call_data) | ^~~~~~ xlax.c:396:1: error: number of arguments doesn't match prototype 396 | { | ^ xlax.h:83:6: error: prototype declaration 83 | void findCB(); | ^~~~~~ xlax.c:407:3: error: too many arguments to function 'Find_Xlax'; expected 0, have 2 407 | Find_Xlax (dpy, root); | ^~~~~~~~~ ~~~ xlax.h:95:6: note: declared here 95 | void Find_Xlax(); | ^~~~~~~~~ xlax.c: In function 'Find_Xlax': xlax.c:416:6: warning: old-style function definition [-Wold-style-definition] 416 | void Find_Xlax (dpy, top) | ^~~~~~~~~ xlax.c:419:1: error: number of arguments doesn't match prototype 419 | { | ^ xlax.h:95:6: error: prototype declaration 95 | void Find_Xlax(); | ^~~~~~~~~ xlax.c:435:9: error: too many arguments to function 'Add_Window'; expected 0, have 3 435 | Add_Window(dpy,top,class_hint.res_name); | ^~~~~~~~~~ ~~~ xlax.h:96:6: note: declared here 96 | void Add_Window(); | ^~~~~~~~~~ xlax.c:446:5: error: too many arguments to function 'Find_Xlax'; expected 0, have 2 446 | Find_Xlax(dpy,children[i]); | ^~~~~~~~~ ~~~ xlax.c:416:6: note: declared here 416 | void Find_Xlax (dpy, top) | ^~~~~~~~~ xlax.c: In function 'selectCB': xlax.c:451:1: warning: old-style function definition [-Wold-style-definition] 451 | selectCB (w, client_data, call_data) | ^~~~~~~~ xlax.c:456:1: error: number of arguments doesn't match prototype 456 | { | ^ xlax.h:82:6: error: prototype declaration 82 | void selectCB(); | ^~~~~~~~ xlax.c:496:5: error: too many arguments to function 'Add_Window'; expected 0, have 3 496 | Add_Window(dpy,target,NULL); | ^~~~~~~~~~ ~~~ xlax.h:96:6: note: declared here 96 | void Add_Window(); | ^~~~~~~~~~ xlax.c: In function 'Add_Window': xlax.c:500:6: warning: old-style function definition [-Wold-style-definition] 500 | void Add_Window(dpy,w,hint) | ^~~~~~~~~~ xlax.c:504:1: error: number of arguments doesn't match prototype 504 | { | ^ xlax.h:96:6: error: prototype declaration 96 | void Add_Window(); | ^~~~~~~~~~ xlax.c:553:20: error: passing argument 3 of 'XtAddCallback' from incompatible pointer type [-Wincompatible-pointer-types] 553 | toggleCB, (XtPointer *) WindowIndex); | ^~~~~~~~ | | | void (*)(void) /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:1256:5: note: expected 'XtCallbackProc' {aka 'void (*)(struct _WidgetRec *, void *, void *)'} but argument is of type 'void (*)(void)' 1256 | XtCallbackProc /* callback */, | ^~~~~~~~~~~~~~ xlax.h:86:6: note: 'toggleCB' declared here 86 | void toggleCB(); | ^~~~~~~~ /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:341:16: note: 'XtCallbackProc' declared here 341 | typedef void (*XtCallbackProc)( | ^~~~~~~~~~~~~~ xlax.c:556:31: error: passing argument 4 of 'XtAddEventHandler' from incompatible pointer type [-Wincompatible-pointer-types] 556 | False, togglestringCB, (XtPointer *) WindowIndex); | ^~~~~~~~~~~~~~ | | | void (*)(void) /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:849:5: note: expected 'XtEventHandler' {aka 'void (*)(struct _WidgetRec *, void *, union _XEvent *, char *)'} but argument is of type 'void (*)(void)' 849 | XtEventHandler /* proc */, | ^~~~~~~~~~~~~~ xlax.h:90:6: note: 'togglestringCB' declared here 90 | void togglestringCB(); | ^~~~~~~~~~~~~~ /home/pbulk/work/x11/xlax/work/.buildlink/include/X11/Intrinsic.h:302:16: note: 'XtEventHandler' declared here 302 | typedef void (*XtEventHandler)( | ^~~~~~~~~~~~~~ xlax.c:566:9: error: too many arguments to function 'presetString'; expected 0, have 3 566 | presetString(dpy,WindowIndex,hint+strlen(prefix)); | ^~~~~~~~~~~~ ~~~ xlax.h:97:6: note: declared here 97 | void presetString(); | ^~~~~~~~~~~~ xlax.c: In function 'Remove_Window': xlax.c:572:5: warning: old-style function definition [-Wold-style-definition] 572 | int Remove_Window(w) | ^~~~~~~~~~~~~ xlax.c:574:1: error: number of arguments doesn't match prototype 574 | { | ^ xlax.h:99:5: error: prototype declaration 99 | int Remove_Window(); | ^~~~~~~~~~~~~ xlax.c: In function 'killCB': xlax.c:612:1: warning: old-style function definition [-Wold-style-definition] 612 | killCB (w, client_data, call_data) | ^~~~~~ xlax.c:617:1: error: number of arguments doesn't match prototype 617 | { | ^ xlax.h:84:6: error: prototype declaration 84 | void killCB(); | ^~~~~~ xlax.c:655:3: error: too many arguments to function 'Remove_Window'; expected 0, have 1 655 | Remove_Window(target); | ^~~~~~~~~~~~~ ~~~~~~ xlax.c:572:5: note: declared here 572 | int Remove_Window(w) | ^~~~~~~~~~~~~ xlax.c: In function 'keyboardCB': xlax.c:659:1: warning: old-style function definition [-Wold-style-definition] 659 | keyboardCB (w, client_data, event) | ^~~~~~~~~~ xlax.c:664:1: error: number of arguments doesn't match prototype 664 | { | ^ xlax.h:85:6: error: prototype declaration 85 | void keyboardCB(); | ^~~~~~~~~~ xlax.c: In function 'presetString': xlax.c:679:6: warning: old-style function definition [-Wold-style-definition] 679 | void presetString (dpy,wi,str) | ^~~~~~~~~~~~ xlax.c:683:1: error: number of arguments doesn't match prototype 683 | { | ^ xlax.h:97:6: error: prototype declaration 97 | void presetString(); | ^~~~~~~~~~~~ xlax.c: In function 'BuildCharToKeyMap': xlax.c:721:6: warning: old-style function definition [-Wold-style-definition] 721 | void BuildCharToKeyMap (disp) | ^~~~~~~~~~~~~~~~~ xlax.c:723:1: error: number of arguments doesn't match prototype 723 | { | ^ xlax.h:100:6: error: prototype declaration 100 | void BuildCharToKeyMap(); | ^~~~~~~~~~~~~~~~~ xlax.c: In function 'CharToKeycodeMod': xlax.c:763:9: warning: old-style function definition [-Wold-style-definition] 763 | KeyCode CharToKeycodeMod(disp, c, m) | ^~~~~~~~~~~~~~~~ xlax.c:767:1: error: number of arguments doesn't match prototype 767 | { | ^ xlax.h:98:9: error: prototype declaration 98 | KeyCode CharToKeycodeMod(); | ^~~~~~~~~~~~~~~~ xlax.c: In function '_old_CharToKeycodeMod': xlax.c:842:9: warning: old-style function definition [-Wold-style-definition] 842 | KeyCode _old_CharToKeycodeMod(disp, c, m) | ^~~~~~~~~~~~~~~~~~~~~ xlax.c: In function 'cancelCB': xlax.c:919:1: warning: old-style function definition [-Wold-style-definition] 919 | cancelCB (w, client_data, call_data) | ^~~~~~~~ xlax.c:923:1: error: number of arguments doesn't match prototype 923 | { | ^ xlax.h:94:6: error: prototype declaration 94 | void cancelCB(); | ^~~~~~~~ xlax.c: In function 'okCB': xlax.c:929:1: warning: old-style function definition [-Wold-style-definition] 929 | okCB (w, client_data, call_data) | ^~~~ xlax.c:933:1: error: number of arguments doesn't match prototype 933 | { | ^ xlax.h:92:6: error: prototype declaration 92 | void okCB(); | ^~~~ xlax.c: In function 'clearCB': xlax.c:956:1: warning: old-style function definition [-Wold-style-definition] 956 | clearCB (w, client_data, call_data) | ^~~~~~~ xlax.c:960:1: error: number of arguments doesn't match prototype 960 | { | ^ xlax.h:93:6: error: prototype declaration 93 | void clearCB(); | ^~~~~~~ xlax.c: In function 'stringinputCB': xlax.c:975:1: warning: old-style function definition [-Wold-style-definition] 975 | stringinputCB (w, client_data, event) | ^~~~~~~~~~~~~ xlax.c:980:1: error: number of arguments doesn't match prototype 980 | { | ^ xlax.h:91:6: error: prototype declaration 91 | void stringinputCB(); | ^~~~~~~~~~~~~ xlax.c: In function 'togglestringCB': xlax.c:996:1: warning: old-style function definition [-Wold-style-definition] 996 | togglestringCB (w, index, event) | ^~~~~~~~~~~~~~ xlax.c:1001:1: error: number of arguments doesn't match prototype 1001 | { | ^ xlax.h:90:6: error: prototype declaration 90 | void togglestringCB(); | ^~~~~~~~~~~~~~ xlax.c: In function 'toggleCB': xlax.c:1033:1: warning: old-style function definition [-Wold-style-definition] 1033 | toggleCB (w, windex, state) | ^~~~~~~~ xlax.c:1038:1: error: number of arguments doesn't match prototype 1038 | { | ^ xlax.h:86:6: error: prototype declaration 86 | void toggleCB(); | ^~~~~~~~ xlax.c: In function 'pasteCB': xlax.c:1044:1: warning: old-style function definition [-Wold-style-definition] 1044 | pasteCB (w, client_data, call_data) | ^~~~~~~ xlax.c:1049:1: error: number of arguments doesn't match prototype 1049 | { | ^ xlax.h:88:6: error: prototype declaration 88 | void pasteCB(); | ^~~~~~~ xlax.c: In function 'senditCB': xlax.c:1108:1: warning: old-style function definition [-Wold-style-definition] 1108 | senditCB (w, client_data, call_data) | ^~~~~~~~ xlax.c:1113:1: error: number of arguments doesn't match prototype 1113 | { | ^ xlax.h:89:6: error: prototype declaration 89 | void senditCB(); | ^~~~~~~~ xlax.c: In function 'quitCB': xlax.c:1128:1: warning: old-style function definition [-Wold-style-definition] 1128 | quitCB (w, client_data, call_data) | ^~~~~~ xlax.c:1133:1: error: number of arguments doesn't match prototype 1133 | { | ^ xlax.h:87:6: error: prototype declaration 87 | void quitCB(); | ^~~~~~ *** [xlax.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/x11/xlax/work/xlax2.4 bmake: 1 error bmake: stopped making "all" in /home/pbulk/work/x11/xlax/work/xlax2.4 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xlax *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/x11/xlax