===> Building for ming-0.4.8nb9
Making all in src
/opt/pkg/bin/bmake  all-recursive
Making all in actioncompiler
/opt/pkg/bin/bison -y -p swf4 -b swf4compiler ./swf4compiler.y
./swf4compiler.y:99.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
   99 | %token EQ "=="
      |           ^~~~
./swf4compiler.y:100.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  100 | %token LE "<="
      |           ^~~~
./swf4compiler.y:101.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  101 | %token GE ">="
      |           ^~~~
./swf4compiler.y:102.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  102 | %token NE "!="
      |           ^~~~
./swf4compiler.y:103.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  103 | %token LAN "&&"
      |            ^~~~
./swf4compiler.y:104.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  104 | %token LOR "||"
      |            ^~~~
./swf4compiler.y:105.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  105 | %token INC "++"
      |            ^~~~
./swf4compiler.y:106.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  106 | %token DEC "--"
      |            ^~~~
./swf4compiler.y:107.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  107 | %token IEQ "+="
      |            ^~~~
./swf4compiler.y:108.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  108 | %token DEQ "/="
      |            ^~~~
./swf4compiler.y:109.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  109 | %token MEQ "*="
      |            ^~~~
./swf4compiler.y:110.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  110 | %token SEQ "-="
      |            ^~~~
./swf4compiler.y:111.14-18: warning: POSIX Yacc does not support string literals [-Wyacc]
  111 | %token STREQ "==="
      |              ^~~~~
./swf4compiler.y:112.14-18: warning: POSIX Yacc does not support string literals [-Wyacc]
  112 | %token STRNE "!=="
      |              ^~~~~
./swf4compiler.y:113.15-19: warning: POSIX Yacc does not support string literals [-Wyacc]
  113 | %token STRCMP "<=>"
      |               ^~~~~
./swf4compiler.y:114.15-18: warning: POSIX Yacc does not support string literals [-Wyacc]
  114 | %token PARENT ".."
      |               ^~~~
./swf4compiler.y:116.12-16: warning: POSIX Yacc does not support string literals [-Wyacc]
  116 | %token END "end"
      |            ^~~~~
./swf4compiler.y:120.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  120 | %right '=' "*=" "/=" "+=" "-="
      |            ^~~~
./swf4compiler.y:120.17-20: warning: POSIX Yacc does not support string literals [-Wyacc]
  120 | %right '=' "*=" "/=" "+=" "-="
      |                 ^~~~
./swf4compiler.y:120.22-25: warning: POSIX Yacc does not support string literals [-Wyacc]
  120 | %right '=' "*=" "/=" "+=" "-="
      |                      ^~~~
./swf4compiler.y:120.27-30: warning: POSIX Yacc does not support string literals [-Wyacc]
  120 | %right '=' "*=" "/=" "+=" "-="
      |                           ^~~~
./swf4compiler.y:122.7-10: warning: POSIX Yacc does not support string literals [-Wyacc]
  122 | %left "&&" "||"
      |       ^~~~
./swf4compiler.y:122.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  122 | %left "&&" "||"
      |            ^~~~
./swf4compiler.y:123.7-10: warning: POSIX Yacc does not support string literals [-Wyacc]
  123 | %left "==" "!=" "===" "!=="
      |       ^~~~
./swf4compiler.y:123.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  123 | %left "==" "!=" "===" "!=="
      |            ^~~~
./swf4compiler.y:123.17-21: warning: POSIX Yacc does not support string literals [-Wyacc]
  123 | %left "==" "!=" "===" "!=="
      |                 ^~~~~
./swf4compiler.y:123.23-27: warning: POSIX Yacc does not support string literals [-Wyacc]
  123 | %left "==" "!=" "===" "!=="
      |                       ^~~~~
./swf4compiler.y:124.15-18: warning: POSIX Yacc does not support string literals [-Wyacc]
  124 | %left '<' '>' "<=" ">=" "<=>"
      |               ^~~~
./swf4compiler.y:124.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  124 | %left '<' '>' "<=" ">=" "<=>"
      |                    ^~~~
./swf4compiler.y:124.25-29: warning: POSIX Yacc does not support string literals [-Wyacc]
  124 | %left '<' '>' "<=" ">=" "<=>"
      |                         ^~~~~
./swf4compiler.y:128.8-11: warning: POSIX Yacc does not support string literals [-Wyacc]
  128 | %right "++" "--" UMINUS '!'
      |        ^~~~
./swf4compiler.y:128.13-16: warning: POSIX Yacc does not support string literals [-Wyacc]
  128 | %right "++" "--" UMINUS '!'
      |             ^~~~
./swf4compiler.y:665.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  665 | 	: lhs_expr "++" %prec POSTFIX
      |                    ^~~~
./swf4compiler.y:676.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  676 | 	| lhs_expr "--" %prec POSTFIX
      |                    ^~~~
./swf4compiler.y:730.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  730 | 	| "++" sprite '.' IDENTIFIER
      |           ^~~~
./swf4compiler.y:745.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  745 | 	| "++" lhs_expr
      |           ^~~~
./swf4compiler.y:755.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  755 | 	| "--" sprite '.' IDENTIFIER
      |           ^~~~
./swf4compiler.y:770.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  770 | 	| "--" lhs_expr
      |           ^~~~
./swf4compiler.y:830.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  830 | 	| rhs_expr "<=" rhs_expr
      |                    ^~~~
./swf4compiler.y:836.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  836 | 	| rhs_expr ">=" rhs_expr
      |                    ^~~~
./swf4compiler.y:841.20-24: warning: POSIX Yacc does not support string literals [-Wyacc]
  841 | 	| rhs_expr "!==" rhs_expr
      |                    ^~~~~
./swf4compiler.y:846.20-24: warning: POSIX Yacc does not support string literals [-Wyacc]
  846 | 	| rhs_expr "===" rhs_expr
      |                    ^~~~~
./swf4compiler.y:850.20-24: warning: POSIX Yacc does not support string literals [-Wyacc]
  850 | 	| rhs_expr "<=>" rhs_expr
      |                    ^~~~~
./swf4compiler.y:854.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  854 | 	| rhs_expr "==" rhs_expr
      |                    ^~~~
