=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for xwave-2.0nb2
making all in ./FWF...
+ mkdir -p include/Xfwf
+ mkdir -p lib
initializing build tree in FWF/src...
initializing build tree in FWF/src/Board...
cp ./Board.h ../../../include/Xfwf/Board.h
cp ./BoardP.h ../../../include/Xfwf/BoardP.h
initializing build tree in FWF/src/Common...
cp ./Common.h ../../../include/Xfwf/Common.h
cp ./CommonP.h ../../../include/Xfwf/CommonP.h
initializing build tree in FWF/src/Frame...
cp ./Frame.h ../../../include/Xfwf/Frame.h
cp ./FrameP.h ../../../include/Xfwf/FrameP.h
initializing build tree in FWF/src/Group...
cp ./Group.h ../../../include/Xfwf/Group.h
cp ./GroupP.h ../../../include/Xfwf/GroupP.h
initializing build tree in FWF/src/RadioGroup...
cp ./RadioGrp.h ../../../include/Xfwf/RadioGrp.h
cp ./RadioGrpP.h ../../../include/Xfwf/RadioGrpP.h
initializing build tree in FWF/src/RowCol...
cp ./RowCol.h ../../../include/Xfwf/RowCol.h
cp ./RowColP.h ../../../include/Xfwf/RowColP.h
initializing build tree in FWF/src/Toggle...
cp ./Toggle.h ../../../include/Xfwf/Toggle.h
cp ./ToggleP.h ../../../include/Xfwf/ToggleP.h
initializing build tree in FWF/src/converters...
cp ./Converters.h ../../../include/Xfwf/Converters.h
cp ./long.h ../../../include/Xfwf/long.h
cp ./icon.h ../../../include/Xfwf/icon.h
cp ./choosecol.h ../../../include/Xfwf/choosecol.h
cp ./StrToPmap.h ../../../include/Xfwf/StrToPmap.h
cp ./strarray.h ../../../include/Xfwf/strarray.h
cp ./Pen.h ../../../include/Xfwf/Pen.h
initializing build tree in FWF/src/misc...
cp ./VarArgs.h ../../../include/Xfwf/VarArgs.h
initializing build tree in FWF/src/Button...
cp ./Button.h ../../../include/Xfwf/Button.h
cp ./ButtonP.h ../../../include/Xfwf/ButtonP.h
initializing build tree in FWF/src/Label...
cp ./Label.h ../../../include/Xfwf/Label.h
cp ./LabelP.h ../../../include/Xfwf/LabelP.h
initializing build tree in FWF/src/tabstring...
cp ./TabString.h ../../../include/Xfwf/TabString.h
gathering index entries in FWF/src...
gathering index entries in FWF/src/Board...
accumulated index entry Board.txt
gathering index entries in FWF/src/Common...
accumulated index entry Common.txt
gathering index entries in FWF/src/Frame...
accumulated index entry Frame.txt
gathering index entries in FWF/src/Group...
accumulated index entry Group.txt
gathering index entries in FWF/src/RadioGroup...
accumulated index entry RadioGrp.txt
gathering index entries in FWF/src/RowCol...
accumulated index entry RowCol.txt
gathering index entries in FWF/src/Toggle...
accumulated index entry Toggle.txt
gathering index entries in FWF/src/converters...
accumulated index entry converters.txt
gathering index entries in FWF/src/misc...
accumulated index entry misc.txt
gathering index entries in FWF/src/Button...
accumulated index entry Button.txt
gathering index entries in FWF/src/Label...
accumulated index entry Label.txt
gathering index entries in FWF/src/tabstring...
building objects in FWF/src...
building objects in FWF/src/Board...
rm -f Board.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        Board.c
Board.w:308:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void generate_location(self)Widget self;
                        ^
Board.w:329:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void get_core_geometry(self,x,y,width,height)Widget self;Position * x;Position * y;Dimension * width;Dimension * height;
                        ^
Board.w:359:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void set_location(self,flags)Widget self;unsigned  int  flags;
                        ^
Board.w:422:28: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static String  scan(s,absval,relval)String  s;Position * absval;float * relval;
                           ^
Board.w:456:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void interpret_location(self)Widget self;
                        ^
Board.w:180:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void _resolve_inheritance(class)
            ^
Board.w:142:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  set_values(old,request,self,args,num_args)Widget  old;Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                            ^
Board.w:189:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void initialize(request,self,args,num_args)Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                        ^
Board.w:212:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void set_abs_location(self,flags,x,y,w,h)Widget self;unsigned  int  flags;int  x;int  y;int  w;int  h;
                        ^
Board.w:214:15: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
    if (flags & (CWX | CWY | CWWidth | CWHeight) == 0) return;
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Board.w:214:15: note: place parentheses around the '==' expression to silence this warning
    if (flags & (CWX | CWY | CWWidth | CWHeight) == 0) return;
              ^
                (                                    )
Board.w:214:15: note: place parentheses around the & expression to evaluate it first
    if (flags & (CWX | CWY | CWWidth | CWHeight) == 0) return;
              ^
        (                                       )
Board.w:231:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void resize(self)Widget self;
                        ^
Board.w:256:38: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static XtGeometryResult  query_geometry(self,request,reply)Widget self;XtWidgetGeometry * request;XtWidgetGeometry * reply;
                                     ^
Board.w:267:38: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static XtGeometryResult  geometry_manager(child,request,reply)Widget  child;XtWidgetGeometry * request;XtWidgetGeometry * reply;
                                     ^
