Build · 95aa1dbdFinished · errors ·
Pause
•••
Download raw log ↓
← Earlier output11.9 MiB captured
motif-2.3.8
make[3]: Entering directory '/build/motif-2.3.8/include'
make[3]: Leaving directory '/build/motif-2.3.8/include'
make[2]: Leaving directory '/build/motif-2.3.8/include'
make[1]: Leaving directory '/build/motif-2.3.8/include'
Making all in tools
make[1]: Entering directory '/build/motif-2.3.8/tools'
Making all in wml
make[2]: Entering directory '/build/motif-2.3.8/tools/wml'
clang -DHAVE_CONFIG_H -I. -I../../include -I../../lib/Xm -I../../lib -I./../../lib -I./../../include      -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment    -c -o wmlparse.o wmlparse.c
clang -DHAVE_CONFIG_H -I. -I../../include -I../../lib/Xm -I../../lib -I./../../lib -I./../../include      -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment    -c -o wml.o wml.c
clang -DHAVE_CONFIG_H -I. -I../../include -I../../lib/Xm -I../../lib -I./../../lib -I./../../include      -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment    -c -o wmloutkey.o wmloutkey.c
clang -DHAVE_CONFIG_H -I. -I../../include -I../../lib/Xm -I../../lib -I./../../lib -I./../../include      -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment    -c -o wmlouth.o wmlouth.c
clang -DHAVE_CONFIG_H -I. -I../../include -I../../lib/Xm -I../../lib -I./../../lib -I./../../include      -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment    -c -o wmloutmm.o wmloutmm.c
clang -DHAVE_CONFIG_H -I. -I../../include -I../../lib/Xm -I../../lib -I./../../lib -I./../../include      -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment    -c -o wmloutp1.o wmloutp1.c
clang -DHAVE_CONFIG_H -I. -I../../include -I../../lib/Xm -I../../lib -I./../../lib -I./../../include      -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment    -c -o wmlresolve.o wmlresolve.c
clang -DHAVE_CONFIG_H -I. -I../../include -I../../lib/Xm -I../../lib -I./../../lib -I./../../include      -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment    -c -o wmlsynbld.o wmlsynbld.c
wml.c:172:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  172 | int main (argc, argv)
      |     ^
wml.c:260:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  260 | wmlInitHList (wml_synobj_ptr, 1000, TRUE);
      |              ^
2 warnings generated.
clang -DHAVE_CONFIG_H -I. -I../../include -I../../lib/Xm -I../../lib -I./../../lib -I./../../include      -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment    -c -o wmlutils.o wmlutils.c
wmloutmm.c:124:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  124 | wmlInitHList (mm_arg_ptr, 200, TRUE);
      |              ^
wmloutmm.c:125:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  125 | wmlInitHList (mm_rsn_ptr, 200, TRUE);
      |              ^
wmloutmm.c:126:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  126 | wmlInitHList (mm_ctl_ptr, 200, TRUE);
      |              ^
wmloutmm.c:134:28: warning: passing arguments to 'wmlOutputWmlUilMmClass' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  134 |     wmlOutputWmlUilMmClass (outfil, clsobj, clsobj->syndef->name);
      |                            ^
wmloutmm.c:213:15: warning: passing arguments to 'wmlClearHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  213 | wmlClearHList (mm_arg_ptr);
      |               ^
wmloutmm.c:214:15: warning: passing arguments to 'wmlClearHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  214 | wmlClearHList (mm_rsn_ptr);
      |               ^
wmloutmm.c:215:15: warning: passing arguments to 'wmlClearHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  215 | wmlClearHList (mm_ctl_ptr);
      |               ^