./swf4compiler.y:858.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  858 | 	| rhs_expr "!=" rhs_expr
      |                    ^~~~
./swf4compiler.y:863.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  863 | 	| rhs_expr "&&" rhs_expr
      |                    ^~~~
./swf4compiler.y:867.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  867 | 	| rhs_expr "||" rhs_expr
      |                    ^~~~
./swf4compiler.y:935.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  935 | 	| "++" lhs_expr
      |           ^~~~
./swf4compiler.y:943.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  943 | 	| "--" lhs_expr
      |           ^~~~
./swf4compiler.y:951.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  951 | 	| "++" sprite '.' IDENTIFIER
      |           ^~~~
./swf4compiler.y:964.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  964 | 	| "--" sprite '.' IDENTIFIER
      |           ^~~~
./swf4compiler.y:981.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  981 | 	| lhs_expr "*=" rhs_expr
      |                    ^~~~
./swf4compiler.y:988.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  988 | 	| lhs_expr "/=" rhs_expr
      |                    ^~~~
./swf4compiler.y:995.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  995 | 	| lhs_expr "+=" rhs_expr
      |                    ^~~~
./swf4compiler.y:1002.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
 1002 | 	| lhs_expr "-=" rhs_expr
      |                    ^~~~
./swf4compiler.y:1018.33-36: warning: POSIX Yacc does not support string literals [-Wyacc]
 1018 | 	| sprite '.' IDENTIFIER "*=" rhs_expr
      |                                 ^~~~
./swf4compiler.y:1031.33-36: warning: POSIX Yacc does not support string literals [-Wyacc]
 1031 | 	| sprite '.' IDENTIFIER "/=" rhs_expr
      |                                 ^~~~
./swf4compiler.y:1044.33-36: warning: POSIX Yacc does not support string literals [-Wyacc]
 1044 | 	| sprite '.' IDENTIFIER "+=" rhs_expr
      |                                 ^~~~
./swf4compiler.y:1057.33-36: warning: POSIX Yacc does not support string literals [-Wyacc]
 1057 | 	| sprite '.' IDENTIFIER "-=" rhs_expr
      |                                 ^~~~
./swf4compiler.y: warning: 52 shift/reduce conflicts [-Wconflicts-sr]
./swf4compiler.y: warning: 42 reduce/reduce conflicts [-Wconflicts-rr]
./swf4compiler.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
./swf4compiler.y:196.25-38: warning: rule useless in parser due to conflicts [-Wother]
  196 | 	: /* empty */	{ $$ = NULL; }
      |                         ^~~~~~~~~~~~~~
./swf4compiler.y:700.11-704.29: warning: rule useless in parser due to conflicts [-Wother]
  700 | 	| '-' NUMBER %prec NEGATE
      |           ^~~~~~~~~~~~~~~~~~~~~~~
/opt/pkg/bin/bison -y --defines --debug -p swf4 -b swf4compiler ./swf4compiler.y
./swf4compiler.y:99.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
   99 | %token EQ "=="
      |           ^~~~
./swf4compiler.y:100.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  100 | %token LE "<="
      |           ^~~~
./swf4compiler.y:101.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  101 | %token GE ">="
      |           ^~~~
./swf4compiler.y:102.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  102 | %token NE "!="
      |           ^~~~
./swf4compiler.y:103.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  103 | %token LAN "&&"
      |            ^~~~
./swf4compiler.y:104.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  104 | %token LOR "||"
      |            ^~~~
./swf4compiler.y:105.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  105 | %token INC "++"
      |            ^~~~
./swf4compiler.y:106.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  106 | %token DEC "--"
      |            ^~~~
./swf4compiler.y:107.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  107 | %token IEQ "+="
      |            ^~~~
./swf4compiler.y:108.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  108 | %token DEQ "/="
      |            ^~~~
./swf4compiler.y:109.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  109 | %token MEQ "*="
      |            ^~~~
./swf4compiler.y:110.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  110 | %token SEQ "-="
      |            ^~~~
./swf4compiler.y:111.14-18: warning: POSIX Yacc does not support string literals [-Wyacc]
  111 | %token STREQ "==="
      |              ^~~~~
./swf4compiler.y:112.14-18: warning: POSIX Yacc does not support string literals [-Wyacc]
  112 | %token STRNE "!=="
      |              ^~~~~
./swf4compiler.y:113.15-19: warning: POSIX Yacc does not support string literals [-Wyacc]
  113 | %token STRCMP "<=>"
      |               ^~~~~
./swf4compiler.y:114.15-18: warning: POSIX Yacc does not support string literals [-Wyacc]
  114 | %token PARENT ".."
      |               ^~~~
./swf4compiler.y:116.12-16: warning: POSIX Yacc does not support string literals [-Wyacc]
  116 | %token END "end"
      |            ^~~~~
./swf4compiler.y:120.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  120 | %right '=' "*=" "/=" "+=" "-="
      |            ^~~~
./swf4compiler.y:120.17-20: warning: POSIX Yacc does not support string literals [-Wyacc]
  120 | %right '=' "*=" "/=" "+=" "-="
      |                 ^~~~
./swf4compiler.y:120.22-25: warning: POSIX Yacc does not support string literals [-Wyacc]
  120 | %right '=' "*=" "/=" "+=" "-="
      |                      ^~~~
./swf4compiler.y:120.27-30: warning: POSIX Yacc does not support string literals [-Wyacc]
  120 | %right '=' "*=" "/=" "+=" "-="
      |                           ^~~~
./swf4compiler.y:122.7-10: warning: POSIX Yacc does not support string literals [-Wyacc]
  122 | %left "&&" "||"
      |       ^~~~
./swf4compiler.y:122.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  122 | %left "&&" "||"
      |            ^~~~
./swf4compiler.y:123.7-10: warning: POSIX Yacc does not support string literals [-Wyacc]
  123 | %left "==" "!=" "===" "!=="
      |       ^~~~
./swf4compiler.y:123.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  123 | %left "==" "!=" "===" "!=="
      |            ^~~~
./swf4compiler.y:123.17-21: warning: POSIX Yacc does not support string literals [-Wyacc]
  123 | %left "==" "!=" "===" "!=="
      |                 ^~~~~