Board.w:268:10: warning: unused variable 'self' [-Wunused-variable]
{ Widget self = XtParent(child); {
         ^
Board.w:289:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void change_managed(self)Widget self;
                        ^
15 warnings generated.
rm -f BoardT.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        BoardT.c
BoardT.c:48:5: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    exit(0);
    ^
BoardT.c:48:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
BoardT.c:44:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void quit(w, client_data, call_data)
     ^
BoardT.c:51:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int main(argc, argv)
    ^
3 warnings generated.
Adding Board.o To Library ../../../lib/libfwf.a
ar r ../../../lib/libfwf.a Board.o
ar: creating archive ../../../lib/libfwf.a
ranlib ../../../lib/libfwf.a
sleep 1
cp ./Board.man ../../../man/Board.man
cp ./BoardT.man ../../../man/BoardT.man
building objects in FWF/src/Common...
rm -f Common.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        Common.c
Common.w:564:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  cvtStringToAlignment(display,args,num_args,from,to,converter_data)Display * display;XrmValuePtr  args;Cardinal * num_args;XrmValuePtr  from;XrmValuePtr  to;XtPointer * converter_data;
                            ^
Common.w:577:9: warning: call to undeclared library function 'isspace' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        for (; isspace(*s); s++) ;
               ^
Common.w:577:9: note: include the header <ctype.h> or explicitly provide a declaration for 'isspace'
Common.w:581:6: warning: call to undeclared function 'XmuCompareISOLatin1'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        if (XmuCompareISOLatin1(s, "top") == 0) a |= XfwfTop;
            ^
Common.w:599:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  cvtAlignmentToString(display,args,num_args,from,to,converter_data)Display * display;XrmValuePtr  args;Cardinal * num_args;XrmValuePtr  from;XrmValuePtr  to;XtPointer * converter_data;
                            ^
Common.w:646:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void create_bordergc(self)Widget self;
                        ^
Common.w:673:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  traverse_to_direction(self,dir,x,y,found,distance)Widget self;TraversalDirection  dir;int  x;int  y;Widget * found;int * distance;
                            ^
Common.w:693:13: warning: enumeration values 'TraverseNext', 'TraversePrev', and 'TraverseNextTop' not handled in switch [-Wswitch]
    switch (dir) {
            ^~~
Common.w:693:13: note: add missing switch cases
    switch (dir) {
            ^
Common.w:676:12: warning: unused variable 'child' [-Wunused-variable]
    Widget child, w;
           ^
Common.w:676:19: warning: unused variable 'w' [-Wunused-variable]
    Widget child, w;
                  ^
Common.w:722:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void traverse_to_next(self,current,time)Widget self;Widget  current;Time * time;
                        ^
Common.w:739:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void traverse_to_prev(self,current,time)Widget self;Widget  current;Time * time;
                        ^
Common.w:752:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void traverse_to_next_top(self,current,time)Widget self;Widget  current;Time * time;
                        ^
Common.w:810:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void focusIn(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Common.w:831:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void focusOut(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Common.w:847:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void traverseDown(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Common.w:856:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void traverseUp(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Common.w:865:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void traverseLeft(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Common.w:874:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void traverseRight(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Common.w:886:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void traverseNext(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Common.w:895:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void traversePrev(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Common.w:906:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void traverseNextTop(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Common.w:915:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void traverseHome(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Common.w:925:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void traverseCurrent(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Common.w:932:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void _resolve_inheritance(class)
            ^
Common.w:211:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void initialize(request,self,args,num_args)Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                        ^
Common.w:240:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  set_values(old,request,self,args,num_args)Widget  old;Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                            ^
Common.w:277:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void compute_inside(self,x,y,w,h)Widget self;Position * x;Position * y;Dimension * w;Dimension * h;
                        ^
Common.w:289:31: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Dimension  total_frame_width(self)Widget self;
                              ^
Common.w:296:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void expose(self,event,region)Widget self;XEvent * event;Region  region;
                        ^
Common.w:308:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void destroy(self)Widget self;
                        ^
Common.w:326:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void highlight_border(self)Widget self;
                        ^
Common.w:355:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void unhighlight_border(self)Widget self;
                        ^
Common.w:380:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  accept_focus(self,time)Widget self;Time * time;
                            ^
Common.w:402:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  would_accept_focus(self)Widget self;
                            ^
Common.w:512:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void traverse(self,dir,current,time)Widget self;TraversalDirection  dir;Widget  current;Time * time;
                        ^
Common.w:527:17: warning: enumeration values 'TraverseNext', 'TraversePrev', and 'TraverseNextTop' not handled in switch [-Wswitch]
        switch (dir) {
                ^~~
Common.w:527:17: note: add missing switch cases
        switch (dir) {
                ^
Common.w:770:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  lighter_color(self,base,result)Widget self;Pixel  base;Pixel * result;
                            ^
Common.w:780:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  darker_color(self,base,result)Widget self;Pixel  base;Pixel * result;
                            ^
Common.w:61:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/void XfwfCallComputeInside(self,x,y,w,h)Widget self;Position * x;Position * y;Dimension * w;Dimension * h;
                 ^
Common.w:74:24: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/Dimension  XfwfCallFrameWidth(self)Widget self;
                       ^
Common.w:81:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
}
^
41 warnings generated.
rm -f CommonT.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        CommonT.c
CommonT.c:3:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
main()
^
int
CommonT.c:7:5: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    exit(0);
    ^
CommonT.c:7:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
2 warnings generated.
Adding Common.o To Library ../../../lib/libfwf.a
ar r ../../../lib/libfwf.a Common.o
ranlib ../../../lib/libfwf.a
sleep 1
cp ./Common.man ../../../man/Common.man
cp ./CommonT.man ../../../man/CommonT.man
building objects in FWF/src/Frame...
rm -f Frame.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        Frame.c
Frame.w:664:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void create_darkgc(self)Widget self;
                        ^
Frame.w:703:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void create_lightgc(self)Widget self;
                        ^
Frame.w:741:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void compute_topcolor(self,offset,value)Widget self;int  offset;XrmValue * value;
                        ^
Frame.w:752:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void compute_bottomcolor(self,offset,value)Widget self;int  offset;XrmValue * value;
                        ^
Frame.w:521:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void set_shadow(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Frame.w:543:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void _resolve_inheritance(class)
            ^
Frame.w:547:24: warning: variable 'super' set but not used [-Wunused-but-set-variable]
  XfwfFrameWidgetClass super;
                       ^
Frame.w:204:20: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'Cardinal' (aka 'unsigned int') [-Wint-to-void-pointer-cast]
    {XtBaseOffset, (XtPointer)XtOffset(Widget, core.screen), sizeof(Screen*)}};
                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Frame.w:224:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void initialize(request,self,args,num_args)Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                        ^
Frame.w:227:14: warning: unused variable 'x' [-Wunused-variable]
    Position x, y;
             ^
Frame.w:227:17: warning: unused variable 'y' [-Wunused-variable]
    Position x, y;
                ^
Frame.w:248:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void realize(self,mask,attributes)Widget self;XtValueMask * mask;XSetWindowAttributes * attributes;
                        ^
Frame.w:276:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  set_values(old,request,self,args,num_args)Widget  old;Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                            ^
Frame.w:338:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void expose(self,event,region)Widget self;XEvent * event;Region  region;
                        ^
Frame.w:362:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void compute_inside(self,x,y,w,h)Widget self;Position * x;Position * y;Dimension * w;Dimension * h;
                        ^
Frame.w:375:31: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Dimension  total_frame_width(self)Widget self;
                              ^
Frame.w:385:38: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static XtGeometryResult  query_geometry(self,request,reply)Widget self;XtWidgetGeometry * request;XtWidgetGeometry * reply;
                                     ^
Frame.w:438:38: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static XtGeometryResult  geometry_manager(child,request,reply)Widget  child;XtWidgetGeometry * request;XtWidgetGeometry * reply;
                                     ^
Frame.w:465:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void resize(self)Widget self;
                        ^
Frame.w:486:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void change_managed(self)Widget self;
                        ^
Frame.w:489:22: warning: variable 'result' set but not used [-Wunused-but-set-variable]
    XtGeometryResult result;
                     ^
Frame.w:120:18: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/void XfwfDrawFrame(self,x,y,w,h,tp,t,lightgc,darkgc)Widget self;int  x;int  y;int  w;int  h;FrameType  tp;int  t;GC  lightgc;GC  darkgc;
                 ^
Frame.w:569:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/Boolean  cvtStringToFrameType(display,args,num_args,from,to,converter_data)Display * display;XrmValuePtr  args;Cardinal * num_args;XrmValuePtr  from;XrmValuePtr  to;XtPointer * converter_data;
                     ^
Frame.w:590:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/Boolean  cvtFrameTypeToString(display,args,num_args,from,to,converter_data)Display * display;XrmValuePtr  args;Cardinal * num_args;XrmValuePtr  from;XrmValuePtr  to;XtPointer * converter_data;
                     ^
Frame.w:612:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/Boolean  cvtStringToShadowScheme(display,args,num_args,from,to,converter_data)Display * display;XrmValuePtr  args;Cardinal * num_args;XrmValuePtr  from;XrmValuePtr  to;XtPointer * converter_data;
                     ^
Frame.w:632:22: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/Boolean  cvtShadowSchemeToString(display,args,num_args,from,to,converter_data)Display * display;XrmValuePtr  args;Cardinal * num_args;XrmValuePtr  from;XrmValuePtr  to;XtPointer * converter_data;
                     ^
Frame.w:657:14: warning: unused variable 'rcsid' [-Wunused-variable]
static char  rcsid[] = "$Header: Frame.w,v 1.5 92/11/02 14:07:52 bert Exp $";
             ^
27 warnings generated.
rm -f FrameT.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        FrameT.c
FrameT.c:98:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void add_new(widget, clientData, callData)
            ^
FrameT.c:114:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void iconify(widget, clientData, callData)
            ^
FrameT.c:128:5: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    exit(0);
    ^
FrameT.c:128:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
FrameT.c:124:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void quit(widget, client_data, call_data)
            ^
FrameT.c:132:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int main(argc, argv)
    ^
5 warnings generated.
Adding Frame.o To Library ../../../lib/libfwf.a
ar r ../../../lib/libfwf.a Frame.o
ranlib ../../../lib/libfwf.a
sleep 1
cp ./Frame.man ../../../man/Frame.man
cp ./FrameT.man ../../../man/FrameT.man
building objects in FWF/src/Group...
rm -f Group.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        Group.c
Group.w:256:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void make_textgc(self)Widget self;
                        ^
Group.w:274:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void on_cb(toggle,client_data,call_data)Widget  toggle;XtPointer  client_data;XtPointer  call_data;
                        ^
Group.w:277:27: warning: cast to smaller integer type 'Cardinal' (aka 'unsigned int') from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast]
    Cardinal toggle_ord = (Cardinal) client_data;
                          ^~~~~~~~~~~~~~~~~~~~~~
Group.w:307:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void off_cb(toggle,client_data,call_data)Widget  toggle;XtPointer  client_data;XtPointer  call_data;
                        ^
Group.w:310:27: warning: cast to smaller integer type 'Cardinal' (aka 'unsigned int') from 'XtPointer' (aka 'void *') [-Wvoid-pointer-to-int-cast]
    Cardinal toggle_ord = (Cardinal) client_data;
                          ^~~~~~~~~~~~~~~~~~~~~~
Group.w:311:14: warning: unused variable 't' [-Wunused-variable]
    Cardinal t, i, bits = sizeof(((XfwfGroupWidget)self)->xfwfGroup.selection) * 8;
             ^
Group.w:311:17: warning: unused variable 'i' [-Wunused-variable]
    Cardinal t, i, bits = sizeof(((XfwfGroupWidget)self)->xfwfGroup.selection) * 8;
                ^
Group.w:333:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void set_toggles(self)Widget self;
                        ^
Group.w:375:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  cvtStringToSelectionType(display,args,num_args,from,to,converter_data)Display * display;XrmValuePtr  args;Cardinal * num_args;XrmValuePtr  from;XrmValuePtr  to;XtPointer * converter_data;
                            ^
Group.w:386:9: warning: call to undeclared function 'XmuCompareISOLatin1'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    if (XmuCompareISOLatin1(s, "no") == 0)
        ^
Group.w:407:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  cvtSelectionTypeToString(display,args,num_args,from,to,converter_data)Display * display;XrmValuePtr  args;Cardinal * num_args;XrmValuePtr  from;XrmValuePtr  to;XtPointer * converter_data;
                            ^
Group.w:191:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void _resolve_inheritance(class)
            ^
Group.w:195:24: warning: variable 'super' set but not used [-Wunused-but-set-variable]
  XfwfGroupWidgetClass super;
                       ^
Group.w:160:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void initialize(request,self,args,num_args)Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                        ^
Group.w:177:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  set_values(old,request,self,args,num_args)Widget  old;Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                            ^
Group.w:203:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void expose(self,event,region)Widget self;XEvent * event;Region  region;
                        ^
Group.w:230:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void insert_child(child)Widget  child;
                        ^
Group.w:235:45: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'Cardinal' (aka 'unsigned int') [-Wint-to-void-pointer-cast]
        XtAddCallback(child, XtNonCallback, on_cb, (XtPointer) ((XfwfGroupWidget)self)->xfwfGroup.toggle_ord);
                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Group.w:236:47: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'Cardinal' (aka 'unsigned int') [-Wint-to-void-pointer-cast]
        XtAddCallback(child, XtNoffCallback, off_cb, (XtPointer) ((XfwfGroupWidget)self)->xfwfGroup.toggle_ord);
                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
19 warnings generated.
rm -f GroupT.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        GroupT.c
GroupT.c:73:5: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    exit(0);
    ^
GroupT.c:73:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
GroupT.c:59:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void quit(w, client_data, call_data)
            ^
GroupT.c:77:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int main(argc, argv)
    ^
3 warnings generated.
Adding Group.o To Library ../../../lib/libfwf.a
ar r ../../../lib/libfwf.a Group.o
ranlib ../../../lib/libfwf.a
sleep 1
cp ./Group.man ../../../man/Group.man
cp ./GroupT.man ../../../man/GroupT.man
building objects in FWF/src/RadioGroup...
rm -f RadioGrp.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        RadioGrp.c
RadioGrp.w:64:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void create_toggles(self)Widget self;
                        ^
RadioGrp.w:102:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void _resolve_inheritance(class)
            ^
RadioGrp.w:106:29: warning: variable 'super' set but not used [-Wunused-but-set-variable]
  XfwfRadioGroupWidgetClass super;
                            ^
RadioGrp.w:38:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void initialize(request,self,args,num_args)Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                        ^
RadioGrp.w:48:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  set_values(old,request,self,args,num_args)Widget  old;Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                            ^
5 warnings generated.
rm -f RadioGrpT.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        RadioGrpT.c
RadioGrpT.c:142:5: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    exit(0);
    ^
RadioGrpT.c:142:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
RadioGrpT.c:113:12: warning: unused variable 's' [-Wunused-variable]
    String s;
           ^
RadioGrpT.c:108:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void quit(w, client_data, call_data)
            ^
RadioGrpT.c:146:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int main(argc, argv)
    ^
4 warnings generated.
Adding RadioGrp.o To Library ../../../lib/libfwf.a
ar r ../../../lib/libfwf.a RadioGrp.o
ranlib ../../../lib/libfwf.a
sleep 1
cp ./RadioGrp.man ../../../man/RadioGrp.man
cp ./RadioGrpT.man ../../../man/RadioGrpT.man
building objects in FWF/src/RowCol...
rm -f RowCol.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        RowCol.c
RowCol.w:254:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void align_child(self,cx,cy,width,height,alignment)Widget self;int  cx;int  cy;int  width;int  height;Alignment  alignment;
                        ^
RowCol.w:136:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void _resolve_inheritance(class)
            ^
RowCol.w:86:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void change_managed(self)Widget self;
                        ^
RowCol.w:104:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void layout(self,shrink)Widget self;int  shrink;
                        ^
RowCol.w:186:38: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static XtGeometryResult  geometry_manager(child,request,reply)Widget  child;XtWidgetGeometry * request;XtWidgetGeometry * reply;
                                     ^
RowCol.w:211:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void resize(self)Widget self;
                        ^
RowCol.w:220:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void initialize(request,self,args,num_args)Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                        ^
RowCol.w:230:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  set_values(old,request,self,args,num_args)Widget  old;Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                            ^
RowCol.w:249:14: warning: unused variable 'rcsid' [-Wunused-variable]
static char  rcsid[] = "$Header: RowCol.w,v 1.1 92/10/14 18:36:36 bert Exp $";
             ^
9 warnings generated.
rm -f RowColT.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        RowColT.c
RowColT.c:41:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void activate(w, client_data, call_data)
            ^
RowColT.c:60:5: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    exit(0);
    ^
RowColT.c:60:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
RowColT.c:56:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void quit(w, client_data, call_data)
            ^
RowColT.c:69:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void rowcol(w, client_data, call_data)
            ^
RowColT.c:85:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int main(argc, argv)
    ^
5 warnings generated.
Adding RowCol.o To Library ../../../lib/libfwf.a
ar r ../../../lib/libfwf.a RowCol.o
ranlib ../../../lib/libfwf.a
sleep 1
cp ./RowCol.man ../../../man/RowCol.man
cp ./RowColT.man ../../../man/RowColT.man
building objects in FWF/src/Toggle...
rm -f Toggle.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        Toggle.c
Toggle.w:207:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void create_on_gc(self)Widget self;
                        ^
Toggle.w:227:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void create_off_gc(self)Widget self;
                        ^
Toggle.w:63:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void toggle(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Toggle.w:74:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void switch_on(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Toggle.w:87:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void switch_off(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Toggle.w:95:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void _resolve_inheritance(class)
            ^
Toggle.w:99:25: warning: variable 'super' set but not used [-Wunused-but-set-variable]
  XfwfToggleWidgetClass super;
                        ^
Toggle.w:119:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void initialize(request,self,args,num_args)Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                        ^
Toggle.w:121:9: warning: unused variable 'status' [-Wunused-variable]
    int status;
        ^
Toggle.w:140:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  set_values(old,request,self,args,num_args)Widget  old;Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                            ^
Toggle.w:177:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void expose(self,event,region)Widget self;XEvent * event;Region  region;
                        ^
11 warnings generated.
rm -f ToggleT.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        ToggleT.c
ToggleT.c:44:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void on(w, client_data, call_data)
            ^
ToggleT.c:57:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void off(w, client_data, call_data)
            ^
ToggleT.c:69:5: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    exit(0);
    ^
ToggleT.c:69:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
ToggleT.c:65:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void quit(w, client_data, call_data)
            ^
ToggleT.c:75:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int main(argc, argv)
    ^
5 warnings generated.
Adding Toggle.o To Library ../../../lib/libfwf.a
ar r ../../../lib/libfwf.a Toggle.o
ranlib ../../../lib/libfwf.a
sleep 1
cp ./Toggle.man ../../../man/Toggle.man
cp ./ToggleT.man ../../../man/ToggleT.man
building objects in FWF/src/converters...
rm -f long.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        long.c
long.c:13:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Boolean XfwfCvtLongToString(display, args, num_args, from, to, converter_data)
        ^
long.c:29:5: warning: call to undeclared library function 'sprintf' with type 'int (char *, const char *, ...)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    sprintf(s, "%ld", *((long*) from->addr));
    ^
long.c:29:5: note: include the header <stdio.h> or explicitly provide a declaration for 'sprintf'
2 warnings generated.
rm -f icon.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        icon.c
icon.c:99:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void file_to_icon(dpy, file, icon)
            ^
icon.c:145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void data_to_icon(dpy, data, icon)
            ^
icon.c:195:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void build_colortable(self, table, size, n)
            ^
icon.c:218:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Boolean cvtStringToIcon(dpy, args, num_args, from, to, converter_data)
        ^
icon.c:228:13: warning: unused variable 'data' [-Wunused-variable]
    String *data, s = (String) from->addr;
            ^
5 warnings generated.
rm -f choosecol.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        choosecol.c
choosecol.c:16:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Boolean choose_color(self, factor, base, result)
        ^
1 warning generated.
rm -f StrToPmap.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        StrToPmap.c
StrToPmap.c:52:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static char **split_path_string (src)
              ^
StrToPmap.c:143:19: warning: incompatible pointer to integer conversion assigning to 'XrmName' (aka 'int') from 'void *' [-Wint-conversion]
      xrm_name[1] = NULL;
                  ^ ~~~~
StrToPmap.c:145:20: warning: incompatible pointer to integer conversion assigning to 'XrmClass' (aka 'int') from 'void *' [-Wint-conversion]
      xrm_class[1] = NULL;
                   ^ ~~~~
StrToPmap.c:179:24: warning: '&&' within '||' [-Wlogical-op-parentheses]
            || name[0] == '.' && ( name[1] == '/'
            ~~ ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
StrToPmap.c:179:24: note: place parentheses around the '&&' expression to silence this warning
            || name[0] == '.' && ( name[1] == '/'
                              ^
               (
StrToPmap.c:188:2: warning: call to undeclared library function 'sprintf' with type 'int (char *, const char *, ...)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        sprintf (filename, "%s/%s", *file_paths, name);
        ^
StrToPmap.c:188:2: note: include the header <stdio.h> or explicitly provide a declaration for 'sprintf'
StrToPmap.c:107:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int XfwfLocatePixmapFile (screen, colormap, visual, name,
    ^
In file included from StrToPmap.c:35:
In file included from ../../../include/Xfwf/Converters.h:8:
../../../include/Xfwf/StrToPmap.h:6:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int XfwfLocatePixmapFile();
    ^
StrToPmap.c:236:25: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'Cardinal' (aka 'unsigned int') [-Wint-to-void-pointer-cast]
  { XtWidgetBaseOffset, (XtPointer) XtOffset(Widget, core.screen),
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
StrToPmap.c:238:25: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'Cardinal' (aka 'unsigned int') [-Wint-to-void-pointer-cast]
  { XtWidgetBaseOffset, (XtPointer) XtOffset(Widget, core.colormap),
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
StrToPmap.c:240:25: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'Cardinal' (aka 'unsigned int') [-Wint-to-void-pointer-cast]
  { XtWidgetBaseOffset, (XtPointer) XtOffset(Widget, core.self),
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
StrToPmap.c:250:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Boolean XfwfCvtStringToPixmap(dpy, args, num_args, fromVal, toVal,
        ^
In file included from StrToPmap.c:35:
In file included from ../../../include/Xfwf/Converters.h:8:
../../../include/Xfwf/StrToPmap.h:13:9: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
Boolean XfwfCvtStringToPixmap();
        ^
StrToPmap.c:333:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void XfwfStringToPixmapDestructor(app, to, converter_data, args, num_args)
     ^
StrToPmap.c:2:13: warning: unused variable 'rcsid' [-Wunused-variable]
static char rcsid[] = "$ StrToPmap.c <thoth>, what a hack $";
            ^
14 warnings generated.
rm -f Pen.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        Pen.c
Pen.c:25:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int SameXfwfPen(a,b)
    ^
In file included from Pen.c:2:
../../../include/Xfwf/Pen.h:69:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int SameXfwfPen(/* XfwfPen*, XfwfPen* */);
    ^
Pen.c:31:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int ValidateXfwfPen(w, pen)
    ^
In file included from Pen.c:2:
../../../include/Xfwf/Pen.h:73:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int ValidateXfwfPen(/* Widget, XfwfPen* */);
    ^
Pen.c:84:5: warning: call to undeclared library function 'free' with type 'void (void *)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    free((char*)pen->colors);
    ^
Pen.c:84:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'free'
Pen.c:49:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int FreeXfwfPen(w, pen)
    ^
In file included from Pen.c:2:
../../../include/Xfwf/Pen.h:83:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
int FreeXfwfPen(/* XfwfPen* */);
    ^
Pen.c:91:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static int convert_pixel(dpy, screen, cmap, name, pixel)
           ^
Pen.c:114:25: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'Cardinal' (aka 'unsigned int') [-Wint-to-void-pointer-cast]
  { XtWidgetBaseOffset, (XtPointer) XtOffset(Widget, core.screen),
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Pen.c:116:25: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'Cardinal' (aka 'unsigned int') [-Wint-to-void-pointer-cast]
  { XtWidgetBaseOffset, (XtPointer) XtOffset(Widget, core.colormap),
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Pen.c:118:19: warning: cast to 'XtPointer' (aka 'void *') from smaller integer type 'Cardinal' (aka 'unsigned int') [-Wint-to-void-pointer-cast]
  { XtBaseOffset, (XtPointer) XtOffset(Object, object.self),
                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Pen.c:124:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Boolean ConvertStringToPen(dpy, screen, colormap, w, src, dest)
        ^
Pen.c:322:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Boolean XfwfCvtStringToPen(dpy, args, num_args, fromVal, toVal,
        ^
Pen.c:371:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void XfwfStringToPenDestructor(app, to, converter_data, args, num_args)
     ^
14 warnings generated.
rm -f strarray.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        strarray.c
strarray.c:7:9: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
Boolean cvtStringToStringArray(display, args, num_args, from, to,
        ^
strarray.c:45:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
StringArray newStringArray(a)
            ^
strarray.c:60:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
void freeStringArray(a)
     ^
3 warnings generated.
Adding long.o icon.o choosecol.o StrToPmap.o Pen.o strarray.o To Library ../../../lib/libfwf.a
ar r ../../../lib/libfwf.a long.o icon.o choosecol.o StrToPmap.o Pen.o strarray.o
ranlib ../../../lib/libfwf.a
sleep 1
building objects in FWF/src/misc...
rm -f VarArgs.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        VarArgs.c
VarArgs.c:14:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
XtVarArgsList  XfwfCreateArgsList(var)
               ^
In file included from VarArgs.c:2:
../../../include/Xfwf/VarArgs.h:17:16: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
XtVarArgsList  XfwfCreateArgsList();
               ^
2 warnings generated.
Adding VarArgs.o To Library ../../../lib/libfwf.a
ar r ../../../lib/libfwf.a VarArgs.o
ranlib ../../../lib/libfwf.a
sleep 1
building objects in FWF/src/Button...
rm -f Button.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        Button.c
Button.w:70:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void activate(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Button.w:75:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void enter(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Button.w:80:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void leave(self,event,params,num_params)Widget self;XEvent*event;String*params;Cardinal*num_params;
            ^
Button.w:85:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void _resolve_inheritance(class)
            ^
Button.w:89:25: warning: variable 'super' set but not used [-Wunused-but-set-variable]
  XfwfButtonWidgetClass super;
                        ^
5 warnings generated.
rm -f ButtonT.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        ButtonT.c
ButtonT.c:35:8: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
static count1 = 0, count2 = 0;
~~~~~~ ^
int
ButtonT.c:35:20: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
static count1 = 0, count2 = 0;
~~~~~~             ^
int
ButtonT.c:39:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void iconify(widget, client_data, call_data)
            ^
ButtonT.c:49:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void activate(w, client_data, call_data)
            ^
ButtonT.c:66:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void enter_quit(w, client_data, call_data)
            ^
ButtonT.c:75:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void leave_quit(w, client_data, call_data)
            ^
ButtonT.c:88:5: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    exit(0);
    ^
ButtonT.c:88:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
ButtonT.c:84:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void quit(w, client_data, call_data)
            ^
ButtonT.c:92:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int main(argc, argv)
    ^
9 warnings generated.
Adding Button.o To Library ../../../lib/libfwf.a
ar r ../../../lib/libfwf.a Button.o
ranlib ../../../lib/libfwf.a
sleep 1
cp ./Button.man ../../../man/Button.man
cp ./ButtonT.man ../../../man/ButtonT.man
building objects in FWF/src/Label...
rm -f Label.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        Label.c
Label.w:365:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void make_gc(self)Widget self;
                        ^
Label.w:396:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void make_graygc(self)Widget self;
                        ^
Label.w:415:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void count_lines(self)Widget self;
                        ^
Label.w:171:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void _resolve_inheritance(class)
            ^
Label.w:154:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void set_label(self,newlabel)Widget self;String  newlabel;
                        ^
Label.w:178:29: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static Boolean  set_values(old,request,self,args,num_args)Widget  old;Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                            ^
Label.w:241:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void initialize(request,self,args,num_args)Widget  request;Widget self;ArgList  args;Cardinal * num_args;
                        ^
Label.w:243:11: warning: unused variable 's' [-Wunused-variable]
    char *s;
          ^
Label.w:308:25: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
/*ARGSUSED*/static void expose(self,event,region)Widget self;XEvent * event;Region  region;
                        ^
Label.w:338:3: warning: call to undeclared function 'XfwfDrawString'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                draw_line(XtDisplay(self), XtWindow(self), j, i);
                ^
Label.w:293:7: note: expanded from macro 'draw_line'
            XfwfDrawString(dpy, win, ((XfwfLabelWidget)self)->xfwfLabel.hl_gc, x + w5, y, ((XfwfLabelWidget)self)->xfwfLabel.label\
            ^
Label.w:343:2: warning: call to undeclared function 'XfwfDrawString'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        draw_line(XtDisplay(self), XtWindow(self), j, i);
        ^
Label.w:293:7: note: expanded from macro 'draw_line'
            XfwfDrawString(dpy, win, ((XfwfLabelWidget)self)->xfwfLabel.hl_gc, x + w5, y, ((XfwfLabelWidget)self)->xfwfLabel.label\
            ^
Label.w:314:11: warning: unused variable 's' [-Wunused-variable]
    char *s, *t;
          ^
Label.w:314:15: warning: unused variable 't' [-Wunused-variable]
    char *s, *t;
              ^
13 warnings generated.
rm -f LabelT.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        LabelT.c
LabelT.c:71:5: warning: call to undeclared library function 'exit' with type 'void (int) __attribute__((noreturn))'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
    exit(0);
    ^
LabelT.c:71:5: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
LabelT.c:67:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
static void quit(widget, client_data, call_data)
            ^
LabelT.c:75:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
int main(argc, argv)
    ^
3 warnings generated.
Adding Label.o To Library ../../../lib/libfwf.a
ar r ../../../lib/libfwf.a Label.o
ranlib ../../../lib/libfwf.a
sleep 1
cp ./Label.man ../../../man/Label.man
cp ./LabelT.man ../../../man/LabelT.man
building objects in FWF/src/tabstring...
rm -f DrawImageString.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        DrawImageString.c
DrawImageString.c:13:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
XfwfDrawImageString(display, drawable, gc, x, y, string, length, tabs)
^
1 warning generated.
rm -f DrawString.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        DrawString.c
DrawString.c:13:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
XfwfDrawString(display, drawable, gc, x, y, string, length, tabs)
^
1 warning generated.
rm -f Tablist2Tabs.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        Tablist2Tabs.c
Tablist2Tabs.c:9:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
XfwfTablist2Tabs(tablist)
^
Tablist2Tabs.c:30:19: warning: call to undeclared function 'atoi'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                tabs[ntabs++] = atoi(tablist);
                                ^
2 warnings generated.
rm -f TextWidth.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        TextWidth.c
TextWidth.c:13:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
XfwfTextWidth(font, str, length, tabs)
^
TextWidth.c:39:1: warning: non-void function does not return a value in all control paths [-Wreturn-type]
}
^
2 warnings generated.
rm -f strnchr.o
clang -c -I../../../include -I/opt/pkg/include -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        strnchr.c
strnchr.c:9:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
strnchr(s, c, n)
^
1 warning generated.
Adding DrawImageString.o DrawString.o Tablist2Tabs.o TextWidth.o strnchr.o To Library ../../../lib/libfwf.a
ar r ../../../lib/libfwf.a DrawImageString.o DrawString.o Tablist2Tabs.o 		TextWidth.o strnchr.o
ranlib ../../../lib/libfwf.a
sleep 1
cp ./fwf.man ../man/fwf.man
rm -f fwf._man
if test -z "" ; then  cd `dirname fwf` &&  ln -s `basename fwf.man` `basename fwf._man`;  else  /usr/bin/cpp -undef -traditional -D__GNUC__  -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"   < fwf.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/\@\@$/\\/' >fwf._man;  fi
making all in ./ccitt...
clang -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        -I/opt/pkg/include -c g711.c
clang -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        -I/opt/pkg/include -c g721.c
g721.c:93:8: warning: call to undeclared function 'alaw2linear'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                sl = alaw2linear(sl) >> 2;
                     ^
g721.c:96:8: warning: call to undeclared function 'ulaw2linear'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                sl = ulaw2linear(sl) >> 2;
                     ^
g721.c:105:9: warning: call to undeclared function 'predictor_zero'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        sezi = predictor_zero(state_ptr);
               ^
g721.c:107:15: warning: call to undeclared function 'predictor_pole'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        se = (sezi + predictor_pole(state_ptr)) >> 1;   /* estimated signal */
                     ^
g721.c:112:6: warning: call to undeclared function 'step_size'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        y = step_size(state_ptr);               /* quantizer step size */
            ^
g721.c:113:6: warning: call to undeclared function 'quantize'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        i = quantize(d, y, qtab_721, 7);        /* i = ADPCM code */
            ^
g721.c:115:7: warning: call to undeclared function 'reconstruct'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        dq = reconstruct(i & 8, _dqlntab[i], y);        /* quantized est diff */
             ^
g721.c:121:2: warning: call to undeclared function 'update'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        update(4, y, _witab[i] << 5, _fitab[i], dq, sr, dqsez, state_ptr);
        ^
g721.c:148:9: warning: call to undeclared function 'predictor_zero'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        sezi = predictor_zero(state_ptr);
               ^
g721.c:150:15: warning: call to undeclared function 'predictor_pole'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        sei = sezi + predictor_pole(state_ptr);
                     ^
g721.c:153:6: warning: call to undeclared function 'step_size'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        y = step_size(state_ptr);       /* dynamic quantizer step size */
            ^
g721.c:155:7: warning: call to undeclared function 'reconstruct'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        dq = reconstruct(i & 0x08, _dqlntab[i], y); /* quantized diff. */
             ^
g721.c:161:2: warning: call to undeclared function 'update'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        update(4, y, _witab[i] << 5, _fitab[i], dq, sr, dqsez, state_ptr);
        ^
g721.c:165:11: warning: call to undeclared function 'tandem_adjust_alaw'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                return (tandem_adjust_alaw(sr, se, y, i, 8, qtab_721));
                        ^
g721.c:167:11: warning: call to undeclared function 'tandem_adjust_ulaw'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                return (tandem_adjust_ulaw(sr, se, y, i, 8, qtab_721));
                        ^
15 warnings generated.
clang -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        -I/opt/pkg/include -c g723_24.c
g723_24.c:81:8: warning: call to undeclared function 'alaw2linear'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                sl = alaw2linear(sl) >> 2;
                     ^
g723_24.c:84:8: warning: call to undeclared function 'ulaw2linear'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                sl = ulaw2linear(sl) >> 2;
                     ^
g723_24.c:93:9: warning: call to undeclared function 'predictor_zero'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        sezi = predictor_zero(state_ptr);
               ^
g723_24.c:95:15: warning: call to undeclared function 'predictor_pole'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        sei = sezi + predictor_pole(state_ptr);
                     ^
g723_24.c:101:6: warning: call to undeclared function 'step_size'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        y = step_size(state_ptr);       /* quantizer step size */
            ^
g723_24.c:102:6: warning: call to undeclared function 'quantize'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        i = quantize(d, y, qtab_723_24, 3);     /* i = ADPCM code */
            ^
g723_24.c:103:7: warning: call to undeclared function 'reconstruct'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        dq = reconstruct(i & 4, _dqlntab[i], y); /* quantized diff. */
             ^
g723_24.c:109:2: warning: call to undeclared function 'update'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        update(3, y, _witab[i], _fitab[i], dq, sr, dqsez, state_ptr);
        ^
g723_24.c:134:9: warning: call to undeclared function 'predictor_zero'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        sezi = predictor_zero(state_ptr);
               ^
g723_24.c:136:15: warning: call to undeclared function 'predictor_pole'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        sei = sezi + predictor_pole(state_ptr);
                     ^
g723_24.c:139:6: warning: call to undeclared function 'step_size'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        y = step_size(state_ptr);       /* adaptive quantizer step size */
            ^
g723_24.c:140:7: warning: call to undeclared function 'reconstruct'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        dq = reconstruct(i & 0x04, _dqlntab[i], y); /* unquantize pred diff */
             ^
g723_24.c:146:2: warning: call to undeclared function 'update'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        update(3, y, _witab[i], _fitab[i], dq, sr, dqsez, state_ptr);
        ^
g723_24.c:150:11: warning: call to undeclared function 'tandem_adjust_alaw'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                return (tandem_adjust_alaw(sr, se, y, i, 4, qtab_723_24));
                        ^
g723_24.c:152:11: warning: call to undeclared function 'tandem_adjust_ulaw'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                return (tandem_adjust_ulaw(sr, se, y, i, 4, qtab_723_24));
                        ^
15 warnings generated.
clang -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        -I/opt/pkg/include -c g723_40.c
g723_40.c:100:8: warning: call to undeclared function 'alaw2linear'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                sl = alaw2linear(sl) >> 2;
                     ^
g723_40.c:103:8: warning: call to undeclared function 'ulaw2linear'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                sl = ulaw2linear(sl) >> 2;
                     ^
g723_40.c:112:9: warning: call to undeclared function 'predictor_zero'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        sezi = predictor_zero(state_ptr);
               ^
g723_40.c:114:15: warning: call to undeclared function 'predictor_pole'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        sei = sezi + predictor_pole(state_ptr);
                     ^
g723_40.c:120:6: warning: call to undeclared function 'step_size'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        y = step_size(state_ptr);       /* adaptive quantizer step size */
            ^
g723_40.c:121:6: warning: call to undeclared function 'quantize'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        i = quantize(d, y, qtab_723_40, 15);    /* i = ADPCM code */
            ^
g723_40.c:123:7: warning: call to undeclared function 'reconstruct'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        dq = reconstruct(i & 0x10, _dqlntab[i], y);     /* quantized diff */
             ^
g723_40.c:129:2: warning: call to undeclared function 'update'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        update(5, y, _witab[i], _fitab[i], dq, sr, dqsez, state_ptr);
        ^
g723_40.c:154:9: warning: call to undeclared function 'predictor_zero'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        sezi = predictor_zero(state_ptr);
               ^
g723_40.c:156:15: warning: call to undeclared function 'predictor_pole'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        sei = sezi + predictor_pole(state_ptr);
                     ^
g723_40.c:159:6: warning: call to undeclared function 'step_size'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        y = step_size(state_ptr);       /* adaptive quantizer step size */
            ^
g723_40.c:160:7: warning: call to undeclared function 'reconstruct'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        dq = reconstruct(i & 0x10, _dqlntab[i], y);     /* estimation diff. */
             ^
g723_40.c:166:2: warning: call to undeclared function 'update'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        update(5, y, _witab[i], _fitab[i], dq, sr, dqsez, state_ptr);
        ^
g723_40.c:170:11: warning: call to undeclared function 'tandem_adjust_alaw'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                return (tandem_adjust_alaw(sr, se, y, i, 0x10, qtab_723_40));
                        ^
g723_40.c:172:11: warning: call to undeclared function 'tandem_adjust_ulaw'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
                return (tandem_adjust_ulaw(sr, se, y, i, 0x10, qtab_723_40));
                        ^
g723_40.c:148:12: warning: unused variable 'dif' [-Wunused-variable]
        short           y, dif;                 /* MIX */
                           ^
16 warnings generated.
clang -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        -I/opt/pkg/include -c g72x.c
g72x.c:72:17: warning: unused variable 'wanmag' [-Wunused-variable]
        short           wanexp, wanmag, wanmant;
                                ^
g72x.c:205:8: warning: call to undeclared library function 'abs' with type 'int (int)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        dqm = abs(d);
              ^
g72x.c:205:8: note: include the header <stdlib.h> or explicitly provide a declaration for 'abs'
g72x.c:374:4: warning: add explicit braces to avoid dangling else [-Wdangling-else]
                        else
                        ^
g72x.c:278:19: warning: unused variable 'mant' [-Wunused-variable]
        short           mag, exp, mant; /* Adaptive predictor, FLOAT A */
                                  ^
g72x.c:281:9: warning: unused variable 'ua2' [-Wunused-variable]
        short           ua2, pks1;      /* UPA2 */
                        ^
g72x.c:282:9: warning: unused variable 'uga2a' [-Wunused-variable]
        short           uga2a, fa1;
                        ^
g72x.c:283:9: warning: unused variable 'uga2b' [-Wunused-variable]
        short           uga2b;
                        ^
g72x.c:492:7: warning: call to undeclared function 'linear2alaw'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        sp = linear2alaw((sr >> 1) << 3);       /* short to A-law compression */
             ^
g72x.c:493:8: warning: call to undeclared function 'alaw2linear'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        dx = (alaw2linear(sp) >> 2) - se;       /* 16-bit prediction error */
              ^
g72x.c:541:7: warning: call to undeclared function 'linear2ulaw'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        sp = linear2ulaw(sr << 2);      /* short to u-law compression */
             ^
g72x.c:542:8: warning: call to undeclared function 'ulaw2linear'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
        dx = (ulaw2linear(sp) >> 2) - se;       /* 16-bit prediction error */
              ^
11 warnings generated.
rm -f libccitt.a
ar clq libccitt.a  g711.o g721.o g723_24.o g723_40.o g72x.o
ranlib libccitt.a
making all in ./adpcm2pcm...
clang -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        -I/opt/pkg/include -c adpcm.c
adpcm.c:73:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
adpcm_coder(indata, outdata, len, state)
^
adpcm.c:176:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
adpcm_decoder(indata, outdata, len, state)
^
2 warnings generated.
rm -f libadpcm.a
ar clq libadpcm.a  adpcm.o
ranlib libadpcm.a
making all in ./ieee...
clang -Os -Wall -Wpointer-arith -no-cpp-precomp     -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        -I/opt/pkg/include -c ieee.c
rm -f libieee.a
ar clq libieee.a  ieee.o
ranlib libieee.a
making all in ./src...
clang -Os -Wall -Wpointer-arith -no-cpp-precomp    -I../ -I../include -I/opt/pkg/include -I/opt/pkg/include    -D__x86_64__ -D__DARWIN__                                 -DNO_ALLOCA -DCSRG_BASED        -I/opt/pkg/include -c xwave.c
In file included from xwave.c:44:
./types.h:55:5: error: unknown type name 'ulong'
    ulong         type;            /* AF_TYPE */
    ^
./types.h:56:5: error: unknown type name 'ulong'
    ulong         comp;            /* AF_COMP */
    ^
./types.h:57:5: error: unknown type name 'ulong'
    ulong         oldtype;         /* changed files on hd are saved in raw mode */
    ^
./types.h:58:5: error: unknown type name 'ulong'
    ulong         oldcomp;         /* later they can saved in original format */
    ^
./types.h:71:5: error: unknown type name 'ulong'
    ulong comp;
    ^
./types.h:72:5: error: unknown type name 'ulong'
    ulong type;
    ^
xwave.c:238:26: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
        initwarn_popup(toplevel,NORESOURCE);
                                ^~~~~~~~~~
./xwave.h:49:38: note: expanded from macro 'NORESOURCE'
Leider konnten die Voreinstellungen f<FC>r dieses Programm nicht gefunden\n\
                                     ^~~~
xwave.c:238:26: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
        initwarn_popup(toplevel,NORESOURCE);
                                ^~~~~~~~~~
./xwave.h:53:6: note: expanded from macro 'NORESOURCE'
Sie k<F6>nnen die Voreinstellungen auch mit dem Befehl \"xrdb -merge XWave\" \
     ^~~~
2 warnings and 6 errors generated.
*** Error code 1

Stop.
bmake[1]: stopped in /Users/pbulk/build/audio/xwave/work/xwave2/src
*** Error code 1

Stop.
bmake: stopped in /Users/pbulk/build/audio/xwave/work/xwave2
*** Error code 1

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/xwave
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/xwave