wmloutmm.c:224:19: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  224 |         wmlInsertInHList (mm_arg_ptr,
      |                          ^
wmloutmm.c:238:19: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  238 |         wmlInsertInHList (mm_rsn_ptr,
      |                          ^
wmloutmm.c:249:22: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  249 |     wmlInsertInHList (mm_ctl_ptr,
      |                      ^
wmloutmm.c:151:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  151 | void wmlOutputWmlUilMmClass (outfil, clsobj, name)
      |      ^
wmloutmm.c:59:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   59 | void wmlOutputWmlUilMmClass ();
      |      ^
12 warnings generated.
clang -DHAVE_CONFIG_H -I. -I../../include -I../../lib/Xm -I../../lib -I./../../lib -I./../../include      -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment    -c -o wmluiltok.o wmluiltok.c
wmlutils.c:52:7: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   52 | char *wmlAllocateString (stg)
      |       ^
In file included from wmlutils.c:38:
./wml.h:634:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  634 | extern char *wmlAllocateString ();              /* dynamic string copy */
      |              ^
wmlutils.c:75:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   75 | void wmlUpperCaseString (stg)
      |      ^
In file included from wmlutils.c:38:
./wml.h:635:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  635 | extern void wmlUpperCaseString ();              /* convert to upper case */
      |             ^
wmlutils.c:105:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  105 | void wmlInitHList (listptr, size, is_ordered)
      |      ^
In file included from wmlutils.c:38:
./wml.h:636:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  636 | extern void wmlInitHList ();                    /* init dynamic list */
      |             ^
wmlutils.c:131:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  131 | void wmlResizeHList (listptr, new_size)
      |      ^
In file included from wmlutils.c:38:
./wml.h:637:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  637 | extern void wmlResizeHList ();                  /* resize a list */
      |             ^
wmlutils.c:160:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  160 | void wmlClearHList (listptr)
      |      ^
In file included from wmlutils.c:38:
./wml.h:638:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  638 | extern void wmlClearHList ();                   /* clear a list for reuse */
      |             ^
wmlutils.c:193:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  193 | int wmlFindInHList (listptr, name)
      |     ^
In file included from wmlutils.c:38:
./wml.h:639:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  639 | extern int wmlFindInHList ();                   /* find name in list */
      |            ^
wmlutils.c:247:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  247 | void wmlInsertInHList (listptr, name, obj)
      |      ^
In file included from wmlutils.c:38:
./wml.h:640:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  640 | extern void wmlInsertInHList ();                /* generic list insert */
      |             ^
wmlutils.c:331:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  331 | void wmlInsertInKeyList (listptr, name, obj)
      |      ^
In file included from wmlutils.c:38:
./wml.h:641:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  641 | extern void wmlInsertInKeyList ();              /* specialized list insert */
      |             ^
wmlutils.c:394:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  394 | WmlClassResDefPtr wmlResolveResIsMember (resobj, resref)
      |                   ^
In file included from wmlutils.c:38:
./wml.h:642:26: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  642 | extern WmlClassResDefPtr wmlResolveResIsMember ();
      |                          ^
wmlutils.c:415:21: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  415 | WmlClassChildDefPtr wmlResolveChildIsMember (childobj, childref)
      |                     ^
In file included from wmlutils.c:38:
./wml.h:644:28: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  644 | extern WmlClassChildDefPtr wmlResolveChildIsMember ();
      |                            ^
20 warnings generated.
wmlsynbld.c:117:33: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  117 | cdesc->name = wmlAllocateString (name);
      |                                 ^
wmlsynbld.c:131:20: warning: passing arguments to 'wmlFindInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  131 | if ( wmlFindInHList(wml_synobj_ptr,name) >= 0 )
      |                    ^
wmlsynbld.c:136:18: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  136 | wmlInsertInHList (wml_synobj_ptr, name, (ObjectPtr)cdesc);
      |                  ^
wmlsynbld.c:84:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
   84 | void wmlCreateClass (name, ctype)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:656:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  656 | extern void wmlCreateClass ();
      |             ^
wmlsynbld.c:194:33: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  194 | rdesc->name = wmlAllocateString (name);
      |                                 ^
wmlsynbld.c:197:39: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  197 | rdesc->resliteral = wmlAllocateString (name);   /* default to name */
      |                                       ^
wmlsynbld.c:205:20: warning: passing arguments to 'wmlFindInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  205 | if ( wmlFindInHList(wml_synobj_ptr,name) >= 0 )
      |                    ^
wmlsynbld.c:210:18: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  210 | wmlInsertInHList (wml_synobj_ptr, name, (ObjectPtr)rdesc);
      |                  ^
wmlsynbld.c:155:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  155 | void wmlCreateResource (name, rtype)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:662:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  662 | extern void wmlCreateResource ();
      |             ^
wmlsynbld.c:242:33: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  242 | ddesc->name = wmlAllocateString (name);
      |                                 ^
wmlsynbld.c:247:20: warning: passing arguments to 'wmlFindInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  247 | if ( wmlFindInHList(wml_synobj_ptr,name) >= 0 )
      |                    ^
wmlsynbld.c:252:18: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  252 | wmlInsertInHList (wml_synobj_ptr, name, (ObjectPtr)ddesc);
      |                  ^
wmlsynbld.c:227:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  227 | void wmlCreateDatatype (name)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:663:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  663 | extern void wmlCreateDatatype ();
      |             ^
wmlsynbld.c:269:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  269 | void wmlCreateChild (name, class)
      |      ^
wmlsynbld.c:284:34: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  284 | chdesc->name = wmlAllocateString (name);
      |                                  ^
wmlsynbld.c:285:35: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  285 | chdesc->class = wmlAllocateString (class);
      |                                   ^
wmlsynbld.c:287:20: warning: passing arguments to 'wmlFindInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  287 | if ( wmlFindInHList(wml_synobj_ptr,name) >= 0 )
      |                    ^
wmlsynbld.c:292:18: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  292 | wmlInsertInHList (wml_synobj_ptr, name, (ObjectPtr)chdesc);
      |                  ^
wmlsynbld.c:309:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  309 | void wmlCreateOrAppendCtrlList (name)
      |      ^
wmlsynbld.c:316:21: warning: passing arguments to 'wmlFindInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  316 | idx = wmlFindInHList(wml_synobj_ptr,name);
      |                     ^
wmlsynbld.c:328:35: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  328 |   cdesc->name = wmlAllocateString (name);
      |                                   ^
wmlsynbld.c:331:20: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  331 |   wmlInsertInHList (wml_synobj_ptr, name, (ObjectPtr)cdesc);
      |                    ^
wmlsynbld.c:370:34: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  370 | esdesc->name = wmlAllocateString (name);
      |                                  ^
wmlsynbld.c:371:38: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  371 | esdesc->datatype = wmlAllocateString (dtype);
      |                                      ^
wmlsynbld.c:374:20: warning: passing arguments to 'wmlFindInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  374 | if ( wmlFindInHList(wml_synobj_ptr,name) >= 0 )
      |                    ^
wmlsynbld.c:379:18: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  379 | wmlInsertInHList (wml_synobj_ptr, name, (ObjectPtr)esdesc);
      |                  ^
wmlsynbld.c:354:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  354 | void wmlCreateEnumSet (name, dtype)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:667:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  667 | extern void wmlCreateEnumSet ();
      |             ^
wmlsynbld.c:411:34: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  411 | evdesc->name = wmlAllocateString (name);
      |                                  ^
wmlsynbld.c:412:37: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  412 | evdesc->enumlit = wmlAllocateString (name);     /* defaults to name */
      |                                     ^
wmlsynbld.c:414:20: warning: passing arguments to 'wmlFindInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  414 | if ( wmlFindInHList(wml_synobj_ptr,name) >= 0 )
      |                    ^
wmlsynbld.c:419:18: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  419 | wmlInsertInHList (wml_synobj_ptr, name, (ObjectPtr)evdesc);
      |                  ^
wmlsynbld.c:396:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  396 | void wmlCreateEnumValue (name)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:669:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  669 | extern void wmlCreateEnumValue ();
      |             ^
wmlsynbld.c:451:33: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  451 | ddesc->name = wmlAllocateString (name);
      |                                 ^
wmlsynbld.c:460:20: warning: passing arguments to 'wmlFindInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  460 | if ( wmlFindInHList(wml_synobj_ptr,name) >= 0 )
      |                    ^
wmlsynbld.c:465:18: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  465 | wmlInsertInHList (wml_synobj_ptr, name, (ObjectPtr)ddesc);
      |                  ^
wmlsynbld.c:436:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  436 | void wmlCreateCharset (name)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:671:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  671 | extern void wmlCreateCharset ();
      |             ^
wmlsynbld.c:520:47: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  520 |         cdesc->superclass = wmlAllocateString (val);
      |                                               ^
wmlsynbld.c:523:48: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  523 |         cdesc->parentclass = wmlAllocateString (val);
      |                                                ^
wmlsynbld.c:526:44: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  526 |         cdesc->int_lit = wmlAllocateString (val);
      |                                            ^
wmlsynbld.c:529:45: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  529 |         cdesc->convfunc = wmlAllocateString (val);
      |                                             ^
wmlsynbld.c:532:44: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  532 |         cdesc->docname = wmlAllocateString (val);
      |                                            ^
wmlsynbld.c:535:48: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  535 |         cdesc->widgetclass = wmlAllocateString (val);
      |                                                ^
wmlsynbld.c:546:46: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  546 |         cdesc->ctrlmapto = wmlAllocateString (val);
      |                                              ^
wmlsynbld.c:555:48: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  555 |         synlist[cdesc->alias_cnt] = wmlAllocateString (val);
      |                                                       ^
wmlsynbld.c:488:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  488 | void wmlAddClassAttribute (attrid, val)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:657:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  657 | extern void wmlAddClassAttribute ();
      |             ^
wmlsynbld.c:607:35: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  607 | ctrlelm->name = wmlAllocateString (name);
      |                                   ^
wmlsynbld.c:575:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  575 | void wmlAddClassControl (name)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:660:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  660 | extern void wmlAddClassControl ();
      |             ^
wmlsynbld.c:659:33: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  659 | rdesc->name = wmlAllocateString (name);
      |                                 ^
wmlsynbld.c:629:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  629 | void wmlAddClassResource (name)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:658:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  658 | extern void wmlAddClassResource ();
      |             ^
wmlsynbld.c:686:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  686 | void wmlAddClassChild (name)
      |      ^
wmlsynbld.c:716:34: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  716 | chdesc->name = wmlAllocateString (name);
      |                                  ^
wmlsynbld.c:771:41: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  771 |         rdesc->type = wmlAllocateString (val);
      |                                         ^
wmlsynbld.c:774:41: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  774 |         rdesc->dflt = wmlAllocateString (val);
      |                                         ^
wmlsynbld.c:741:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  741 | void wmlAddClassResourceAttribute (attrid, val)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:659:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  659 | extern void wmlAddClassResourceAttribute ();
      |             ^
wmlsynbld.c:852:45: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  852 |         rdesc->datatype = wmlAllocateString (val);
      |                                             ^
wmlsynbld.c:855:44: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  855 |         rdesc->int_lit = wmlAllocateString (val);
      |                                            ^
wmlsynbld.c:858:47: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  858 |         rdesc->resliteral = wmlAllocateString (val);
      |                                               ^
wmlsynbld.c:861:44: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  861 |         rdesc->enumset = wmlAllocateString (val);
      |                                            ^
wmlsynbld.c:864:44: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  864 |         rdesc->docname = wmlAllocateString (val);
      |                                            ^
wmlsynbld.c:867:44: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  867 |         rdesc->related = wmlAllocateString (val);
      |                                            ^
wmlsynbld.c:870:41: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  870 |         rdesc->dflt = wmlAllocateString (val);
      |                                         ^
wmlsynbld.c:897:48: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  897 |         synlist[rdesc->alias_cnt] = wmlAllocateString (val);
      |                                                       ^
wmlsynbld.c:819:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  819 | void wmlAddResourceAttribute (attrid, val)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:664:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  664 | extern void wmlAddResourceAttribute ();
      |             ^
wmlsynbld.c:955:44: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  955 |         ddesc->int_lit = wmlAllocateString (val);
      |                                            ^
wmlsynbld.c:958:44: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  958 |         ddesc->docname = wmlAllocateString (val);
      |                                            ^
wmlsynbld.c:923:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  923 | void wmlAddDatatypeAttribute (attrid, val)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:665:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  665 | extern void wmlAddDatatypeAttribute ();
      |             ^
wmlsynbld.c:998:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  998 | void wmlAddCtrlListControl (name)
      |      ^
wmlsynbld.c:1030:35: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1030 | ctrlelm->name = wmlAllocateString (name);
      |                                   ^
wmlsynbld.c:1081:33: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1081 | evelm->name = wmlAllocateString (name);
      |                                 ^
wmlsynbld.c:1050:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1050 | void wmlAddEnumSetValue (name)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:668:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  668 | extern void wmlAddEnumSetValue ();
      |             ^
wmlsynbld.c:1132:45: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1132 |         evdesc->enumlit = wmlAllocateString (val);
      |                                             ^
wmlsynbld.c:1101:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1101 | void wmlAddEnumValueAttribute (attrid, val)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:670:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  670 | extern void wmlAddEnumValueAttribute ();
      |             ^
wmlsynbld.c:1191:44: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1191 |         ddesc->int_lit = wmlAllocateString (val);
      |                                            ^
wmlsynbld.c:1200:48: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1200 |         synlist[ddesc->alias_cnt] = wmlAllocateString (val);
      |                                                       ^
wmlsynbld.c:1205:45: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1205 |         ddesc->xms_name = wmlAllocateString (val);
      |                                             ^
wmlsynbld.c:1158:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1158 | void wmlAddCharsetAttribute (attrid, val)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:672:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  672 | extern void wmlAddCharsetAttribute ();
      |             ^
wmlsynbld.c:1281:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1281 | void LexIssueError (tkn)
      |      ^
In file included from wmlsynbld.c:49:
./wml.h:673:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  673 | extern void LexIssueError ();
      |             ^
93 warnings generated.
wmloutkey.c:130:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  130 | wmlInitHList (wml_tok_sens_ptr, 1000, TRUE);
      |              ^
wmloutkey.c:131:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  131 | wmlInitHList (wml_tok_insens_ptr, 1000, TRUE);
      |              ^
wmloutkey.c:209:40: warning: passing arguments to 'wmlKeyWGrammarClass' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  209 |     grtok->class = wmlKeyWGrammarClass (class);
      |                                        ^
wmloutkey.c:210:38: warning: passing arguments to 'wmlAllocateString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  210 |     grtok->token = wmlAllocateString (token);
      |                                      ^
wmloutkey.c:232:5: warning: misleading indentation; statement is not part of the previous 'else' [-Wmisleading-indentation]
  232 |     switch ( grtok->class )
      |     ^
wmloutkey.c:223:1: note: previous statement is here
  223 | else
      | ^
wmloutkey.c:247:24: warning: passing arguments to 'wmlKeyWMakeTokens' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  247 |             wmlKeyWMakeTokens (sens_name, grtok->class, (ObjectPtr)grtok);
      |                               ^
wmloutkey.c:261:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  261 | int wmlKeyWGrammarClass (token)
      |     ^
wmloutkey.c:66:5: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   66 | int wmlKeyWGrammarClass ();
      |     ^
wmloutkey.c:323:23: warning: passing arguments to 'wmlKeyWMakeTokens' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  323 |     wmlKeyWMakeTokens (synobj->name, WmlTokenClassClass, (ObjectPtr)clsobj);
      |                       ^
wmloutkey.c:325:20: warning: passing arguments to 'wmlKeyWMakeTokens' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  325 |         wmlKeyWMakeTokens (synobj->alias_list[alias_ndx],
      |                           ^
wmloutkey.c:356:23: warning: passing arguments to 'wmlKeyWMakeTokens' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  356 |     wmlKeyWMakeTokens (synobj->name, WmlTokenClassArgument, (ObjectPtr)resobj);
      |                       ^
wmloutkey.c:358:20: warning: passing arguments to 'wmlKeyWMakeTokens' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  358 |         wmlKeyWMakeTokens (synobj->alias_list[alias_ndx],
      |                           ^
wmloutkey.c:388:23: warning: passing arguments to 'wmlKeyWMakeTokens' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  388 |     wmlKeyWMakeTokens (synobj->name, WmlTokenClassReason, (ObjectPtr)resobj);
      |                       ^
wmloutkey.c:390:20: warning: passing arguments to 'wmlKeyWMakeTokens' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  390 |         wmlKeyWMakeTokens (synobj->alias_list[alias_ndx],
      |                           ^
wmloutkey.c:417:23: warning: passing arguments to 'wmlKeyWMakeTokens' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  417 |     wmlKeyWMakeTokens (synobj->name, WmlTokenClassChild, (ObjectPtr)childobj);
      |                       ^
wmloutkey.c:445:23: warning: passing arguments to 'wmlKeyWMakeTokens' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  445 |     wmlKeyWMakeTokens (synobj->name, WmlTokenClassCharset, (ObjectPtr)csobj);
      |                       ^
wmloutkey.c:447:20: warning: passing arguments to 'wmlKeyWMakeTokens' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  447 |         wmlKeyWMakeTokens (synobj->alias_list[alias_ndx],
      |                           ^
wmloutkey.c:476:23: warning: passing arguments to 'wmlKeyWMakeTokens' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  476 |     wmlKeyWMakeTokens (synobj->name, WmlTokenClassEnumval, (ObjectPtr)esobj);
      |                       ^
wmloutkey.c:517:19: warning: passing arguments to 'wmlInsertInKeyList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  517 | wmlInsertInKeyList(wml_tok_sens_ptr, sens_name, senstok);
      |                   ^
wmloutkey.c:518:19: warning: passing arguments to 'wmlInsertInKeyList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  518 | wmlInsertInKeyList(wml_tok_insens_ptr, insens_name, insenstok);
      |                   ^
wmloutkey.c:489:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  489 | void wmlKeyWMakeTokens (sens_name, class, obj)
      |      ^
wmloutkey.c:72:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   72 | void wmlKeyWMakeTokens ();
      |      ^
wmloutkey.c:577:24: warning: passing arguments to 'wmlOutputUilKeyTabBody' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  577 | wmlOutputUilKeyTabBody (outfil, wml_tok_sens_ptr, &maxlen, &maxkey);
      |                        ^
wmloutkey.c:579:24: warning: passing arguments to 'wmlOutputUilKeyTabBody' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  579 | wmlOutputUilKeyTabBody (outfil, wml_tok_insens_ptr, &maxlen, &maxkey);
      |                        ^
wmloutkey.c:618:25: warning: passing arguments to 'wmlTokenClassString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  618 |     wmlTokenClassString (tkclass, tok);
      |                         ^
wmloutkey.c:619:24: warning: passing arguments to 'wmlTokenSymKString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  619 |     wmlTokenSymKString (tksym, tok);
      |                        ^
wmloutkey.c:620:25: warning: passing arguments to 'wmlTokenTokenString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  620 |     wmlTokenTokenString (tktoken, tok);
      |                         ^
wmloutkey.c:624:7: warning: format specifies type 'int' but the argument has type 'unsigned long' [-Wformat]
  621 |     fprintf (outfil, "    {%s, %s, %d, %s, \"%s\"},\n",
      |                                    ~~
      |                                    %lu
  622 |              tkclass,
  623 |              tksym,
  624 |              strlen(tokstg),
      |              ^~~~~~~~~~~~~~
wmloutkey.c:595:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  595 | void wmlOutputUilKeyTabBody (outfil, tokvec, maxlen, maxkey)
      |      ^
wmloutkey.c:74:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   74 | void wmlOutputUilKeyTabBody ();
      |      ^
wmloutkey.c:639:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  639 | void wmlTokenClassString (dststg, tok)
      |      ^
wmloutkey.c:75:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   75 | void wmlTokenClassString ();
      |      ^
wmloutkey.c:680:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  680 | void wmlTokenSymKString (dststg, tok)
      |      ^
wmloutkey.c:76:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   76 | void wmlTokenSymKString ();
      |      ^
wmloutkey.c:734:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  734 | void wmlTokenTokenString (dststg, tok)
      |      ^
wmloutkey.c:77:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   77 | void wmlTokenTokenString ();
      |      ^
36 warnings generated.
wmlouth.c:896:33: warning: passing arguments to 'wmlResolveResIsMember' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  896 |         resref = wmlResolveResIsMember (resobj, clsobj->reasons);
      |                                        ^
wmlouth.c:1022:33: warning: passing arguments to 'wmlResolveResIsMember' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1022 |         resref = wmlResolveResIsMember (resobj, clsobj->arguments);
      |                                        ^
wmlouth.c:1147:37: warning: passing arguments to 'wmlResolveChildIsMember' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1147 |         childref = wmlResolveChildIsMember (childobj, clsobj->children);
      |                                            ^
wmlouth.c:1315:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1315 | int wmlResolveCtlIsMember (ctlobj, ctlref)
      |     ^
wmlouth.c:1911:24: warning: passing arguments to 'wmlUpperCaseString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1911 |     wmlUpperCaseString (uname);
      |                        ^
wmlouth.c:1916:24: warning: passing arguments to 'wmlUpperCaseString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1916 |     wmlUpperCaseString (uname);
      |                        ^
wmlouth.c:1923:21: warning: passing arguments to 'wmlUpperCaseString' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1923 |         wmlUpperCaseString (uname);
      |                            ^
7 warnings generated.
wmlparse.y:739:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  739 | int yyerror (s)
      |     ^
wmlparse.y:174:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  174 |         { LexIssueError(0); }
      |                        ^
wmlparse.y:190:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  190 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:201:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  201 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:212:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  212 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:223:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  223 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:234:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  234 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:245:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  245 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:256:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  256 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:267:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  267 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:279:19: warning: passing arguments to 'wmlCreateClass' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  279 |         { wmlCreateClass (yynameval, yytknval1); }
      |                          ^
wmlparse.y:293:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  293 |         { LexIssueError(RBRACE); }
      |                        ^
wmlparse.y:305:25: warning: passing arguments to 'wmlAddClassAttribute' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  305 |         { wmlAddClassAttribute (yytknval1, yystringval); }
      |                                ^
wmlparse.y:310:25: warning: passing arguments to 'wmlAddClassAttribute' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  310 |         { wmlAddClassAttribute (yytknval1, yytknval2); }
      |                                ^
wmlparse.y:315:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  315 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:346:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  346 |         { LexIssueError(RBRACE); }
      |                        ^
wmlparse.y:356:24: warning: passing arguments to 'wmlAddClassResource' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  356 |         { wmlAddClassResource (yynameval); }
      |                               ^
wmlparse.y:359:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  359 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:366:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  366 |         { LexIssueError(RBRACE); }
      |                        ^
wmlparse.y:378:33: warning: passing arguments to 'wmlAddClassResourceAttribute' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  378 |         { wmlAddClassResourceAttribute (yytknval1, yystringval); }
      |                                        ^
wmlparse.y:383:33: warning: passing arguments to 'wmlAddClassResourceAttribute' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  383 |         { wmlAddClassResourceAttribute (yytknval1, yytknval2); }
      |                                        ^
wmlparse.y:385:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  385 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:405:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  405 |         { LexIssueError(RBRACE); }
      |                        ^
wmlparse.y:415:23: warning: passing arguments to 'wmlAddClassControl' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  415 |         { wmlAddClassControl (yynameval); }
      |                              ^
wmlparse.y:418:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  418 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:424:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  424 |         { LexIssueError(RBRACE); }
      |                        ^
wmlparse.y:435:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  435 |         { LexIssueError(RBRACE); }
      |                        ^
wmlparse.y:447:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  447 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:459:22: warning: passing arguments to 'wmlCreateResource' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  459 |         { wmlCreateResource (yynameval, yytknval1); }
      |                             ^
wmlparse.y:474:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  474 |         { LexIssueError(RBRACE); }
      |                        ^
wmlparse.y:486:28: warning: passing arguments to 'wmlAddResourceAttribute' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  486 |         { wmlAddResourceAttribute (yytknval1, yystringval); }
      |                                   ^
wmlparse.y:491:28: warning: passing arguments to 'wmlAddResourceAttribute' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  491 |         { wmlAddResourceAttribute (yytknval1, yytknval2); }
      |                                   ^
wmlparse.y:493:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  493 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:526:22: warning: passing arguments to 'wmlCreateDatatype' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  526 |         { wmlCreateDatatype (yystringval); }
      |                             ^
wmlparse.y:534:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  534 |         { LexIssueError(RBRACE); }
      |                        ^
wmlparse.y:546:28: warning: passing arguments to 'wmlAddDatatypeAttribute' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  546 |         { wmlAddDatatypeAttribute (yytknval1, yystringval); }
      |                                   ^
wmlparse.y:548:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  548 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:572:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  572 |         { LexIssueError(RBRACE); }
      |                        ^
wmlparse.y:585:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  585 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:591:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  591 |         { LexIssueError(RBRACE); }
      |                        ^
wmlparse.y:603:21: warning: passing arguments to 'wmlCreateEnumSet' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  603 |         { wmlCreateEnumSet (yynameval, yystringval); }
      |                            ^
wmlparse.y:616:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  616 |         { LexIssueError(RBRACE); }
      |                        ^
wmlparse.y:626:23: warning: passing arguments to 'wmlAddEnumSetValue' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  626 |         { wmlAddEnumSetValue (yynameval); }
      |                              ^
wmlparse.y:628:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  628 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:639:23: warning: passing arguments to 'wmlCreateEnumValue' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  639 |         { wmlCreateEnumValue (yynameval); }
      |                              ^
wmlparse.y:647:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  647 |         { LexIssueError(RBRACE); }
      |                        ^
wmlparse.y:659:29: warning: passing arguments to 'wmlAddEnumValueAttribute' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  659 |         { wmlAddEnumValueAttribute (yytknval1, yystringval); }
      |                                    ^
wmlparse.y:661:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  661 |         { LexIssueError(SEMICOLON); }
      |                        ^
wmlparse.y:675:21: warning: passing arguments to 'wmlCreateCharset' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  675 |         { wmlCreateCharset (yystringval); }
      |                            ^
wmlparse.y:683:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  683 |         { LexIssueError(RBRACE); }
      |                        ^
wmlparse.y:695:27: warning: passing arguments to 'wmlAddCharsetAttribute' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  695 |         { wmlAddCharsetAttribute (yytknval1, yystringval); }
      |                                  ^
wmlparse.y:700:27: warning: passing arguments to 'wmlAddCharsetAttribute' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  700 |         { wmlAddCharsetAttribute (yytknval1, yytknval2); }
      |                                  ^
wmlparse.y:702:17: warning: passing arguments to 'LexIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  702 |         { LexIssueError(SEMICOLON); }
      |                        ^
53 warnings generated.
wmlresolve.c:198:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  198 | wmlInitHList (wml_obj_datatype_ptr, 50, TRUE);
      |              ^
wmlresolve.c:214:22: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  214 |     wmlInsertInHList (wml_obj_datatype_ptr, newobj->tkname, (ObjectPtr)newobj);
      |                      ^
wmlresolve.c:248:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  248 | wmlInitHList (wml_obj_child_ptr, 50, TRUE);
      |              ^
wmlresolve.c:261:22: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  261 |     wmlInsertInHList (wml_obj_child_ptr, newobj->tkname, (ObjectPtr)newobj);
      |                      ^
wmlresolve.c:266:25: warning: passing arguments to 'wmlResolveFindObject' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  266 |     wmlResolveFindObject(cursyn->class, WmlClassDefValid, cursyn->name);
      |                         ^
wmlresolve.c:316:21: warning: passing arguments to 'wmlFindInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  316 |         if ( wmlFindInHList(wml_synobj_ptr,curesv->name) < 0 )
      |                            ^
wmlresolve.c:317:25: warning: passing arguments to 'wmlCreateEnumValue' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  317 |             wmlCreateEnumValue (curesv->name);
      |                                ^
wmlresolve.c:326:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  326 | wmlInitHList (wml_obj_enumval_ptr, 50, TRUE);
      |              ^
wmlresolve.c:338:22: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  338 |     wmlInsertInHList (wml_obj_enumval_ptr, cursyn->name, (ObjectPtr)newobj);
      |                      ^
wmlresolve.c:383:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  383 | wmlInitHList (wml_obj_enumset_ptr, 20, TRUE);
      |              ^
wmlresolve.c:397:23: warning: passing arguments to 'wmlResolveFindObject' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  397 |         wmlResolveFindObject (cursyn->datatype,
      |                              ^
wmlresolve.c:400:22: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  400 |     wmlInsertInHList (wml_obj_enumset_ptr, newobj->tkname, (ObjectPtr)newobj);
      |                      ^
wmlresolve.c:424:27: warning: passing arguments to 'wmlResolveFindObject' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  424 |             wmlResolveFindObject (esvelm->name,
      |                                  ^
wmlresolve.c:465:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  465 | wmlInitHList (wml_obj_reason_ptr, 100, TRUE);
      |              ^
wmlresolve.c:485:22: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  485 |     wmlInsertInHList (wml_obj_reason_ptr, newobj->tkname, (ObjectPtr)newobj);
      |                      ^
wmlresolve.c:492:32: warning: passing arguments to 'wmlIssueIllegalReferenceError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  492 |         wmlIssueIllegalReferenceError (cursyn->name, "DataType");
      |                                       ^
wmlresolve.c:540:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  540 | wmlInitHList (wml_obj_arg_ptr, 500, TRUE);
      |              ^
wmlresolve.c:559:22: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  559 |     wmlInsertInHList (wml_obj_arg_ptr, newobj->tkname, (ObjectPtr)newobj);
      |                      ^
wmlresolve.c:565:23: warning: passing arguments to 'wmlResolveFindObject' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  565 |         wmlResolveFindObject (cursyn->datatype,
      |                              ^
wmlresolve.c:570:27: warning: passing arguments to 'wmlResolveFindObject' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  570 |             wmlResolveFindObject (cursyn->enumset,
      |                                  ^
wmlresolve.c:620:27: warning: passing arguments to 'wmlResolveFindObject' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  620 |             wmlResolveFindObject (srcsynobj->related,
      |                                  ^
wmlresolve.c:661:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  661 | wmlInitHList (wml_obj_allclass_ptr, 200, TRUE);
      |              ^
wmlresolve.c:662:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  662 | wmlInitHList (wml_obj_class_ptr, 200, TRUE);
      |              ^
wmlresolve.c:692:3: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  692 |                 (wml_obj_allclass_ptr, newobj->tkname, (ObjectPtr)newobj);
      |                 ^
wmlresolve.c:697:3: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  697 |                 (wml_obj_allclass_ptr, newobj->tkname, (ObjectPtr)newobj);
      |                 ^
wmlresolve.c:699:3: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  699 |                 (wml_obj_class_ptr, newobj->tkname, (ObjectPtr)newobj);
      |                 ^
wmlresolve.c:711:20: warning: passing arguments to 'wmlIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  711 |             wmlIssueError (errmsg);
      |                           ^
wmlresolve.c:719:27: warning: passing arguments to 'wmlResolveFindObject' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  719 |             wmlResolveFindObject (cursyn->ctrlmapto,
      |                                  ^
wmlresolve.c:763:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  763 | wmlInitHList (wml_obj_ctrlist_ptr, 20, TRUE);
      |              ^
wmlresolve.c:776:22: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  776 |     wmlInsertInHList (wml_obj_ctrlist_ptr, cursyn->name, (ObjectPtr)newobj);
      |                      ^
wmlresolve.c:784:27: warning: passing arguments to 'wmlResolveFindObject' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  784 |             wmlResolveFindObject (refptr->name,
      |                                  ^
wmlresolve.c:825:14: warning: passing arguments to 'wmlInitHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  825 | wmlInitHList (wml_obj_charset_ptr, 50, TRUE);
      |              ^
wmlresolve.c:841:22: warning: passing arguments to 'wmlInsertInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  841 |     wmlInsertInHList (wml_obj_charset_ptr, newobj->tkname, (ObjectPtr)newobj);
      |                      ^
wmlresolve.c:856:16: warning: passing arguments to 'wmlIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  856 |         wmlIssueError (errmsg);
      |                       ^
wmlresolve.c:921:27: warning: passing arguments to 'wmlResolveFindObject' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  921 |             wmlResolveFindObject (synobj->superclass,
      |                                  ^
wmlresolve.c:940:27: warning: passing arguments to 'wmlResolveFindObject' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  940 |             wmlResolveFindObject (synobj->parentclass,
      |                                  ^
wmlresolve.c:962:20: warning: passing arguments to 'wmlIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  962 |             wmlIssueError (errmsg);
      |                           ^
wmlresolve.c:968:7: warning: passing arguments to 'wmlResolveFindObject' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  968 |                     (synobj->widgetclass,
      |                     ^
wmlresolve.c:1002:26: warning: passing arguments to 'wmlFindInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1002 |         refndx = wmlFindInHList (wml_obj_class_ptr, refptr->name);
      |                                 ^
wmlresolve.c:1012:26: warning: passing arguments to 'wmlFindInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1012 |         refndx = wmlFindInHList (wml_obj_ctrlist_ptr, refptr->name);
      |                                 ^
wmlresolve.c:1029:25: warning: passing arguments to 'wmlIssueReferenceError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1029 |         wmlIssueReferenceError (synobj->name, refptr->name);
      |                                ^
wmlresolve.c:1041:28: warning: passing arguments to 'wmlResolveClassInherit' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1041 |     wmlResolveClassInherit (clsobj);
      |                            ^
wmlresolve.c:1108:23: warning: passing arguments to 'wmlResolveInitRefObj' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1108 |         wmlResolveInitRefObj (refobj, srcref);
      |                              ^
wmlresolve.c:1115:23: warning: passing arguments to 'wmlResolveInitRefObj' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1115 |         wmlResolveInitRefObj (refobj, srcref);
      |                              ^
wmlresolve.c:1122:28: warning: passing arguments to 'wmlResolveInitChildRefObj' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1122 |         wmlResolveInitChildRefObj (crefobj, csrcref);
      |                                   ^
wmlresolve.c:1138:29: warning: passing arguments to 'wmlResolveInitRefObj' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1138 |               wmlResolveInitRefObj (refobj, srcref);
      |                                    ^
wmlresolve.c:1148:29: warning: passing arguments to 'wmlResolveInitRefObj' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1148 |               wmlResolveInitRefObj (refobj, srcref);
      |                                    ^
wmlresolve.c:1158:32: warning: passing arguments to 'wmlResolveInitChildRefObj' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1158 |             wmlResolveInitChildRefObj (crefobj, csrcref);
      |                                       ^
wmlresolve.c:1170:55: warning: passing arguments to 'wmlResolveFindObject' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1170 |     resobj = (WmlResourceDefPtr) wmlResolveFindObject (refptr->name,
      |                                                       ^
wmlresolve.c:1208:27: warning: passing arguments to 'wmlResolveFindObject' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1208 |             wmlResolveFindObject (refptr->type,
      |                                  ^
wmlresolve.c:1222:54: warning: passing arguments to 'wmlResolveFindObject' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1222 |     childobj = (WmlChildDefPtr) wmlResolveFindObject (crefptr->name,
      |                                                      ^
wmlresolve.c:1062:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1062 | void wmlResolveClassInherit (clsobj)
      |      ^
wmlresolve.c:75:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   75 | void wmlResolveClassInherit ();
      |      ^
wmlresolve.c:1257:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1257 | void wmlResolveInitRefObj (dstobj, srcobj)
      |      ^
wmlresolve.c:77:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   77 | void wmlResolveInitRefObj ();
      |      ^
wmlresolve.c:1280:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1280 | void wmlResolveInitChildRefObj (dstobj, srcobj)
      |      ^
wmlresolve.c:78:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   78 | void wmlResolveInitChildRefObj ();
      |      ^
wmlresolve.c:1330:30: warning: passing arguments to 'wmlMarkReferencePointers' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1330 |     wmlMarkReferencePointers (clsobj);
      |                              ^
wmlresolve.c:1331:26: warning: passing arguments to 'wmlResolvePrintClass' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1331 |     wmlResolvePrintClass (outfil, clsobj);
      |                          ^
wmlresolve.c:1413:26: warning: passing arguments to 'wmlResolvePrintClassArgs' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1413 | wmlResolvePrintClassArgs (outfil, clsobj);
      |                          ^
wmlresolve.c:1419:29: warning: passing arguments to 'wmlResolvePrintClassReasons' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1419 | wmlResolvePrintClassReasons (outfil, clsobj);
      |                             ^
wmlresolve.c:1350:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1350 | void wmlResolvePrintClass (outfil, clsobj)
      |      ^
wmlresolve.c:80:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   80 | void wmlResolvePrintClass ();
      |      ^
wmlresolve.c:1483:31: warning: passing arguments to 'wmlResolveResIsMember' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1483 |     if ( wmlResolveResIsMember(resobj,clsobj->arguments) == NULL ) continue;
      |                               ^
wmlresolve.c:1535:28: warning: passing arguments to 'wmlResolveResIsMember' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1535 |         if ( wmlResolveResIsMember(resobj,clsobj->arguments) == NULL ) continue;
      |                                   ^
wmlresolve.c:1446:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1446 | void wmlResolvePrintClassArgs (outfil, clsobj)
      |      ^
wmlresolve.c:81:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   81 | void wmlResolvePrintClassArgs ();
      |      ^
wmlresolve.c:1617:31: warning: passing arguments to 'wmlResolveResIsMember' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1617 |     if ( wmlResolveResIsMember(resobj,clsobj->reasons) == NULL ) continue;
      |                               ^
wmlresolve.c:1581:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1581 | void wmlResolvePrintClassReasons (outfil, clsobj)
      |      ^
wmlresolve.c:82:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   82 | void wmlResolvePrintClassReasons ();
      |      ^
wmlresolve.c:1651:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1651 | void wmlMarkReferencePointers (clsobj)
      |      ^
In file included from wmlresolve.c:49:
./wml.h:693:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
  693 | extern void wmlMarkReferencePointers ();
      |             ^
wmlresolve.c:1744:25: warning: passing arguments to 'wmlFindInHList' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1744 | objndx = wmlFindInHList (wml_synobj_ptr, name);
      |                         ^
wmlresolve.c:1747:28: warning: passing arguments to 'wmlIssueReferenceError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1747 |     wmlIssueReferenceError (requester, name);
      |                            ^
wmlresolve.c:1756:19: warning: passing arguments to 'wmlIssueError' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1756 |     wmlIssueError (errmsg);
      |                   ^
wmlresolve.c:1732:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1732 | ObjectPtr wmlResolveFindObject (name, type, requester)
      |           ^
wmlresolve.c:84:11: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   84 | ObjectPtr wmlResolveFindObject ();
      |           ^
wmlresolve.c:1784:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1784 | void wmlIssueReferenceError (srcname, badname)
      |      ^
wmlresolve.c:85:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   85 | void wmlIssueReferenceError ();
      |      ^
wmlresolve.c:1800:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1800 | void wmlIssueIllegalReferenceError (srcname, badname)
      |      ^
wmlresolve.c:86:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   86 | void wmlIssueIllegalReferenceError ();
      |      ^
wmlresolve.c:1815:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
 1815 | void wmlIssueError (errstg)
      |      ^
wmlresolve.c:87:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   87 | void wmlIssueError ();
      |      ^
83 warnings generated.
rm -f libwml.a
ar cru libwml.a wmlparse.o wml.o wmloutkey.o wmlouth.o wmloutmm.o wmloutp1.o wmlresolve.o wmlsynbld.o wmlutils.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libwml.a
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../../libtool  --tag=CC   --mode=link clang  -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment      -o wml wml.o -L. -lwml -lXp   -ljpeg -lpng
libtool: link: clang -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -o wml wml.o  -L. -lwml /nix/store/15q8sqp0k8v583qzhkfi9rr7igv4lnl3-libXp-x86_64-unknown-linux-gnufilc0-1.0.4/lib/libXp.so -ljpeg /nix/store/czh3g495h2iwriipl87j0hxmiag2lflr-libpng-apng-1.6.43-x86_64-unknown-linux-gnufilc0/lib/libpng16.so -Wl,-rpath -Wl,/nix/store/15q8sqp0k8v583qzhkfi9rr7igv4lnl3-libXp-x86_64-unknown-linux-gnufilc0-1.0.4/lib -Wl,-rpath -Wl,/nix/store/czh3g495h2iwriipl87j0hxmiag2lflr-libpng-apng-1.6.43-x86_64-unknown-linux-gnufilc0/lib -Wl,-rpath -Wl,/nix/store/15q8sqp0k8v583qzhkfi9rr7igv4lnl3-libXp-x86_64-unknown-linux-gnufilc0-1.0.4/lib -Wl,-rpath -Wl,/nix/store/czh3g495h2iwriipl87j0hxmiag2lflr-libpng-apng-1.6.43-x86_64-unknown-linux-gnufilc0/lib
wmluiltok.l:106:14: warning: passing arguments to 'add_token' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  106 |                         add_token (&temp);
      |                                   ^
wmluiltok.l:175:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  175 | add_token (t)                                   /* keep sorted by name */
      | ^
wmluiltok.l:84:6: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype]
   84 | void add_token ();
      |      ^
3 warnings generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../../libtool  --tag=CC   --mode=link clang  -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment      -o wmluiltok wmluiltok.o -lfl -lXp   -ljpeg -lpng
libtool: link: clang -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -o wmluiltok wmluiltok.o  /nix/store/n3alj4j8rilyxf37cnl5db16xgnx46vc-flex-x86_64-unknown-linux-gnufilc0-2.6.4/lib/libfl.so -lm /nix/store/15q8sqp0k8v583qzhkfi9rr7igv4lnl3-libXp-x86_64-unknown-linux-gnufilc0-1.0.4/lib/libXp.so -ljpeg /nix/store/czh3g495h2iwriipl87j0hxmiag2lflr-libpng-apng-1.6.43-x86_64-unknown-linux-gnufilc0/lib/libpng16.so -Wl,-rpath -Wl,/nix/store/n3alj4j8rilyxf37cnl5db16xgnx46vc-flex-x86_64-unknown-linux-gnufilc0-2.6.4/lib -Wl,-rpath -Wl,/nix/store/15q8sqp0k8v583qzhkfi9rr7igv4lnl3-libXp-x86_64-unknown-linux-gnufilc0-1.0.4/lib -Wl,-rpath -Wl,/nix/store/czh3g495h2iwriipl87j0hxmiag2lflr-libpng-apng-1.6.43-x86_64-unknown-linux-gnufilc0/lib -Wl,-rpath -Wl,/nix/store/n3alj4j8rilyxf37cnl5db16xgnx46vc-flex-x86_64-unknown-linux-gnufilc0-2.6.4/lib -Wl,-rpath -Wl,/nix/store/15q8sqp0k8v583qzhkfi9rr7igv4lnl3-libXp-x86_64-unknown-linux-gnufilc0-1.0.4/lib -Wl,-rpath -Wl,/nix/store/czh3g495h2iwriipl87j0hxmiag2lflr-libpng-apng-1.6.43-x86_64-unknown-linux-gnufilc0/lib
rm -f UilConst.h	UilKeyTab.h UilSymArTa.h	UilSymArTy.h	UilSymCSet.h	UilSymCtl.h UilSymEnum.h	UilSymGen.h	UilSymNam.h	UilSymRArg.h UilSymReas.h	UilTokName.h	UilUrmClas.h	UilSymChCl.h UilSymChTa.h wml.report wml-uil.mm
./wmluiltok <./Uil.y >tokens.dat
rm -f wml-uil.mm
./wml ./motif.wml
Parse of WML input complete
Initial validation and reference resolution complete
Class validation and inheritance complete
Created report file wml.report
Semantic validation and resolution complete
Created UilSymGen.h
Created UilSymArTy.h
Created UilSymChCl.h
Created UilSymRArg.h
Created UilUrmClas.h
Created UilConst.h
Created UilSymReas.h
Created UilSymArTa.h
Created UilSymChTa.h
Created UilSymCtl.h
Created UilSymNam.h
Created UilSymEnum.h
Created UilSymCSet.h
Created UilKeyTab.h
Created UilTokName.h
Created wml-uil.mm
WML Uil*.h and wml-uil.mm file creation complete
rm -f tokens.dat
clang -DHAVE_CONFIG_H -I. -I../../include -I../../lib/Xm -I../../lib -I./../../lib -I./../../include      -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment    -c -o wmldbcreate.o `test -f './wmldbcreate.c' || echo './'`./wmldbcreate.c
./wmldbcreate.c:102:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  102 | int main(argc, argv)
      |     ^
./wmldbcreate.c:239:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  239 | void emit_header(header)
      |      ^
./wmldbcreate.c:252:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  252 | void emit_chars(table_id)
      |      ^
./wmldbcreate.c:330:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  330 | void emit_ints_and_string(table_id)
      |      ^
./wmldbcreate.c:369:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  369 | void emit_char_table(table_id)
      |      ^
./wmldbcreate.c:427:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  427 | void emit_length_and_string(table_id)
      |      ^
./wmldbcreate.c:550:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  550 | void emit_shorts(table_id)
      |      ^
./wmldbcreate.c:616:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  616 | void emit_int_and_table_shorts(table_id)
      |      ^
./wmldbcreate.c:649:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype]
  649 | void emit_ints(table_id)
      |      ^
9 warnings generated.
/nix/store/cfqbabpc7xwg8akbcchqbq3cai6qq2vs-bash-5.2p37/bin/bash ../../libtool  --tag=CC   --mode=link clang  -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment      -o wmldbcreate wmldbcreate.o ../../lib/Xm/libXm.la -lXp   -ljpeg -lpng
libtool: link: clang -g -O2 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -o .libs/wmldbcreate wmldbcreate.o  ../../lib/Xm/.libs/libXm.so /nix/store/qxlwlv76ar9ipxjny4fl7zqbnxr7594c-libXmu-x86_64-unknown-linux-gnufilc0-1.2.1/lib/libXmu.so /nix/store/j7nnmhrh5pm10nbqr0hd3d52dsk492li-libXt-x86_64-unknown-linux-gnufilc0-1.3.1/lib/libXt.so /nix/store/81qbm77i7zs7d0awdcdn1nc4jb4hs80w-libXext-x86_64-unknown-linux-gnufilc0-1.3.6/lib/libXext.so /nix/store/s2iay6jlrjmh7vmp8vj083xk9pp368b8-libX11-x86_64-unknown-linux-gnufilc0-1.8.12/lib/libX11.so /nix/store/15q8sqp0k8v583qzhkfi9rr7igv4lnl3-libXp-x86_64-unknown-linux-gnufilc0-1.0.4/lib/libXp.so -ljpeg /nix/store/czh3g495h2iwriipl87j0hxmiag2lflr-libpng-apng-1.6.43-x86_64-unknown-linux-gnufilc0/lib/libpng16.so -Wl,-rpath -Wl,/nix/store/qdaiv9c637cr6rhp61mp1gimqmsclypy-motif-x86_64-unknown-linux-gnufilc0-2.3.8/lib -Wl,-rpath -Wl,/nix/store/qxlwlv76ar9ipxjny4fl7zqbnxr7594c-libXmu-x86_64-unknown-linux-gnufilc0-1.2.1/lib -Wl,-rpath -Wl,/nix/store/j7nnmhrh5pm10nbqr0hd3d52dsk492li-libXt-x86_64-unknown-linux-gnufilc0-1.3.1/lib -Wl,-rpath -Wl,/nix/store/81qbm77i7zs7d0awdcdn1nc4jb4hs80w-libXext-x86_64-unknown-linux-gnufilc0-1.3.6/lib -Wl,-rpath -Wl,/nix/store/s2iay6jlrjmh7vmp8vj083xk9pp368b8-libX11-x86_64-unknown-linux-gnufilc0-1.8.12/lib -Wl,-rpath -Wl,/nix/store/15q8sqp0k8v583qzhkfi9rr7igv4lnl3-libXp-x86_64-unknown-linux-gnufilc0-1.0.4/lib -Wl,-rpath -Wl,/nix/store/czh3g495h2iwriipl87j0hxmiag2lflr-libpng-apng-1.6.43-x86_64-unknown-linux-gnufilc0/lib
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftTextExtents8'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawSetClipRectangles'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawRect'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftTextExtents32'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawString32'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawString16'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawStringUtf8'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawDestroy'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawCreateBitmap'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawCreate'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_FcPatternDestroy'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftFontClose'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftFontOpenPattern'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftFontMatch'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_FcPatternAddInteger'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_FcPatternAddString'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_FcPatternCreate'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftTextExtents16'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftTextExtentsUtf8'
../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawSetClip'
clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [Makefile:491: wmldbcreate] Error 1
make[2]: Leaving directory '/build/motif-2.3.8/tools/wml'
make[1]: *** [Makefile:394: all-recursive] Error 1
make[1]: Leaving directory '/build/motif-2.3.8/tools'
make: *** [Makefile:451: all-recursive] Error 1
error: Cannot build '/nix/store/3arnrwznby34i9sdb7ggk2139pkd9wwh-motif-x86_64-unknown-linux-gnufilc0-2.3.8.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/qdaiv9c637cr6rhp61mp1gimqmsclypy-motif-x86_64-unknown-linux-gnufilc0-2.3.8
       Last 25 log lines:
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawSetClipRectangles'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawRect'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftTextExtents32'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawString32'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawString16'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawStringUtf8'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawDestroy'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawCreateBitmap'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawCreate'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_FcPatternDestroy'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftFontClose'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftFontOpenPattern'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftFontMatch'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_FcPatternAddInteger'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_FcPatternAddString'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_FcPatternCreate'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftTextExtents16'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftTextExtentsUtf8'
       > ../../lib/Xm/.libs/libXm.so: error: undefined reference to 'pizlonated_XftDrawSetClip'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [Makefile:491: wmldbcreate] Error 1
       > make[2]: Leaving directory '/build/motif-2.3.8/tools/wml'
       > make[1]: *** [Makefile:394: all-recursive] Error 1
       > make[1]: Leaving directory '/build/motif-2.3.8/tools'
       > make: *** [Makefile:451: all-recursive] Error 1
       For full logs, run:
         nix log /nix/store/3arnrwznby34i9sdb7ggk2139pkd9wwh-motif-x86_64-unknown-linux-gnufilc0-2.3.8.drv
alliance-unstable-2025-02-24
error: Cannot build '/nix/store/jdccpd6llk1k45xp1ap0yyn6pjj2zx1j-alliance-x86_64-unknown-linux-gnufilc0-unstable-2025-02-24.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/kr6k326kq2k2x8hf59nwnp9wv12mxzzr-alliance-x86_64-unknown-linux-gnufilc0-unstable-2025-02-24
amdvlk-2025.Q1.3
error: Cannot build '/nix/store/ajn64c044fa7sm7425fng3vmk03vx82v-amdvlk-x86_64-unknown-linux-gnufilc0-2025.Q1.3.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/lm1s4fksz180pixy17bsxchkcnrrfbyp-amdvlk-x86_64-unknown-linux-gnufilc0-2025.Q1.3
       Last 25 log lines:
       > [152/3022] Building CXX object compiler/llvm/lib/Support/CMakeFiles/LLVMSupport.dir/Process.cpp.o
       > [153/3022] Building CXX object compiler/llvm/lib/Support/CMakeFiles/LLVMSupport.dir/RWMutex.cpp.o
       > [154/3022] Building CXX object compiler/llvm/lib/Support/CMakeFiles/LLVMSupport.dir/Valgrind.cpp.o
       > [155/3022] Building CXX object compiler/llvm/lib/Support/CMakeFiles/LLVMSupport.dir/Watchdog.cpp.o
       > [156/3022] Building CXX object compiler/llvm/lib/Support/CMakeFiles/LLVMSupport.dir/Program.cpp.o
       > [157/3022] Building CXX object compiler/llvm/lib/Support/CMakeFiles/LLVMSupport.dir/YAMLParser.cpp.o
       > [158/3022] Building C object compiler/llvm/lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3.c.o
       > [159/3022] Building C object compiler/llvm/lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_portable.c.o
       > [160/3022] Building C object compiler/llvm/lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_dispatch.c.o
       > [161/3022] Building ASM object compiler/llvm/lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse2_x86-64_unix.S.o
       > FAILED: compiler/llvm/lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse2_x86-64_unix.S.o
       > /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang -DGTEST_HAS_RTTI=0 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/amdvlk-src/build/compiler/llvm/lib/Support/BLAKE3 -I/build/amdvlk-src/drivers/llvm-project/llvm/lib/Support/BLAKE3 -I/build/amdvlk-src/build/compiler/llvm/include -I/build/amdvlk-src/drivers/llvm-project/llvm/include -fPIC -O3 -DNDEBUG -MD -MT compiler/llvm/lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse2_x86-64_unix.S.o -MF compiler/llvm/lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse2_x86-64_unix.S.o.d -o compiler/llvm/lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse2_x86-64_unix.S.o -c /build/amdvlk-src/drivers/llvm-project/llvm/lib/Support/BLAKE3/blake3_sse2_x86-64_unix.S
       > clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
       > sarcasm: /build/blake3_sse2_x86-64_unix-ecde1d.s: symbol 'rax' cannot appear in a '*' displacement expression: 8*rax
       > [162/3022] Building ASM object compiler/llvm/lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse41_x86-64_unix.S.o
       > FAILED: compiler/llvm/lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse41_x86-64_unix.S.o
       > /nix/store/42rvnpz9javp8wx0lwk0374bxx527ffr-filc-cc-wrapper-/bin/clang -DGTEST_HAS_RTTI=0 -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/build/amdvlk-src/build/compiler/llvm/lib/Support/BLAKE3 -I/build/amdvlk-src/drivers/llvm-project/llvm/lib/Support/BLAKE3 -I/build/amdvlk-src/build/compiler/llvm/include -I/build/amdvlk-src/drivers/llvm-project/llvm/include -fPIC -O3 -DNDEBUG -MD -MT compiler/llvm/lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse41_x86-64_unix.S.o -MF compiler/llvm/lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse41_x86-64_unix.S.o.d -o compiler/llvm/lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_sse41_x86-64_unix.S.o -c /build/amdvlk-src/drivers/llvm-project/llvm/lib/Support/BLAKE3/blake3_sse41_x86-64_unix.S
       > clang-20: error: sarcasm assembler command failed with exit code 1 (use -v to see invocation)
       > sarcasm: /build/blake3_sse41_x86-64_unix-ef0c9a.s: label '_llvm_blake3_hash_many_sse41' outside any function is not supported (globals cannot be made memory-safe automatically)
       > [163/3022] Building C object compiler/llvm/lib/Support/BLAKE3/CMakeFiles/LLVMSupportBlake3.dir/blake3_neon.c.o
       > [164/3022] Building CXX object compiler/llvm/lib/Support/CMakeFiles/LLVMSupport.dir/Threading.cpp.o
       > [165/3022] Building CXX object compiler/llvm/lib/Support/CMakeFiles/LLVMSupport.dir/Signals.cpp.o
       > [166/3022] Building CXX object compiler/llvm/lib/Support/CMakeFiles/LLVMSupport.dir/Path.cpp.o
       > [167/3022] Building CXX object compiler/llvm/lib/Support/CMakeFiles/LLVMSupport.dir/VirtualFileSystem.cpp.o
       > ninja: build stopped: subcommand failed.
       For full logs, run:
         nix log /nix/store/ajn64c044fa7sm7425fng3vmk03vx82v-amdvlk-x86_64-unknown-linux-gnufilc0-2025.Q1.3.drv
apkid-3.0.0
error: Cannot build '/nix/store/jc8sq3mhlrrdmv16iynl0n7nz6x1z7yk-apkid-3.0.0-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/m4s1prks9g4m36f7507ldmc1iasly9s2-apkid-3.0.0-x86_64-unknown-linux-gnufilc0
         /nix/store/z8ibacdp2qbm3w4ikdvh22z7ghz0kr2f-apkid-3.0.0-x86_64-unknown-linux-gnufilc0-dist
approxmc-4.1.24
error: Cannot build '/nix/store/45jzi6f9x51syhidx4ayfx6vildhlbnl-approxmc-x86_64-unknown-linux-gnufilc0-4.1.24.drv'.
       Reason: 2 dependencies failed.
       Output paths:
         /nix/store/wlgsmpncid2y558yja32rs89998lnrdl-approxmc-x86_64-unknown-linux-gnufilc0-4.1.24
aqbanking-6.5.12beta
error: Cannot build '/nix/store/9hp0nn7mzlhqsznzg3pfr4hiv2n63pm0-aqbanking-x86_64-unknown-linux-gnufilc0-6.5.12beta.drv'.
       Reason: 2 dependencies failed.
       Output paths:
         /nix/store/0i4czmfk0ba78jgkzljnr8a4jyyjzx2c-aqbanking-x86_64-unknown-linux-gnufilc0-6.5.12beta
arc_unpacker-unstable-2021-08-06
error: Cannot build '/nix/store/j9xm2ra898r0zcc3ny1zjbl3gjwl82wi-arc_unpacker-x86_64-unknown-linux-gnufilc0-unstable-2021-08-06.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/97chwd1a9b72b0qgj3hgyk9iavy8pcsm-arc_unpacker-x86_64-unknown-linux-gnufilc0-unstable-2021-08-06
       Last 25 log lines:
       > /build/source/build/../src/types.h:143:29: warning: identifier '_b' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
       >   143 |     inline bstr operator "" _b(const char *value, const size_t n)
       >       |                 ~~~~~~~~~~~~^~
       >       |                 operator""_b
       > 4 warnings generated.
       > [100%] Linking CXX executable run_tests
       > CMakeFiles/run_tests.dir/tests/main.cc.o:main.cc:function pizlonatedFI4792_nextafter:(.text+0x20afb6): error: undefined reference to 'pizlonated_nextafter'
       > CMakeFiles/run_tests.dir/tests/main.cc.o:main.cc:function pizlonatedFI3195_nextafterf:(.text+0x20b0a7): error: undefined reference to 'pizlonated_nextafterf'
       > CMakeFiles/libau.dir/src/dec/base_archive_decoder.cc.o:base_archive_decoder.cc:function pizlonatedFI403_log10:(.text+0x8db1): error: undefined reference to 'pizlonated_log10'
       > CMakeFiles/libau.dir/src/dec/entis/audio/lossy.cc.o:lossy.cc:function pizlonatedFI403_cos:(.text+0x1e671): error: undefined reference to 'pizlonated_cos'
       > CMakeFiles/libau.dir/src/dec/entis/audio/lossy.cc.o:lossy.cc:function pizlonatedFI4792_atan2:(.text+0x1e746): error: undefined reference to 'pizlonated_atan2'
       > CMakeFiles/libau.dir/src/dec/entis/audio/lossy.cc.o:lossy.cc:function pizlonatedFI403_sin:(.text+0x1e831): error: undefined reference to 'pizlonated_sin'
       > CMakeFiles/libau.dir/src/dec/entis/audio/lossy.cc.o:lossy.cc:function pizlonatedFI403_sqrt:(.text+0x1e901): error: undefined reference to 'pizlonated_sqrt'
       > CMakeFiles/libau.dir/src/dec/entis/audio/lossy.cc.o:lossy.cc:function pizlonatedFI403_exp2:(.text+0x1e9d1): error: undefined reference to 'pizlonated_exp2'
       > CMakeFiles/libau.dir/src/dec/shiina_rio/warc/decrypt.cc.o:decrypt.cc:function pizlonatedFI403_sqrt:(.text+0xd0b1): error: undefined reference to 'pizlonated_sqrt'
       > CMakeFiles/libau.dir/src/dec/shiina_rio/warc/decrypt.cc.o:decrypt.cc:function pizlonatedFI403_acos:(.text+0xd181): error: undefined reference to 'pizlonated_acos'
       > CMakeFiles/libau.dir/src/dec/shiina_rio/warc/decrypt.cc.o:decrypt.cc:function pizlonatedFI403_log:(.text+0xd251): error: undefined reference to 'pizlonated_log'
       > CMakeFiles/libau.dir/src/dec/shiina_rio/warc/decrypt.cc.o:decrypt.cc:function pizlonatedFI403_exp:(.text+0xd321): error: undefined reference to 'pizlonated_exp'
       > CMakeFiles/libau.dir/src/dec/shiina_rio/warc/decrypt.cc.o:decrypt.cc:function pizlonatedFI4792_pow:(.text+0xd3f6): error: undefined reference to 'pizlonated_pow'
       > CMakeFiles/libau.dir/src/dec/shiina_rio/warc/decrypt.cc.o:decrypt.cc:function pizlonatedFI403_cos:(.text+0xd5a1): error: undefined reference to 'pizlonated_cos'
       > CMakeFiles/libau.dir/src/dec/shiina_rio/warc/decrypt.cc.o:decrypt.cc:function pizlonatedFI403_sin:(.text+0xd671): error: undefined reference to 'pizlonated_sin'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [CMakeFiles/run_tests.dir/build.make:5863: run_tests] Error 1
       > make[1]: *** [CMakeFiles/Makefile2:157: CMakeFiles/run_tests.dir/all] Error 2
       > make: *** [Makefile:91: all] Error 2
       For full logs, run:
         nix log /nix/store/j9xm2ra898r0zcc3ny1zjbl3gjwl82wi-arc_unpacker-x86_64-unknown-linux-gnufilc0-unstable-2021-08-06.drv
argononed-unstable-2022-03-26
error: Cannot build '/nix/store/2158b60z134qhing54b9phh235f6g94f-argononed-x86_64-unknown-linux-gnufilc0-unstable-2022-03-26.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/a6kldryqpd0za79dk37ik0skqrg41ysr-argononed-x86_64-unknown-linux-gnufilc0-unstable-2022-03-26
arjun-cnf-2.5.2
error: Cannot build '/nix/store/rh56anj2fgrjpa0hq25x5pwv0wh6qg2s-arjun-cnf-x86_64-unknown-linux-gnufilc0-2.5.2.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/s2f4ik23kq08rk2vfxhsf0c7mykivny0-arjun-cnf-x86_64-unknown-linux-gnufilc0-2.5.2
armagetronad-dedicated-0.2.9.2.3
error: Cannot build '/nix/store/nf15c0gpfxqkzfch7n8ky4igmpjd1x79-armagetronad-dedicated-x86_64-unknown-linux-gnufilc0-0.2.9.2.3.drv'.
       Reason: builder failed with exit code 1.
       Output paths:
         /nix/store/f91j2ig6bzaz5s96fmkdgihxfwsrgvx3-armagetronad-dedicated-x86_64-unknown-linux-gnufilc0-0.2.9.2.3
       Last 25 log lines:
       > *** your path, or set the ZTHREAD_CONFIG environment variable to the
       > *** full path to zthread-config.
       > checking for exp in -lm... yes
       >
       >
       >  Configuring dedicated server, skipping libraries...
       >
       > checking for grep that handles long lines and -e... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep
       > checking for egrep... /nix/store/l2wvwyg680h0v2la18hz3yiznxy2naqw-gnugrep-3.11/bin/grep -E
       > checking for unistd.h... yes
       > checking for an ANSI C-conforming const... yes
       > checking for select... yes
       > checking for isblank... yes
       > checking for atan2f... yes
       > checking for sinf... yes
       > checking for cosf... yes
       > checking for tanf... yes
       > checking for sqrtf... yes
       > checking for logf... yes
       > checking for expf... yes
       > checking for fabsf... yes
       > checking for floorf... yes
       > checking for wmemset... yes
       > checking for clearenv... yes
       > checking for /proc/self/maps... configure: error: cannot check for file existence when cross compiling
       For full logs, run:
         nix log /nix/store/nf15c0gpfxqkzfch7n8ky4igmpjd1x79-armagetronad-dedicated-x86_64-unknown-linux-gnufilc0-0.2.9.2.3.drv
asio-1.10.8
error: Cannot build '/nix/store/qwi6507jlhfzwxwap0pgpim8dazqkgrl-asio-x86_64-unknown-linux-gnufilc0-1.10.8.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/q79170pm342gbrcn568w2fs130mxyg5c-asio-x86_64-unknown-linux-gnufilc0-1.10.8
       Last 25 log lines:
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/strstream:274:7: note: 'ostrstream' has been explicitly marked deprecated here
       >   274 | class _LIBCPP_DEPRECATED _LIBCPP_EXPORTED_FROM_ABI ostrstream : public ostream {
       >       |       ^
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__config:698:49: note: expanded from macro '_LIBCPP_DEPRECATED'
       >   698 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
       >       |                                                 ^
       > In file included from porthopper/server.cpp:19:
       > porthopper/protocol.hpp:124:10: warning: 'istrstream' is deprecated [-Wdeprecated-declarations]
       >   124 |     std::istrstream is(data_, encoded_number_size);
       >       |          ^
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/strstream:240:7: note: 'istrstream' has been explicitly marked deprecated here
       >   240 | class _LIBCPP_DEPRECATED _LIBCPP_EXPORTED_FROM_ABI istrstream : public istream {
       >       |       ^
       > /nix/store/b3p6ski2imrn0rdjjdyb9xs7kz7fb848-filc-libcxx-git/include/c++/__config:698:49: note: expanded from macro '_LIBCPP_DEPRECATED'
       >   698 | #      define _LIBCPP_DEPRECATED __attribute__((__deprecated__))
       >       |                                                 ^
       > 5 warnings generated.
       > clang++ -I./../../../include -g -O2 -pthread -ftemplate-depth-256  -pthread -o porthopper/server porthopper/server.o  -lssl -lcrypto
       > porthopper/server.o:server.cpp:function pizlonatedFI403_sin:(.text+0x6271): error: undefined reference to 'pizlonated_sin'
       > clang-20: error: linker command failed with exit code 1 (use -v to see invocation)
       > make[2]: *** [Makefile:1369: porthopper/server] Error 1
       > make[2]: Leaving directory '/build/asio-1.10.8/src/examples/cpp03'
       > make[1]: *** [Makefile:333: all-recursive] Error 1
       > make[1]: Leaving directory '/build/asio-1.10.8/src'
       > make: *** [Makefile:366: all-recursive] Error 1
       For full logs, run:
         nix log /nix/store/qwi6507jlhfzwxwap0pgpim8dazqkgrl-asio-x86_64-unknown-linux-gnufilc0-1.10.8.drv
aspcud-1.9.6
error: Cannot build '/nix/store/ab6k9wv7b157dzwhv233vyrkn6g6dkgz-aspcud-x86_64-unknown-linux-gnufilc0-1.9.6.drv'.
       Reason: 2 dependencies failed.
       Output paths:
         /nix/store/vdmidn7g1cmnphgm5yk2508gbgc05yg0-aspcud-x86_64-unknown-linux-gnufilc0-1.9.6
avy-2019.05.01
error: Cannot build '/nix/store/m9islbp47ri8hypvnplz9916rqrwypi7-avy-x86_64-unknown-linux-gnufilc0-2019.05.01.drv'.
       Reason: builder failed with exit code 2.
       Output paths:
         /nix/store/9v6q6hqjfhs63yqryajpdnzyk2nda2vc-avy-x86_64-unknown-linux-gnufilc0-2019.05.01
       Last 25 log lines:
       > /build/extavy/abc/src/bdd/cudd/cudd.h:259:38: error: invalid token at start of a preprocessor expression
       >   259 | #if SIZEOF_VOID_P == 8 && SIZEOF_INT == 4
       >       |                                      ^
       > /build/extavy/abc/src/bdd/cudd/cudd.h:299:17: error: invalid token at start of a preprocessor expression
       >   299 | #if SIZEOF_LONG == 8
       >       |                 ^
       > In file included from /build/extavy/abc/src/aig/ivy/ivyFraig.c:2662:
       > /build/extavy/abc/src/bdd/cudd/cuddInt.h:732:38: error: invalid token at start of a preprocessor expression
       >   732 | #if SIZEOF_VOID_P == 8 && SIZEOF_INT == 4
       >       |                                      ^
       > /build/extavy/abc/src/bdd/cudd/cuddInt.h:778:38: error: invalid token at start of a preprocessor expression
       >   778 | #if SIZEOF_VOID_P == 8 && SIZEOF_INT == 4
       >       |                                      ^
       > /build/extavy/abc/src/bdd/cudd/cuddInt.h:875:38: error: invalid token at start of a preprocessor expression
       >   875 | #if SIZEOF_VOID_P == 8 && SIZEOF_INT == 4
       >       |                                      ^
       > /build/extavy/abc/src/bdd/cudd/cuddInt.h:893:38: error: invalid token at start of a preprocessor expression
       >   893 | #if SIZEOF_VOID_P == 8 && SIZEOF_INT == 4
       >       |                                      ^
       > 12 errors generated.
       > make[2]: *** [abc/src/aig/ivy/CMakeFiles/ivy.dir/build.make:205: abc/src/aig/ivy/CMakeFiles/ivy.dir/ivyFraig.c.o] Error 1
       > make[2]: *** Waiting for unfinished jobs....
       > [  4%] Built target hop
       > make[1]: *** [CMakeFiles/Makefile2:3003: abc/src/aig/ivy/CMakeFiles/ivy.dir/all] Error 2
       > make: *** [Makefile:136: all] Error 2
       For full logs, run:
         nix log /nix/store/m9islbp47ri8hypvnplz9916rqrwypi7-avy-x86_64-unknown-linux-gnufilc0-2019.05.01.drv
aws-mfa-0.0.12
error: Cannot build '/nix/store/4gnl0w53xhbz1dj2n5xarw94gv4xn6x9-aws-mfa-0.0.12-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/23ff36v91lr3jhkibsad01jlrm3bw3hx-aws-mfa-0.0.12-x86_64-unknown-linux-gnufilc0-dist
         /nix/store/ycn9vlfvhw75dsl2c765nf5a02b0gbaa-aws-mfa-0.0.12-x86_64-unknown-linux-gnufilc0
aws-shell-0.2.2
error: Cannot build '/nix/store/jnn0iz6g2668rlh12v30i2b8hww2njj5-aws-shell-0.2.2-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 2 dependencies failed.
       Output paths:
         /nix/store/3xf4rnsiwcxbyp487haxqj40sn411flw-aws-shell-0.2.2-x86_64-unknown-linux-gnufilc0
         /nix/store/8xra4g0qffk51fndz24zggyh8f6sn194-aws-shell-0.2.2-x86_64-unknown-linux-gnufilc0-dist
awscli-1.37.21
error: Cannot build '/nix/store/qv945hgibian7vg8xg67gvkjl3sh6imv-awscli-1.37.21-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 2 dependencies failed.
       Output paths:
         /nix/store/2frghhzz7cbhh7vzwqyxmi8hrbx83iiz-awscli-1.37.21-x86_64-unknown-linux-gnufilc0-dist
         /nix/store/9fzmsdq3i33zfraz51brri3z70da7v2w-awscli-1.37.21-x86_64-unknown-linux-gnufilc0
awslimitchecker-12.0.0
error: Cannot build '/nix/store/dyx3xr1q42ikmcncml77ksi3xqgw6ry1-awslimitchecker-12.0.0-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 4 dependencies failed.
       Output paths:
         /nix/store/9ismwhzqi9g74ij71746ymx07jn9z2v9-awslimitchecker-12.0.0-x86_64-unknown-linux-gnufilc0-dist
         /nix/store/zc92kqp97k7rhflf3fqckf57bb2havmd-awslimitchecker-12.0.0-x86_64-unknown-linux-gnufilc0
awslogs-0.15.0
error: Cannot build '/nix/store/sy3q6ic61zqkhyqgb3046mqqpa6218dq-awslogs-0.15.0-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/v486lmnpjq92p3fkham5lzx5ap6g4mb3-awslogs-0.15.0-x86_64-unknown-linux-gnufilc0
         /nix/store/xjvdiqkf1jb9c84612n1jdk2ghl5mkva-awslogs-0.15.0-x86_64-unknown-linux-gnufilc0-dist
awsume-4.5.5
error: Cannot build '/nix/store/3fglawss7r9f59z9fkgq5jxglq077cp2-awsume-4.5.5-x86_64-unknown-linux-gnufilc0.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/72cvzdv7fn1qywhd959rp56svkjxijx8-awsume-4.5.5-x86_64-unknown-linux-gnufilc0-dist
         /nix/store/pc29y58q5fvy6m7pabxm7mryvpgh07g3-awsume-4.5.5-x86_64-unknown-linux-gnufilc0
bacula-15.0.3
error: Cannot build '/nix/store/rqdwahfvh10j86y0ixcg2pj1k2n78g1w-bacula-x86_64-unknown-linux-gnufilc0-15.0.3.drv'.
       Reason: 1 dependency failed.
       Output paths:
         /nix/store/8dm5qc8vzs9236hjmf78663pp9maidhy-bacula-x86_64-unknown-linux-gnufilc0-15.0.3
balena-cli-21.1.11
error: Cannot build '/nix/store/lp7xi2db2kk9dfs7n3ls32bfnyaq24wj-balena-cli-x86_64-unknown-linux-gnufilc0-21.1.11.drv'.
       Reason: 4 dependencies failed.
       Output paths:
         /nix/store/qcqqflq15ss0pgwbdpdkxxaihr40w6vx-balena-cli-x86_64-unknown-linux-gnufilc0-21.1.11
banana-vera-1.3.0-ubuntu
error: Cannot build '/nix/store/snjhk72xg247ca74bbg8dd0qbggf2nyd-banana-vera-x86_64-unknown-linux-gnufilc0-1.3.0-ubuntu.drv'.
       Reason: 2 dependencies failed.
       Output paths:
         /nix/store/v7ljx8kyxiy2q7av7nrbrxjv3nvpkpgg-banana-vera-x86_64-unknown-linux-gnufilc0-1.3.0-ubuntu
argononed-unstable-2022-03-26
error: build of '/nix/store/2158b60z134qhing54b9phh235f6g94f-argononed-x86_64-unknown-linux-gnufilc0-unstable-2022-03-26.drv^*', '/nix/store/3fglawss7r9f59z9fkgq5jxglq077cp2-awsume-4.5.5-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/45jzi6f9x51syhidx4ayfx6vildhlbnl-approxmc-x86_64-unknown-linux-gnufilc0-4.1.24.drv^*', '/nix/store/4gnl0w53xhbz1dj2n5xarw94gv4xn6x9-aws-mfa-0.0.12-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/9hp0nn7mzlhqsznzg3pfr4hiv2n63pm0-aqbanking-x86_64-unknown-linux-gnufilc0-6.5.12beta.drv^*', '/nix/store/ab6k9wv7b157dzwhv233vyrkn6g6dkgz-aspcud-x86_64-unknown-linux-gnufilc0-1.9.6.drv^*', '/nix/store/ajn64c044fa7sm7425fng3vmk03vx82v-amdvlk-x86_64-unknown-linux-gnufilc0-2025.Q1.3.drv^*', '/nix/store/dyx3xr1q42ikmcncml77ksi3xqgw6ry1-awslimitchecker-12.0.0-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/j9xm2ra898r0zcc3ny1zjbl3gjwl82wi-arc_unpacker-x86_64-unknown-linux-gnufilc0-unstable-2021-08-06.drv^*', '/nix/store/jc8sq3mhlrrdmv16iynl0n7nz6x1z7yk-apkid-3.0.0-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/jdccpd6llk1k45xp1ap0yyn6pjj2zx1j-alliance-x86_64-unknown-linux-gnufilc0-unstable-2025-02-24.drv^*', '/nix/store/jnn0iz6g2668rlh12v30i2b8hww2njj5-aws-shell-0.2.2-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/lp7xi2db2kk9dfs7n3ls32bfnyaq24wj-balena-cli-x86_64-unknown-linux-gnufilc0-21.1.11.drv^*', '/nix/store/m9islbp47ri8hypvnplz9916rqrwypi7-avy-x86_64-unknown-linux-gnufilc0-2019.05.01.drv^*', '/nix/store/nf15c0gpfxqkzfch7n8ky4igmpjd1x79-armagetronad-dedicated-x86_64-unknown-linux-gnufilc0-0.2.9.2.3.drv^*', '/nix/store/qv945hgibian7vg8xg67gvkjl3sh6imv-awscli-1.37.21-x86_64-unknown-linux-gnufilc0.drv^*', '/nix/store/qwi6507jlhfzwxwap0pgpim8dazqkgrl-asio-x86_64-unknown-linux-gnufilc0-1.10.8.drv^*', '/nix/store/rh56anj2fgrjpa0hq25x5pwv0wh6qg2s-arjun-cnf-x86_64-unknown-linux-gnufilc0-2.5.2.drv^*', '/nix/store/rqdwahfvh10j86y0ixcg2pj1k2n78g1w-bacula-x86_64-unknown-linux-gnufilc0-15.0.3.drv^*', '/nix/store/snjhk72xg247ca74bbg8dd0qbggf2nyd-banana-vera-x86_64-unknown-linux-gnufilc0-1.3.0-ubuntu.drv^*', '/nix/store/sy3q6ic61zqkhyqgb3046mqqpa6218dq-awslogs-0.15.0-x86_64-unknown-linux-gnufilc0.drv^*' failed

End of log