./swf4compiler.y:123.23-27: warning: POSIX Yacc does not support string literals [-Wyacc]
  123 | %left "==" "!=" "===" "!=="
      |                       ^~~~~
./swf4compiler.y:124.15-18: warning: POSIX Yacc does not support string literals [-Wyacc]
  124 | %left '<' '>' "<=" ">=" "<=>"
      |               ^~~~
./swf4compiler.y:124.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  124 | %left '<' '>' "<=" ">=" "<=>"
      |                    ^~~~
./swf4compiler.y:124.25-29: warning: POSIX Yacc does not support string literals [-Wyacc]
  124 | %left '<' '>' "<=" ">=" "<=>"
      |                         ^~~~~
./swf4compiler.y:128.8-11: warning: POSIX Yacc does not support string literals [-Wyacc]
  128 | %right "++" "--" UMINUS '!'
      |        ^~~~
./swf4compiler.y:128.13-16: warning: POSIX Yacc does not support string literals [-Wyacc]
  128 | %right "++" "--" UMINUS '!'
      |             ^~~~
./swf4compiler.y:665.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  665 | 	: lhs_expr "++" %prec POSTFIX
      |                    ^~~~
./swf4compiler.y:676.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  676 | 	| lhs_expr "--" %prec POSTFIX
      |                    ^~~~
./swf4compiler.y:730.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  730 | 	| "++" sprite '.' IDENTIFIER
      |           ^~~~
./swf4compiler.y:745.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  745 | 	| "++" lhs_expr
      |           ^~~~
./swf4compiler.y:755.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  755 | 	| "--" sprite '.' IDENTIFIER
      |           ^~~~
./swf4compiler.y:770.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  770 | 	| "--" lhs_expr
      |           ^~~~
./swf4compiler.y:830.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  830 | 	| rhs_expr "<=" rhs_expr
      |                    ^~~~
./swf4compiler.y:836.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  836 | 	| rhs_expr ">=" rhs_expr
      |                    ^~~~
./swf4compiler.y:841.20-24: warning: POSIX Yacc does not support string literals [-Wyacc]
  841 | 	| rhs_expr "!==" rhs_expr
      |                    ^~~~~
./swf4compiler.y:846.20-24: warning: POSIX Yacc does not support string literals [-Wyacc]
  846 | 	| rhs_expr "===" rhs_expr
      |                    ^~~~~
./swf4compiler.y:850.20-24: warning: POSIX Yacc does not support string literals [-Wyacc]
  850 | 	| rhs_expr "<=>" rhs_expr
      |                    ^~~~~
./swf4compiler.y:854.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  854 | 	| rhs_expr "==" rhs_expr
      |                    ^~~~
./swf4compiler.y:858.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  858 | 	| rhs_expr "!=" rhs_expr
      |                    ^~~~
./swf4compiler.y:863.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  863 | 	| rhs_expr "&&" rhs_expr
      |                    ^~~~
./swf4compiler.y:867.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  867 | 	| rhs_expr "||" rhs_expr
      |                    ^~~~
./swf4compiler.y:935.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  935 | 	| "++" lhs_expr
      |           ^~~~
./swf4compiler.y:943.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  943 | 	| "--" lhs_expr
      |           ^~~~
./swf4compiler.y:951.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  951 | 	| "++" sprite '.' IDENTIFIER
      |           ^~~~
./swf4compiler.y:964.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  964 | 	| "--" sprite '.' IDENTIFIER
      |           ^~~~
./swf4compiler.y:981.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  981 | 	| lhs_expr "*=" rhs_expr
      |                    ^~~~
./swf4compiler.y:988.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  988 | 	| lhs_expr "/=" rhs_expr
      |                    ^~~~
./swf4compiler.y:995.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  995 | 	| lhs_expr "+=" rhs_expr
      |                    ^~~~
./swf4compiler.y:1002.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
 1002 | 	| lhs_expr "-=" rhs_expr
      |                    ^~~~
./swf4compiler.y:1018.33-36: warning: POSIX Yacc does not support string literals [-Wyacc]
 1018 | 	| sprite '.' IDENTIFIER "*=" rhs_expr
      |                                 ^~~~
./swf4compiler.y:1031.33-36: warning: POSIX Yacc does not support string literals [-Wyacc]
 1031 | 	| sprite '.' IDENTIFIER "/=" rhs_expr
      |                                 ^~~~
./swf4compiler.y:1044.33-36: warning: POSIX Yacc does not support string literals [-Wyacc]
 1044 | 	| sprite '.' IDENTIFIER "+=" rhs_expr
      |                                 ^~~~
./swf4compiler.y:1057.33-36: warning: POSIX Yacc does not support string literals [-Wyacc]
 1057 | 	| sprite '.' IDENTIFIER "-=" rhs_expr
      |                                 ^~~~
./swf4compiler.y: warning: 52 shift/reduce conflicts [-Wconflicts-sr]
./swf4compiler.y: warning: 42 reduce/reduce conflicts [-Wconflicts-rr]
./swf4compiler.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
./swf4compiler.y:196.25-38: warning: rule useless in parser due to conflicts [-Wother]
  196 | 	: /* empty */	{ $$ = NULL; }
      |                         ^~~~~~~~~~~~~~
./swf4compiler.y:700.11-704.29: warning: rule useless in parser due to conflicts [-Wother]
  700 | 	| '-' NUMBER %prec NEGATE
      |           ^~~~~~~~~~~~~~~~~~~~~~~
/opt/pkg/bin/bison -y -p swf5 -b swf5compiler ./swf5compiler.y
./swf5compiler.y:54.1-7: warning: POSIX Yacc does not support %expect [-Wyacc]
   54 | %expect 53
      | ^~~~~~~
./swf5compiler.y:94.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
   94 | %token EQ "=="
      |           ^~~~
./swf5compiler.y:95.12-16: warning: POSIX Yacc does not support string literals [-Wyacc]
   95 | %token EEQ "==="
      |            ^~~~~
./swf5compiler.y:96.12-16: warning: POSIX Yacc does not support string literals [-Wyacc]
   96 | %token NEE "!=="
      |            ^~~~~
./swf5compiler.y:97.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
   97 | %token LE "<="
      |           ^~~~
./swf5compiler.y:98.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
   98 | %token GE ">="
      |           ^~~~
./swf5compiler.y:99.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
   99 | %token NE "!="
      |           ^~~~
./swf5compiler.y:100.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  100 | %token LAN "&&"
      |            ^~~~
./swf5compiler.y:101.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  101 | %token LOR "||"
      |            ^~~~
./swf5compiler.y:102.13-16: warning: POSIX Yacc does not support string literals [-Wyacc]
  102 | %token INCR "++"
      |             ^~~~
./swf5compiler.y:103.13-16: warning: POSIX Yacc does not support string literals [-Wyacc]
  103 | %token DECR "--"
      |             ^~~~
./swf5compiler.y:104.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  104 | %token IEQ "+="
      |            ^~~~
./swf5compiler.y:105.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  105 | %token DEQ "/="
      |            ^~~~
./swf5compiler.y:106.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  106 | %token MEQ "*="
      |            ^~~~
./swf5compiler.y:107.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  107 | %token SEQ "-="
      |            ^~~~
./swf5compiler.y:108.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  108 | %token REQ "%="
      |            ^~~~
./swf5compiler.y:109.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  109 | %token AEQ "&="
      |            ^~~~
./swf5compiler.y:110.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  110 | %token OEQ "|="
      |            ^~~~
./swf5compiler.y:112.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  112 | %token SHL "<<"
      |            ^~~~
./swf5compiler.y:113.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  113 | %token SHR ">>"
      |            ^~~~
./swf5compiler.y:114.13-17: warning: POSIX Yacc does not support string literals [-Wyacc]
  114 | %token SHR2 ">>>"
      |             ^~~~~
./swf5compiler.y:115.14-18: warning: POSIX Yacc does not support string literals [-Wyacc]
  115 | %token SHLEQ "<<="
      |              ^~~~~
./swf5compiler.y:116.14-18: warning: POSIX Yacc does not support string literals [-Wyacc]
  116 | %token SHREQ ">>="
      |              ^~~~~
./swf5compiler.y:117.15-20: warning: POSIX Yacc does not support string literals [-Wyacc]
  117 | %token SHR2EQ ">>>="
      |               ^~~~~~
./swf5compiler.y:129.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |            ^~~~
./swf5compiler.y:129.17-20: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                 ^~~~
./swf5compiler.y:129.22-25: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                      ^~~~
./swf5compiler.y:129.27-30: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                           ^~~~
./swf5compiler.y:129.32-35: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                                ^~~~
./swf5compiler.y:129.37-40: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                                     ^~~~
./swf5compiler.y:129.42-45: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                                          ^~~~
./swf5compiler.y:129.47-50: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                                               ^~~~
./swf5compiler.y:129.52-56: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                                                    ^~~~~
./swf5compiler.y:129.58-63: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                                                          ^~~~~~
./swf5compiler.y:129.65-69: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                                                                 ^~~~~
./swf5compiler.y:131.7-10: warning: POSIX Yacc does not support string literals [-Wyacc]
  131 | %left "&&" "||"
      |       ^~~~
./swf5compiler.y:131.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  131 | %left "&&" "||"
      |            ^~~~
./swf5compiler.y:132.7-10: warning: POSIX Yacc does not support string literals [-Wyacc]
  132 | %left "==" "!=" "===" "!=="
      |       ^~~~
./swf5compiler.y:132.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  132 | %left "==" "!=" "===" "!=="
      |            ^~~~
./swf5compiler.y:132.17-21: warning: POSIX Yacc does not support string literals [-Wyacc]
  132 | %left "==" "!=" "===" "!=="
      |                 ^~~~~
./swf5compiler.y:132.23-27: warning: POSIX Yacc does not support string literals [-Wyacc]
  132 | %left "==" "!=" "===" "!=="
      |                       ^~~~~
./swf5compiler.y:133.15-18: warning: POSIX Yacc does not support string literals [-Wyacc]
  133 | %left '<' '>' "<=" ">="
      |               ^~~~
./swf5compiler.y:133.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  133 | %left '<' '>' "<=" ">="
      |                    ^~~~
./swf5compiler.y:135.7-10: warning: POSIX Yacc does not support string literals [-Wyacc]
  135 | %left "<<" ">>" ">>>"
      |       ^~~~
./swf5compiler.y:135.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  135 | %left "<<" ">>" ">>>"
      |            ^~~~
./swf5compiler.y:135.17-21: warning: POSIX Yacc does not support string literals [-Wyacc]
  135 | %left "<<" ">>" ">>>"
      |                 ^~~~~
./swf5compiler.y:138.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  138 | %nonassoc "++" "--"
      |           ^~~~
./swf5compiler.y:138.16-19: warning: POSIX Yacc does not support string literals [-Wyacc]
  138 | %nonassoc "++" "--"
      |                ^~~~
./swf5compiler.y:1274.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1274 | 	: "+="		{ $$ = SWFACTION_ADD2; }
      |           ^~~~
./swf5compiler.y:1275.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1275 | 	| "-="		{ $$ = SWFACTION_SUBTRACT; }
      |           ^~~~
./swf5compiler.y:1276.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1276 | 	| "*="		{ $$ = SWFACTION_MULTIPLY; }
      |           ^~~~
./swf5compiler.y:1277.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1277 | 	| "/="		{ $$ = SWFACTION_DIVIDE; }
      |           ^~~~
./swf5compiler.y:1278.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1278 | 	| "%="		{ $$ = SWFACTION_MODULO; }
      |           ^~~~
./swf5compiler.y:1279.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1279 | 	| "&="		{ $$ = SWFACTION_BITWISEAND; }
      |           ^~~~
./swf5compiler.y:1280.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1280 | 	| "|="		{ $$ = SWFACTION_BITWISEOR; }
      |           ^~~~
./swf5compiler.y:1281.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1281 | 	| "^="		{ $$ = SWFACTION_BITWISEXOR; }
      |           ^~~~
./swf5compiler.y:1282.11-15: warning: POSIX Yacc does not support string literals [-Wyacc]
 1282 | 	| "<<="		{ $$ = SWFACTION_SHIFTLEFT; }
      |           ^~~~~
./swf5compiler.y:1283.11-15: warning: POSIX Yacc does not support string literals [-Wyacc]
 1283 | 	| ">>="		{ $$ = SWFACTION_SHIFTRIGHT; }
      |           ^~~~~
./swf5compiler.y:1284.11-16: warning: POSIX Yacc does not support string literals [-Wyacc]
 1284 | 	| ">>>="	{ $$ = SWFACTION_SHIFTRIGHT2; }
      |           ^~~~~~
./swf5compiler.y:1288.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1288 | 	: "++"		{ $$ = SWFACTION_INCREMENT; }
      |           ^~~~
./swf5compiler.y:1289.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1289 | 	| "--"		{ $$ = SWFACTION_DECREMENT; }
      |           ^~~~
./swf5compiler.y:1428.16-19: warning: POSIX Yacc does not support string literals [-Wyacc]
 1428 | 	| expr "<=" expr
      |                ^~~~
./swf5compiler.y:1434.16-19: warning: POSIX Yacc does not support string literals [-Wyacc]
 1434 | 	| expr ">=" expr
      |                ^~~~
./swf5compiler.y:1439.16-19: warning: POSIX Yacc does not support string literals [-Wyacc]
 1439 | 	| expr "==" expr
      |                ^~~~
./swf5compiler.y:1443.16-20: warning: POSIX Yacc does not support string literals [-Wyacc]
 1443 | 	| expr "===" expr
      |                ^~~~~
./swf5compiler.y:1447.16-19: warning: POSIX Yacc does not support string literals [-Wyacc]
 1447 | 	| expr "!=" expr
      |                ^~~~
./swf5compiler.y:1452.16-20: warning: POSIX Yacc does not support string literals [-Wyacc]
 1452 | 	| expr "!==" expr
      |                ^~~~~
./swf5compiler.y:1457.16-19: warning: POSIX Yacc does not support string literals [-Wyacc]
 1457 | 	| expr "<<" expr
      |                ^~~~
./swf5compiler.y:1461.16-19: warning: POSIX Yacc does not support string literals [-Wyacc]
 1461 | 	| expr ">>" expr
      |                ^~~~
./swf5compiler.y:1465.16-20: warning: POSIX Yacc does not support string literals [-Wyacc]
 1465 | 	| expr ">>>" expr
      |                ^~~~~
./swf5compiler.y:1620.33-36: warning: POSIX Yacc does not support string literals [-Wyacc]
 1620 | 	| incdecop lvalue %prec "++"
      |                                 ^~~~
/opt/pkg/bin/bison -y --defines --debug -p swf5 -b swf5compiler ./swf5compiler.y
./swf5compiler.y:54.1-7: warning: POSIX Yacc does not support %expect [-Wyacc]
   54 | %expect 53
      | ^~~~~~~
./swf5compiler.y:94.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
   94 | %token EQ "=="
      |           ^~~~
./swf5compiler.y:95.12-16: warning: POSIX Yacc does not support string literals [-Wyacc]
   95 | %token EEQ "==="
      |            ^~~~~
./swf5compiler.y:96.12-16: warning: POSIX Yacc does not support string literals [-Wyacc]
   96 | %token NEE "!=="
      |            ^~~~~
./swf5compiler.y:97.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
   97 | %token LE "<="
      |           ^~~~
./swf5compiler.y:98.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
   98 | %token GE ">="
      |           ^~~~
./swf5compiler.y:99.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
   99 | %token NE "!="
      |           ^~~~
./swf5compiler.y:100.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  100 | %token LAN "&&"
      |            ^~~~
./swf5compiler.y:101.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  101 | %token LOR "||"
      |            ^~~~
./swf5compiler.y:102.13-16: warning: POSIX Yacc does not support string literals [-Wyacc]
  102 | %token INCR "++"
      |             ^~~~
./swf5compiler.y:103.13-16: warning: POSIX Yacc does not support string literals [-Wyacc]
  103 | %token DECR "--"
      |             ^~~~
./swf5compiler.y:104.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  104 | %token IEQ "+="
      |            ^~~~
./swf5compiler.y:105.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  105 | %token DEQ "/="
      |            ^~~~
./swf5compiler.y:106.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  106 | %token MEQ "*="
      |            ^~~~
./swf5compiler.y:107.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  107 | %token SEQ "-="
      |            ^~~~
./swf5compiler.y:108.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  108 | %token REQ "%="
      |            ^~~~
./swf5compiler.y:109.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  109 | %token AEQ "&="
      |            ^~~~
./swf5compiler.y:110.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  110 | %token OEQ "|="
      |            ^~~~
./swf5compiler.y:112.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  112 | %token SHL "<<"
      |            ^~~~
./swf5compiler.y:113.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  113 | %token SHR ">>"
      |            ^~~~
./swf5compiler.y:114.13-17: warning: POSIX Yacc does not support string literals [-Wyacc]
  114 | %token SHR2 ">>>"
      |             ^~~~~
./swf5compiler.y:115.14-18: warning: POSIX Yacc does not support string literals [-Wyacc]
  115 | %token SHLEQ "<<="
      |              ^~~~~
./swf5compiler.y:116.14-18: warning: POSIX Yacc does not support string literals [-Wyacc]
  116 | %token SHREQ ">>="
      |              ^~~~~
./swf5compiler.y:117.15-20: warning: POSIX Yacc does not support string literals [-Wyacc]
  117 | %token SHR2EQ ">>>="
      |               ^~~~~~
./swf5compiler.y:129.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |            ^~~~
./swf5compiler.y:129.17-20: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                 ^~~~
./swf5compiler.y:129.22-25: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                      ^~~~
./swf5compiler.y:129.27-30: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                           ^~~~
./swf5compiler.y:129.32-35: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                                ^~~~
./swf5compiler.y:129.37-40: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                                     ^~~~
./swf5compiler.y:129.42-45: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                                          ^~~~
./swf5compiler.y:129.47-50: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                                               ^~~~
./swf5compiler.y:129.52-56: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                                                    ^~~~~
./swf5compiler.y:129.58-63: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                                                          ^~~~~~
./swf5compiler.y:129.65-69: warning: POSIX Yacc does not support string literals [-Wyacc]
  129 | %right '=' "*=" "/=" "%=" "+=" "-=" "&=" "|=" "^=" ">>=" ">>>=" "<<="
      |                                                                 ^~~~~
./swf5compiler.y:131.7-10: warning: POSIX Yacc does not support string literals [-Wyacc]
  131 | %left "&&" "||"
      |       ^~~~
./swf5compiler.y:131.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  131 | %left "&&" "||"
      |            ^~~~
./swf5compiler.y:132.7-10: warning: POSIX Yacc does not support string literals [-Wyacc]
  132 | %left "==" "!=" "===" "!=="
      |       ^~~~
./swf5compiler.y:132.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  132 | %left "==" "!=" "===" "!=="
      |            ^~~~
./swf5compiler.y:132.17-21: warning: POSIX Yacc does not support string literals [-Wyacc]
  132 | %left "==" "!=" "===" "!=="
      |                 ^~~~~
./swf5compiler.y:132.23-27: warning: POSIX Yacc does not support string literals [-Wyacc]
  132 | %left "==" "!=" "===" "!=="
      |                       ^~~~~
./swf5compiler.y:133.15-18: warning: POSIX Yacc does not support string literals [-Wyacc]
  133 | %left '<' '>' "<=" ">="
      |               ^~~~
./swf5compiler.y:133.20-23: warning: POSIX Yacc does not support string literals [-Wyacc]
  133 | %left '<' '>' "<=" ">="
      |                    ^~~~
./swf5compiler.y:135.7-10: warning: POSIX Yacc does not support string literals [-Wyacc]
  135 | %left "<<" ">>" ">>>"
      |       ^~~~
./swf5compiler.y:135.12-15: warning: POSIX Yacc does not support string literals [-Wyacc]
  135 | %left "<<" ">>" ">>>"
      |            ^~~~
./swf5compiler.y:135.17-21: warning: POSIX Yacc does not support string literals [-Wyacc]
  135 | %left "<<" ">>" ">>>"
      |                 ^~~~~
./swf5compiler.y:138.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
  138 | %nonassoc "++" "--"
      |           ^~~~
./swf5compiler.y:138.16-19: warning: POSIX Yacc does not support string literals [-Wyacc]
  138 | %nonassoc "++" "--"
      |                ^~~~
./swf5compiler.y:1274.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1274 | 	: "+="		{ $$ = SWFACTION_ADD2; }
      |           ^~~~
./swf5compiler.y:1275.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1275 | 	| "-="		{ $$ = SWFACTION_SUBTRACT; }
      |           ^~~~
./swf5compiler.y:1276.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1276 | 	| "*="		{ $$ = SWFACTION_MULTIPLY; }
      |           ^~~~
./swf5compiler.y:1277.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1277 | 	| "/="		{ $$ = SWFACTION_DIVIDE; }
      |           ^~~~
./swf5compiler.y:1278.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1278 | 	| "%="		{ $$ = SWFACTION_MODULO; }
      |           ^~~~
./swf5compiler.y:1279.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1279 | 	| "&="		{ $$ = SWFACTION_BITWISEAND; }
      |           ^~~~
./swf5compiler.y:1280.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1280 | 	| "|="		{ $$ = SWFACTION_BITWISEOR; }
      |           ^~~~
./swf5compiler.y:1281.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1281 | 	| "^="		{ $$ = SWFACTION_BITWISEXOR; }
      |           ^~~~
./swf5compiler.y:1282.11-15: warning: POSIX Yacc does not support string literals [-Wyacc]
 1282 | 	| "<<="		{ $$ = SWFACTION_SHIFTLEFT; }
      |           ^~~~~
./swf5compiler.y:1283.11-15: warning: POSIX Yacc does not support string literals [-Wyacc]
 1283 | 	| ">>="		{ $$ = SWFACTION_SHIFTRIGHT; }
      |           ^~~~~
./swf5compiler.y:1284.11-16: warning: POSIX Yacc does not support string literals [-Wyacc]
 1284 | 	| ">>>="	{ $$ = SWFACTION_SHIFTRIGHT2; }
      |           ^~~~~~
./swf5compiler.y:1288.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1288 | 	: "++"		{ $$ = SWFACTION_INCREMENT; }
      |           ^~~~
./swf5compiler.y:1289.11-14: warning: POSIX Yacc does not support string literals [-Wyacc]
 1289 | 	| "--"		{ $$ = SWFACTION_DECREMENT; }
      |           ^~~~
./swf5compiler.y:1428.16-19: warning: POSIX Yacc does not support string literals [-Wyacc]
 1428 | 	| expr "<=" expr
      |                ^~~~
./swf5compiler.y:1434.16-19: warning: POSIX Yacc does not support string literals [-Wyacc]
 1434 | 	| expr ">=" expr
      |                ^~~~
./swf5compiler.y:1439.16-19: warning: POSIX Yacc does not support string literals [-Wyacc]
 1439 | 	| expr "==" expr
      |                ^~~~
./swf5compiler.y:1443.16-20: warning: POSIX Yacc does not support string literals [-Wyacc]
 1443 | 	| expr "===" expr
      |                ^~~~~
./swf5compiler.y:1447.16-19: warning: POSIX Yacc does not support string literals [-Wyacc]
 1447 | 	| expr "!=" expr
      |                ^~~~
./swf5compiler.y:1452.16-20: warning: POSIX Yacc does not support string literals [-Wyacc]
 1452 | 	| expr "!==" expr
      |                ^~~~~
./swf5compiler.y:1457.16-19: warning: POSIX Yacc does not support string literals [-Wyacc]
 1457 | 	| expr "<<" expr
      |                ^~~~
./swf5compiler.y:1461.16-19: warning: POSIX Yacc does not support string literals [-Wyacc]
 1461 | 	| expr ">>" expr
      |                ^~~~
./swf5compiler.y:1465.16-20: warning: POSIX Yacc does not support string literals [-Wyacc]
 1465 | 	| expr ">>>" expr
      |                ^~~~~
./swf5compiler.y:1620.33-36: warning: POSIX Yacc does not support string literals [-Wyacc]
 1620 | 	| incdecop lvalue %prec "++"
      |                                 ^~~~
flex -Pswf4 ./swf4compiler.flex
flex -Pswf5 ./swf5compiler.flex
/opt/pkg/bin/bmake  all-am
  CC       assembler.lo
In file included from assembler.c:23:
In file included from ./assembler.h:13:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       compile.lo
In file included from compile.c:29:
In file included from ../../src/libming.h:35:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       listaction.lo
In file included from listaction.c:4:
In file included from ../../src/actiontypes.h:23:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       compileaction.lo
In file included from compileaction.c:27:
In file included from ../../src/libming.h:35:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       swf4compiler.tab.lo
In file included from ./swf4compiler.y:10:
In file included from ./compile.h:13:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       swf5compiler.tab.lo
In file included from ./swf5compiler.y:10:
In file included from ./compile.h:13:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       lex.swf4.lo
In file included from ./swf4compiler.flex:7:
In file included from ./compile.h:13:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       lex.swf5.lo
In file included from ./swf5compiler.flex:7:
In file included from ./compile.h:13:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CCLD     libactioncompiler.la
Making all in blocks
  CC       libblock_la-action.lo
In file included from action.c:27:
In file included from ./action.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-bitmap.lo
In file included from bitmap.c:23:
In file included from ./bitmap.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-block.lo
In file included from block.c:25:
In file included from ./block.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-browserfont.lo
In file included from browserfont.c:27:
In file included from ./browserfont.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-button.lo
In file included from button.c:23:
In file included from ./button.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-character.lo
In file included from character.c:24:
In file included from ./character.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-cxform.lo
In file included from cxform.c:25:
In file included from ../../src/libming.h:35:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-dbl.lo
In file included from dbl.c:23:
In file included from ./dbl.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-error.lo
In file included from error.c:25:
In file included from ./error.h:13:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-fillstyle.lo
In file included from fillstyle.c:24:
In file included from ./blocktypes.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-font.lo
In file included from font.c:29:
In file included from ./font.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-fontinfo.lo
  CC       libblock_la-fromswf.lo
In file included from fromswf.c:25:
In file included from ../../src/libming.h:35:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
fromswf.c:954:17: warning: variable 'endp' set but not used [-Wunused-but-set-variable]
        unsigned char *endp;
                       ^
fromswf.c:1060:7: warning: variable 'hasname' set but not used [-Wunused-but-set-variable]
{       int hasname, hasratio, hascxform, hasmatrix, haschar, hasmove, hasactions, hasmask;
            ^
fromswf.c:1062:18: warning: variable 'hasbitmapcaching' set but not used [-Wunused-but-set-variable]
        int hasfilters, hasbitmapcaching, hasblendmode;
                        ^
fromswf.c:1062:36: warning: variable 'hasblendmode' set but not used [-Wunused-but-set-variable]
        int hasfilters, hasbitmapcaching, hasblendmode;
                                          ^
fromswf.c:1060:37: warning: variable 'hasmatrix' set but not used [-Wunused-but-set-variable]
{       int hasname, hasratio, hascxform, hasmatrix, haschar, hasmove, hasactions, hasmask;
                                          ^
fromswf.c:1060:78: warning: variable 'hasmask' set but not used [-Wunused-but-set-variable]
{       int hasname, hasratio, hascxform, hasmatrix, haschar, hasmove, hasactions, hasmask;
                                                                                   ^
fromswf.c:1062:6: warning: variable 'hasfilters' set but not used [-Wunused-but-set-variable]
        int hasfilters, hasbitmapcaching, hasblendmode;
            ^
fromswf.c:1060:26: warning: variable 'hascxform' set but not used [-Wunused-but-set-variable]
{       int hasname, hasratio, hascxform, hasmatrix, haschar, hasmove, hasactions, hasmask;
                               ^
fromswf.c:1060:66: warning: variable 'hasactions' set but not used [-Wunused-but-set-variable]
{       int hasname, hasratio, hascxform, hasmatrix, haschar, hasmove, hasactions, hasmask;
                                                                       ^
fromswf.c:1060:16: warning: variable 'hasratio' set but not used [-Wunused-but-set-variable]
{       int hasname, hasratio, hascxform, hasmatrix, haschar, hasmove, hasactions, hasmask;
                     ^
fromswf.c:1060:57: warning: variable 'hasmove' set but not used [-Wunused-but-set-variable]
{       int hasname, hasratio, hascxform, hasmatrix, haschar, hasmove, hasactions, hasmask;
                                                              ^
fromswf.c:1111:18: warning: variable 'aa' set but not used [-Wunused-but-set-variable]
        int ra, ga, ba, aa, rm, gm, bm, am=0;
                        ^
fromswf.c:1167:6: warning: variable 'haslength' set but not used [-Wunused-but-set-variable]
        int haslength, noedit, password, multiline, wordwrap, drawbox, noselect, html, usefont;
            ^
fromswf.c:1168:27: warning: variable 'hastext' set but not used [-Wunused-but-set-variable]
        int hascolor, haslayout, hastext, hasfont;
                                 ^
fromswf.c:1168:16: warning: variable 'haslayout' set but not used [-Wunused-but-set-variable]
        int hascolor, haslayout, hastext, hasfont;
                      ^
16 warnings generated.
  CC       libblock_la-gradient.lo
In file included from gradient.c:25:
In file included from ../../src/libming.h:35:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-imports.lo
In file included from imports.c:8:
In file included from ./imports.h:13:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-input.lo
In file included from input.c:34:
In file included from ../../src/libming.h:35:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
input.c:509:14: warning: variable 'readOffset' set but not used [-Wunused-but-set-variable]
        int len, l, readOffset;
                    ^
2 warnings generated.
  CC       libblock_la-jpeg.lo
In file included from jpeg.c:24:
In file included from ./jpeg.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-linestyle.lo
In file included from linestyle.c:24:
In file included from ../../src/libming.h:35:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-matrix.lo
In file included from matrix.c:29:
In file included from ./error.h:13:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-method.lo
  CC       libblock_la-morph.lo
In file included from morph.c:24:
In file included from ./morph.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-mp3.lo
In file included from mp3.c:22:
In file included from ../../src/libming.h:35:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-outputblock.lo
In file included from outputblock.c:28:
In file included from ./outputblock.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-output.lo
In file included from output.c:28:
In file included from ./output.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-protect.lo
In file included from protect.c:27:
In file included from ./protect.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-placeobject.lo
In file included from placeobject.c:27:
In file included from ./placeobject.h:13:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-rect.lo
In file included from rect.c:24:
In file included from ./rect.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-shape.lo
In file included from shape.c:26:
In file included from ./shape.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
shape.c:1375:7: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
                        if(!record->record.stateChange->flags & SWF_SHAPE_MOVETOFLAG)
                           ^                                  ~
shape.c:1375:7: note: add parentheses after the '!' to evaluate the bitwise operator first
                        if(!record->record.stateChange->flags & SWF_SHAPE_MOVETOFLAG)
                           ^
                            (                                                       )
shape.c:1375:7: note: add parentheses around left hand side expression to silence this warning
                        if(!record->record.stateChange->flags & SWF_SHAPE_MOVETOFLAG)
                           ^
                           (                                 )
2 warnings generated.
  CC       libblock_la-sound.lo
In file included from sound.c:25:
In file included from ./outputblock.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-soundinstance.lo
In file included from soundinstance.c:22:
In file included from ./soundinstance.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-soundstream.lo
In file included from soundstream.c:27:
In file included from ./block.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-sprite.lo
In file included from sprite.c:24:
In file included from ../../src/libming.h:35:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-text.lo
In file included from text.c:28:
In file included from ./text.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-textfield.lo
In file included from textfield.c:27:
In file included from ../../src/libming.h:35:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-fdbfont.lo
In file included from fdbfont.c:26:
In file included from ./font.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-utf8.lo
In file included from utf8.c:13:
In file included from ./utf8.h:13:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
utf8.c:26:23: warning: variable 'byte1' set but not used [-Wunused-but-set-variable]
                unsigned int byte0, byte1, byte2;
                                    ^
utf8.c:26:30: warning: variable 'byte2' set but not used [-Wunused-but-set-variable]
                unsigned int byte0, byte1, byte2;
                                           ^
3 warnings generated.
  CC       libblock_la-videostream.lo
In file included from videostream.c:27:
In file included from ./input.h:13:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-flv.lo
In file included from flv.c:25:
In file included from ./input.h:13:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-filter.lo
In file included from filter.c:27:
In file included from ./gradient.h:32:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-fileattrs.lo
In file included from fileattrs.c:22:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-metadata.lo
In file included from metadata.c:23:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-scriptlimits.lo
In file included from scriptlimits.c:22:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-scalinggrid.lo
In file included from scalinggrid.c:20:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-tabindex.lo
In file included from tabindex.c:20:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-symbolclass.lo
In file included from symbolclass.c:25:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-binary.lo
In file included from binary.c:21:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-scenedata.lo
In file included from scenedata.c:25:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-pngdbl.lo
In file included from pngdbl.c:6:
In file included from ../../src/libming.h:35:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       libblock_la-gifdbl.lo
In file included from gifdbl.c:5:
In file included from ../../src/libming.h:35:
../../src/ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CCLD     libblock.la
/System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libblock.a(libblock_la-fontinfo.o) has no symbols
/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libblock.a(libblock_la-fontinfo.o) has no symbols
  CC       blocklist.lo
In file included from blocklist.c:22:
In file included from ./libming.h:35:
./ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       displaylist.lo
In file included from displaylist.c:24:
In file included from ./blocks/placeobject.h:13:
./ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       fill.lo
In file included from fill.c:20:
In file included from ./fill.h:34:
./ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       font_util.lo
In file included from font_util.c:7:
In file included from ./font_util.h:32:
./ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       gc.lo
  CC       ming.lo
  CC       movie.lo
  CC       movieclip.lo
In file included from movieclip.c:22:
In file included from ./movieclip.h:32:
./ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       position.lo
In file included from position.c:23:
./ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       shape_cubic.lo
In file included from shape_cubic.c:25:
./ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       shape_util.lo
In file included from shape_util.c:23:
./ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
shape_util.c:229:7: warning: using integer absolute value function 'abs' when argument is of floating point type [-Wabsolute-value]
        if ( abs(delta) >= 360)
             ^
shape_util.c:229:7: note: use function 'fabs' instead
        if ( abs(delta) >= 360)
             ^~~
             fabs
2 warnings generated.
  CC       text_util.lo
In file included from text_util.c:22:
./ming.h:32:10: warning: '__deprecated' macro redefined [-Wmacro-redefined]
        #define __deprecated __attribute__((deprecated))
                ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:9: note: previous definition is here
#define __deprecated    __attribute__((__deprecated__))
        ^
1 warning generated.
  CC       compat.lo
compat.c:78:19: warning: unused function 'SWFMovie_replace' [-Wunused-function]
static inline int SWFMovie_replace(SWFMovie movie, SWFDisplayItem item, SWFBlock block)
                  ^
1 warning generated.
  CCLD     libming.la
duplicate symbol '_swf4debug' in:
    actioncompiler/.libs/libactioncompiler.a(swf4compiler.tab.o)
    actioncompiler/.libs/libactioncompiler.a(lex.swf4.o)
duplicate symbol '_swf5debug' in:
    actioncompiler/.libs/libactioncompiler.a(swf5compiler.tab.o)
    actioncompiler/.libs/libactioncompiler.a(lex.swf5.o)
ld: 2 duplicate symbols for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1

Stop.
bmake[3]: stopped making "all-am" in /Users/pbulk/build/multimedia/ming/work/libming-ming-0_4_8/src
*** Error code 1

Stop.
bmake[2]: stopped making "all-recursive" in /Users/pbulk/build/multimedia/ming/work/libming-ming-0_4_8/src
*** Error code 1

Stop.
bmake[1]: stopped making "all" in /Users/pbulk/build/multimedia/ming/work/libming-ming-0_4_8/src
*** Error code 1

Stop.
bmake: stopped making "all" in /Users/pbulk/build/multimedia/ming/work/libming-ming-0_4_8
*** Error code 1

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/multimedia/ming
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/multimedia/ming