===> Building for pinball-0.3.20201218
/opt/pkg/bin/bmake  all-recursive
Making all in libltdl
CDPATH="${ZSH_VERSION+.}:" && cd . && /opt/pkg/bin/mksh '/Users/pbulk/build/games/pinball/work/pinball-0.3.20201218/missing' aclocal-1.16 -I m4
WARNING: 'aclocal' is missing on your system.  You should only need it if
         you modified 'acinclude.m4' or 'configure.ac'.  You might want
         to install the Automake and Perl packages.  Grab them from
         any GNU archive site.
CDPATH="${ZSH_VERSION+.}:" && cd . && /opt/pkg/bin/mksh '/Users/pbulk/build/games/pinball/work/pinball-0.3.20201218/missing' autoconf
aclocal.m4:17: warning: this file was generated for autoconf 2.69.
You have another version of autoconf.  It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.
  GEN      libltdl/lt__argz.h
(CDPATH="${ZSH_VERSION+.}:" && cd . && /opt/pkg/bin/mksh '/Users/pbulk/build/games/pinball/work/pinball-0.3.20201218/missing' autoheader)
aclocal.m4:17: warning: this file was generated for autoconf 2.69.
You have another version of autoconf.  It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.
rm -f stamp-h1
touch ./config-h.in
/opt/pkg/bin/mksh ./config.status --recheck
cd . && /opt/pkg/bin/mksh ./config.status config.h
config.status: creating config.h
/opt/pkg/bin/bmake  all-am
CDPATH="${ZSH_VERSION+.}:" && cd . && /opt/pkg/bin/mksh '/Users/pbulk/build/games/pinball/work/pinball-0.3.20201218/missing' aclocal-1.16 -I m4
WARNING: 'aclocal' is missing on your system.  You should only need it if
         you modified 'acinclude.m4' or 'configure.ac'.  You might want
         to install the Automake and Perl packages.  Grab them from
         any GNU archive site.
CDPATH="${ZSH_VERSION+.}:" && cd . && /opt/pkg/bin/mksh '/Users/pbulk/build/games/pinball/work/pinball-0.3.20201218/missing' autoconf
aclocal.m4:17: warning: this file was generated for autoconf 2.69.
You have another version of autoconf.  It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.
(CDPATH="${ZSH_VERSION+.}:" && cd . && /opt/pkg/bin/mksh '/Users/pbulk/build/games/pinball/work/pinball-0.3.20201218/missing' autoheader)
aclocal.m4:17: warning: this file was generated for autoconf 2.69.
You have another version of autoconf.  It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.
rm -f stamp-h1
touch ./config-h.in
 cd . && /opt/pkg/bin/mksh /Users/pbulk/build/games/pinball/work/pinball-0.3.20201218/missing automake-1.16 --foreign
WARNING: 'automake' is missing on your system.  You should only need it if
         you modified 'Makefile.am', 'acinclude.m4' or 'configure.ac'.
         You might want to install the Automake and Perl packages.
         Grab them from any GNU archive site.
/opt/pkg/bin/mksh ./config.status --recheck
  CC       loaders/dlopen.lo
  CC       loaders/libltdlc_la-preopen.lo
loaders/preopen.c:251:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (lists);
      ^~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
loaders/preopen.c:251:7: note: '{' token is here
      FREE (lists);
      ^~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
loaders/preopen.c:251:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (lists);
      ^~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
loaders/preopen.c:251:7: note: ')' token is here
      FREE (lists);
      ^~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
2 warnings generated.
  CC       libltdlc_la-lt__alloc.lo
CC       libltdlc_la-lt_dlloader.lo
CC       libltdlc_la-lt_error.lo
  CC       libltdlc_la-ltdl.lo
ltdl.c:342:8: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
              FREE (vtable);
              ^~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:342:8: note: '{' token is here
              FREE (vtable);
              ^~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:342:8: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
              FREE (vtable);
              ^~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:342:8: note: ')' token is here
              FREE (vtable);
              ^~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:356:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE(user_search_path);
      ^~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:356:7: note: '{' token is here
      FREE(user_search_path);
      ^~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:356:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE(user_search_path);
      ^~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:356:7: note: ')' token is here
      FREE(user_search_path);
      ^~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:477:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        FREE (handle->info.filename);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:477:2: note: '{' token is here
        FREE (handle->info.filename);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:477:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        FREE (handle->info.filename);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:477:2: note: ')' token is here
        FREE (handle->info.filename);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:537:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (filename);
  ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:537:3: note: '{' token is here
  FREE (filename);
  ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:537:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (filename);
  ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:537:3: note: ')' token is here
  FREE (filename);
  ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:710:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (filename);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:710:4: note: '{' token is here
          FREE (filename);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:710:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (filename);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:710:4: note: ')' token is here
          FREE (filename);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:735:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (argz);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:735:3: note: '{' token is here
  FREE (argz);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:735:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (argz);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:735:3: note: ')' token is here
  FREE (argz);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:736:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (canonical);
  ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:736:3: note: '{' token is here
  FREE (canonical);
  ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:736:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (canonical);
  ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:736:3: note: ')' token is here
  FREE (canonical);
  ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:737:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (filename);
  ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:737:3: note: '{' token is here
  FREE (filename);
  ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:737:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (filename);
  ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:737:3: note: ')' token is here
  FREE (filename);
  ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:763:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (*pdir);
      ^~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:763:7: note: '{' token is here
      FREE (*pdir);
      ^~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:763:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (*pdir);
      ^~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:763:7: note: ')' token is here
      FREE (*pdir);
      ^~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:997:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (cur->deplibs);
      ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:997:7: note: '{' token is here
      FREE (cur->deplibs);
      ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:997:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (cur->deplibs);
      ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:997:7: note: ')' token is here
      FREE (cur->deplibs);
      ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1012:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (*dest);
  ^~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1012:3: note: '{' token is here
  FREE (*dest);
  ^~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1012:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (*dest);
  ^~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1012:3: note: ')' token is here
  FREE (*dest);
  ^~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1144:8: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
              MEMREASSIGN (*dlname, last_libname);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:43:29: note: expanded from macro 'MEMREASSIGN'
#define MEMREASSIGN(p, q)                       LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1144:8: note: '{' token is here
              MEMREASSIGN (*dlname, last_libname);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:43:43: note: expanded from macro 'MEMREASSIGN'
#define MEMREASSIGN(p, q)                       LT_STMT_START { \
                                                              ^
ltdl.c:1144:8: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
              MEMREASSIGN (*dlname, last_libname);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:45:9: note: expanded from macro 'MEMREASSIGN'
                                                                } LT_STMT_END
                                                                ^
ltdl.c:1144:8: note: ')' token is here
              MEMREASSIGN (*dlname, last_libname);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:45:11: note: expanded from macro 'MEMREASSIGN'
                                                                } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1152:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (line);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1152:3: note: '{' token is here
  FREE (line);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1152:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (line);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1152:3: note: ')' token is here
  FREE (line);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1197:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1197:4: note: '{' token is here
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1197:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1197:4: note: ')' token is here
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1249:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MEMREASSIGN (base_name, canonical);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:43:29: note: expanded from macro 'MEMREASSIGN'
#define MEMREASSIGN(p, q)                       LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1249:5: note: '{' token is here
    MEMREASSIGN (base_name, canonical);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:43:43: note: expanded from macro 'MEMREASSIGN'
#define MEMREASSIGN(p, q)                       LT_STMT_START { \
                                                              ^
ltdl.c:1249:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    MEMREASSIGN (base_name, canonical);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:45:9: note: expanded from macro 'MEMREASSIGN'
                                                                } LT_STMT_END
                                                                ^
ltdl.c:1249:5: note: ')' token is here
    MEMREASSIGN (base_name, canonical);
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:45:11: note: expanded from macro 'MEMREASSIGN'
                                                                } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1321:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1321:4: note: '{' token is here
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1321:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1321:4: note: ')' token is here
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1409:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (dlname);
          ^~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1409:4: note: '{' token is here
          FREE (dlname);
          ^~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1409:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (dlname);
          ^~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1409:4: note: ')' token is here
          FREE (dlname);
          ^~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1410:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (old_name);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1410:4: note: '{' token is here
          FREE (old_name);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1410:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (old_name);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1410:4: note: ')' token is here
          FREE (old_name);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1411:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (libdir);
          ^~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1411:4: note: '{' token is here
          FREE (libdir);
          ^~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1411:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (libdir);
          ^~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1411:4: note: ')' token is here
          FREE (libdir);
          ^~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1412:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (deplibs);
          ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1412:4: note: '{' token is here
          FREE (deplibs);
          ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1412:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (deplibs);
          ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1412:4: note: ')' token is here
          FREE (deplibs);
          ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1413:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1413:4: note: '{' token is here
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1413:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1413:4: note: ')' token is here
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1435:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (dlname);
      ^~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1435:7: note: '{' token is here
      FREE (dlname);
      ^~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1435:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (dlname);
      ^~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1435:7: note: ')' token is here
      FREE (dlname);
      ^~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1436:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (old_name);
      ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1436:7: note: '{' token is here
      FREE (old_name);
      ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1436:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (old_name);
      ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1436:7: note: ')' token is here
      FREE (old_name);
      ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1437:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (libdir);
      ^~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1437:7: note: '{' token is here
      FREE (libdir);
      ^~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1437:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (libdir);
      ^~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1437:7: note: ')' token is here
      FREE (libdir);
      ^~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1438:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (deplibs);
      ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1438:7: note: '{' token is here
      FREE (deplibs);
      ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1438:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (deplibs);
      ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1438:7: note: ')' token is here
      FREE (deplibs);
      ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1442:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1442:4: note: '{' token is here
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1442:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1442:4: note: ')' token is here
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1489:4: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1489:4: note: '{' token is here
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1489:4: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1489:4: note: ')' token is here
          FREE (*phandle);
          ^~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1496:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  MEMREASSIGN (*phandle, newhandle);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:43:29: note: expanded from macro 'MEMREASSIGN'
#define MEMREASSIGN(p, q)                       LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1496:3: note: '{' token is here
  MEMREASSIGN (*phandle, newhandle);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:43:43: note: expanded from macro 'MEMREASSIGN'
#define MEMREASSIGN(p, q)                       LT_STMT_START { \
                                                              ^
ltdl.c:1496:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  MEMREASSIGN (*phandle, newhandle);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:45:9: note: expanded from macro 'MEMREASSIGN'
                                                                } LT_STMT_END
                                                                ^
ltdl.c:1496:3: note: ')' token is here
  MEMREASSIGN (*phandle, newhandle);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:45:11: note: expanded from macro 'MEMREASSIGN'
                                                                } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1501:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MEMREASSIGN ((*phandle)->info.name, name);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:43:29: note: expanded from macro 'MEMREASSIGN'
#define MEMREASSIGN(p, q)                       LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1501:7: note: '{' token is here
      MEMREASSIGN ((*phandle)->info.name, name);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:43:43: note: expanded from macro 'MEMREASSIGN'
#define MEMREASSIGN(p, q)                       LT_STMT_START { \
                                                              ^
ltdl.c:1501:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      MEMREASSIGN ((*phandle)->info.name, name);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:45:9: note: expanded from macro 'MEMREASSIGN'
                                                                } LT_STMT_END
                                                                ^
ltdl.c:1501:7: note: ')' token is here
      MEMREASSIGN ((*phandle)->info.name, name);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:45:11: note: expanded from macro 'MEMREASSIGN'
                                                                } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1510:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (dir);
  ^~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1510:3: note: '{' token is here
  FREE (dir);
  ^~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1510:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (dir);
  ^~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1510:3: note: ')' token is here
  FREE (dir);
  ^~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1511:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (attempt);
  ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1511:3: note: '{' token is here
  FREE (attempt);
  ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1511:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (attempt);
  ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1511:3: note: ')' token is here
  FREE (attempt);
  ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1512:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (name);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1512:3: note: '{' token is here
  FREE (name);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1512:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (name);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1512:3: note: ')' token is here
  FREE (name);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1514:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    FREE (base_name);
    ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1514:5: note: '{' token is here
    FREE (base_name);
    ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1514:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    FREE (base_name);
    ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1514:5: note: ')' token is here
    FREE (base_name);
    ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1515:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (canonical);
  ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1515:3: note: '{' token is here
  FREE (canonical);
  ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1515:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (canonical);
  ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1515:3: note: ')' token is here
  FREE (canonical);
  ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1516:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (archive_name);
  ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1516:3: note: '{' token is here
  FREE (archive_name);
  ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1516:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (archive_name);
  ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1516:3: note: ')' token is here
  FREE (archive_name);
  ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1578:5: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    FREE(*padvise);
    ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1578:5: note: '{' token is here
    FREE(*padvise);
    ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1578:5: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
    FREE(*padvise);
    ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1578:5: note: ')' token is here
    FREE(*padvise);
    ^~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1829:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (buf);
  ^~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1829:3: note: '{' token is here
  FREE (buf);
  ^~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1829:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (buf);
  ^~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1829:3: note: ')' token is here
  FREE (buf);
  ^~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1891:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (argz);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1891:3: note: '{' token is here
  FREE (argz);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1891:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (argz);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1891:3: note: ')' token is here
  FREE (argz);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1993:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (cur->interface_data);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1993:7: note: '{' token is here
      FREE (cur->interface_data);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1993:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (cur->interface_data);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1993:7: note: ')' token is here
      FREE (cur->interface_data);
      ^~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1995:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (cur->info.filename);
      ^~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1995:7: note: '{' token is here
      FREE (cur->info.filename);
      ^~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1995:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (cur->info.filename);
      ^~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1995:7: note: ')' token is here
      FREE (cur->info.filename);
      ^~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1996:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (cur->info.name);
      ^~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1996:7: note: '{' token is here
      FREE (cur->info.name);
      ^~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1996:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (cur->info.name);
      ^~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1996:7: note: ')' token is here
      FREE (cur->info.name);
      ^~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:1997:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (cur);
      ^~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:1997:7: note: '{' token is here
      FREE (cur);
      ^~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:1997:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (cur);
      ^~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:1997:7: note: ')' token is here
      FREE (cur);
      ^~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:2080:8: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
              FREE (sym);
              ^~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:2080:8: note: '{' token is here
              FREE (sym);
              ^~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:2080:8: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
              FREE (sym);
              ^~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:2080:8: note: ')' token is here
              FREE (sym);
              ^~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:2101:7: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (sym);
      ^~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:2101:7: note: '{' token is here
      FREE (sym);
      ^~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:2101:7: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
      FREE (sym);
      ^~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:2101:7: note: ')' token is here
      FREE (sym);
      ^~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:2178:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  MEMREASSIGN(*ppath, argz);
  ^~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:43:29: note: expanded from macro 'MEMREASSIGN'
#define MEMREASSIGN(p, q)                       LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:2178:3: note: '{' token is here
  MEMREASSIGN(*ppath, argz);
  ^~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:43:43: note: expanded from macro 'MEMREASSIGN'
#define MEMREASSIGN(p, q)                       LT_STMT_START { \
                                                              ^
ltdl.c:2178:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  MEMREASSIGN(*ppath, argz);
  ^~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:45:9: note: expanded from macro 'MEMREASSIGN'
                                                                } LT_STMT_END
                                                                ^
ltdl.c:2178:3: note: ')' token is here
  MEMREASSIGN(*ppath, argz);
  ^~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:45:11: note: expanded from macro 'MEMREASSIGN'
                                                                } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:2181:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (argz);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:2181:3: note: '{' token is here
  FREE (argz);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:2181:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (argz);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:2181:3: note: ')' token is here
  FREE (argz);
  ^~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:2182:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (canonical);
  ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:2182:3: note: '{' token is here
  FREE (canonical);
  ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:2182:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (canonical);
  ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:2182:3: note: ')' token is here
  FREE (canonical);
  ^~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:2233:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (user_search_path);
  ^~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:2233:3: note: '{' token is here
  FREE (user_search_path);
  ^~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:2233:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (user_search_path);
  ^~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:2233:3: note: ')' token is here
  FREE (user_search_path);
  ^~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:2306:2: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        FREE (interface_id);
        ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:2306:2: note: '{' token is here
        FREE (interface_id);
        ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:2306:2: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
        FREE (interface_id);
        ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:2306:2: note: ')' token is here
        FREE (interface_id);
        ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:2317:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (interface_id->id_string);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:2317:3: note: '{' token is here
  FREE (interface_id->id_string);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:2317:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (interface_id->id_string);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:2317:3: note: ')' token is here
  FREE (interface_id->id_string);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
ltdl.c:2318:3: warning: '(' and '{' tokens introducing statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (interface_id);
  ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:22: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                ^~~~~~~~~~~~~
./libltdl/lt_system.h:68:38: note: expanded from macro 'LT_STMT_START'
#  define LT_STMT_START        (void)(
                                     ^
ltdl.c:2318:3: note: '{' token is here
  FREE (interface_id);
  ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:41:36: note: expanded from macro 'FREE'
#define FREE(mem)                               LT_STMT_START { \
                                                              ^
ltdl.c:2318:3: warning: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Wcompound-token-split-by-macro]
  FREE (interface_id);
  ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:30: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                ^
ltdl.c:2318:3: note: ')' token is here
  FREE (interface_id);
  ^~~~~~~~~~~~~~~~~~~
libltdl/lt__alloc.h:42:32: note: expanded from macro 'FREE'
        free (mem); mem = NULL;                                 } LT_STMT_END
                                                                  ^~~~~~~~~~~
./libltdl/lt_system.h:69:32: note: expanded from macro 'LT_STMT_END'
#  define LT_STMT_END          )
                               ^
102 warnings generated.
  CC       libltdlc_la-slist.lo
  CC       lt__argz.lo
 cd . && /opt/pkg/bin/mksh ./config.status Makefile depfiles
config.status: creating Makefile
config.status: executing depfiles commands
cd . && /opt/pkg/bin/mksh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
  CCLD     dlopen.la
  CCLD     libltdlc.la
Making all in addon
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../base   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT BigSphere.o -MD -MP -MF .deps/BigSphere.Tpo -c -o BigSphere.o BigSphere.cpp
mv -f .deps/BigSphere.Tpo .deps/BigSphere.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../base   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT ColorBehavior.o -MD -MP -MF .deps/ColorBehavior.Tpo -c -o ColorBehavior.o ColorBehavior.cpp
mv -f .deps/ColorBehavior.Tpo .deps/ColorBehavior.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../base   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Cone.o -MD -MP -MF .deps/Cone.Tpo -c -o Cone.o Cone.cpp
mv -f .deps/Cone.Tpo .deps/Cone.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../base   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Cube.o -MD -MP -MF .deps/Cube.Tpo -c -o Cube.o Cube.cpp
mv -f .deps/Cube.Tpo .deps/Cube.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../base   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Cylinder.o -MD -MP -MF .deps/Cylinder.Tpo -c -o Cylinder.o Cylinder.cpp
mv -f .deps/Cylinder.Tpo .deps/Cylinder.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../base   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Grid.o -MD -MP -MF .deps/Grid.Tpo -c -o Grid.o Grid.cpp
mv -f .deps/Grid.Tpo .deps/Grid.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../base   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT KeyBehavior.o -MD -MP -MF .deps/KeyBehavior.Tpo -c -o KeyBehavior.o KeyBehavior.cpp
mv -f .deps/KeyBehavior.Tpo .deps/KeyBehavior.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../base   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT KeyRotBehavior.o -MD -MP -MF .deps/KeyRotBehavior.Tpo -c -o KeyRotBehavior.o KeyRotBehavior.cpp
mv -f .deps/KeyRotBehavior.Tpo .deps/KeyRotBehavior.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../base   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Menu.o -MD -MP -MF .deps/Menu.Tpo -c -o Menu.o Menu.cpp
mv -f .deps/Menu.Tpo .deps/Menu.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../base   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Sphere.o -MD -MP -MF .deps/Sphere.Tpo -c -o Sphere.o Sphere.cpp
mv -f .deps/Sphere.Tpo .deps/Sphere.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../base   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT StdAnimation.o -MD -MP -MF .deps/StdAnimation.Tpo -c -o StdAnimation.o StdAnimation.cpp
mv -f .deps/StdAnimation.Tpo .deps/StdAnimation.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../base   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT TexAnimation.o -MD -MP -MF .deps/TexAnimation.Tpo -c -o TexAnimation.o TexAnimation.cpp
mv -f .deps/TexAnimation.Tpo .deps/TexAnimation.Po
rm -f libemilia_addon.a
ar cru libemilia_addon.a BigSphere.o  ColorBehavior.o Cone.o Cube.o  Cylinder.o Grid.o KeyBehavior.o  KeyRotBehavior.o Menu.o Sphere.o  StdAnimation.o TexAnimation.o 
ranlib libemilia_addon.a
Making all in base
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT AlignVisitor.o -MD -MP -MF .deps/AlignVisitor.Tpo -c -o AlignVisitor.o AlignVisitor.cpp
mv -f .deps/AlignVisitor.Tpo .deps/AlignVisitor.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT AllegroVisitor.o -MD -MP -MF .deps/AllegroVisitor.Tpo -c -o AllegroVisitor.o AllegroVisitor.cpp
mv -f .deps/AllegroVisitor.Tpo .deps/AllegroVisitor.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT AmbientLightVisitor.o -MD -MP -MF .deps/AmbientLightVisitor.Tpo -c -o AmbientLightVisitor.o AmbientLightVisitor.cpp
mv -f .deps/AmbientLightVisitor.Tpo .deps/AmbientLightVisitor.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Behavior.o -MD -MP -MF .deps/Behavior.Tpo -c -o Behavior.o Behavior.cpp
mv -f .deps/Behavior.Tpo .deps/Behavior.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT BehaviorVisitor.o -MD -MP -MF .deps/BehaviorVisitor.Tpo -c -o BehaviorVisitor.o BehaviorVisitor.cpp
mv -f .deps/BehaviorVisitor.Tpo .deps/BehaviorVisitor.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT BillBoard.o -MD -MP -MF .deps/BillBoard.Tpo -c -o BillBoard.o BillBoard.cpp
mv -f .deps/BillBoard.Tpo .deps/BillBoard.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Camera.o -MD -MP -MF .deps/Camera.Tpo -c -o Camera.o Camera.cpp
mv -f .deps/Camera.Tpo .deps/Camera.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT CollisionBounds.o -MD -MP -MF .deps/CollisionBounds.Tpo -c -o CollisionBounds.o CollisionBounds.cpp
mv -f .deps/CollisionBounds.Tpo .deps/CollisionBounds.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT CollisionVisitor.o -MD -MP -MF .deps/CollisionVisitor.Tpo -c -o CollisionVisitor.o CollisionVisitor.cpp
mv -f .deps/CollisionVisitor.Tpo .deps/CollisionVisitor.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Config.o -MD -MP -MF .deps/Config.Tpo -c -o Config.o Config.cpp
mv -f .deps/Config.Tpo .deps/Config.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT EMath.o -MD -MP -MF .deps/EMath.Tpo -c -o EMath.o EMath.cpp
mv -f .deps/EMath.Tpo .deps/EMath.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT EmFont.o -MD -MP -MF .deps/EmFont.Tpo -c -o EmFont.o EmFont.cpp
EmFont.cpp:140:2: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDisable(GL_DEPTH_TEST);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:141:3: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDepthMask(GL_FALSE);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here
extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:142:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnable(GL_ALPHA_TEST);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:143:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnable(GL_BLEND);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:144:3: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:145:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnable(GL_TEXTURE_2D);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:146:3: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBindTexture(GL_TEXTURE_2D, *(m_Texture));
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here
extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:147:3: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, filter);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:148:3: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, filter);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:149:3: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:150:3: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_REPEAT);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:151:3: warning: 'glTexEnvf' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2708:13: note: 'glTexEnvf' has been explicitly marked deprecated here
extern void glTexEnvf (GLenum target, GLenum pname, GLfloat param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:178:5: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glBegin(GL_QUADS);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:179:5: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glTexCoord2f(u, v);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:180:5: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex3f(xbottom, y, -1); 
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:181:5: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glTexCoord2f(u+0.125, v);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:182:5: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex3f(xtop, y, -1); 
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:183:5: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glTexCoord2f(u+0.125, v+0.125);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:184:5: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex3f(xtop, y-EM_FONTSIZE_Y, -1);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:185:5: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glTexCoord2f(u, v+0.125);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:186:5: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glVertex3f(xbottom, y-EM_FONTSIZE_Y, -1);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
EmFont.cpp:187:5: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glEnd();
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
22 warnings generated.
mv -f .deps/EmFont.Tpo .deps/EmFont.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Engine.o -MD -MP -MF .deps/Engine.Tpo -c -o Engine.o Engine.cpp
Engine.cpp:163:3: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDepthMask(GL_TRUE);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here
extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:164:3: warning: 'glClear' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2394:13: note: 'glClear' has been explicitly marked deprecated here
extern void glClear (GLbitfield mask) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:165:3: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glColor3f(1, 1, 1);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:166:3: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLoadIdentity();
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:187:2: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDisable(GL_DEPTH_TEST);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:188:3: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDepthMask(GL_FALSE);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here
extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:189:2: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDisable(GL_ALPHA_TEST);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:190:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDisable(GL_BLEND);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:191:2: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDepthMask(GL_FALSE);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here
extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:192:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnable(GL_TEXTURE_2D);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:193:3: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBindTexture(GL_TEXTURE_2D, *(tex));
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here
extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:194:3: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, filter);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:195:3: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, filter);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:196:3: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:197:3: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_REPEAT);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:198:3: warning: 'glTexEnvf' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2708:13: note: 'glTexEnvf' has been explicitly marked deprecated here
extern void glTexEnvf (GLenum target, GLenum pname, GLfloat param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:200:2: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glBegin(GL_QUADS);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:201:2: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glTexCoord2f(0, 0);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:202:2: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertex3f(-EM_RIGHT, EM_UP, -1); 
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:203:2: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glTexCoord2f(1, 0);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:204:2: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertex3f(EM_RIGHT, EM_UP, -1); 
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:205:2: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glTexCoord2f(1, 1);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:206:2: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertex3f(EM_RIGHT, -EM_UP, -1);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:207:2: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glTexCoord2f(0, 1);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:208:2: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glVertex3f(-EM_RIGHT, -EM_UP, -1);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
Engine.cpp:209:2: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnd();
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
26 warnings generated.
mv -f .deps/Engine.Tpo .deps/Engine.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Group.o -MD -MP -MF .deps/Group.Tpo -c -o Group.o Group.cpp
mv -f .deps/Group.Tpo .deps/Group.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Keyboard.o -MD -MP -MF .deps/Keyboard.Tpo -c -o Keyboard.o Keyboard.cpp
mv -f .deps/Keyboard.Tpo .deps/Keyboard.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Light.o -MD -MP -MF .deps/Light.Tpo -c -o Light.o Light.cpp
mv -f .deps/Light.Tpo .deps/Light.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Node.o -MD -MP -MF .deps/Node.Tpo -c -o Node.o Node.cpp
mv -f .deps/Node.Tpo .deps/Node.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT OctTree.o -MD -MP -MF .deps/OctTree.Tpo -c -o OctTree.o OctTree.cpp
mv -f .deps/OctTree.Tpo .deps/OctTree.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT OpenGLVisitor.o -MD -MP -MF .deps/OpenGLVisitor.Tpo -c -o OpenGLVisitor.o OpenGLVisitor.cpp
OpenGLVisitor.cpp:60:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glEnable(GL_DEPTH_TEST);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:61:5: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDepthFunc(GL_LESS);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here
extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:63:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDisable(GL_BLEND);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:64:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDisable(GL_ALPHA_TEST);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:65:5: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDepthMask(GL_TRUE);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here
extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:69:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glEnable(GL_DEPTH_TEST);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:70:5: warning: 'glDepthFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDepthFunc(GL_LESS);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2459:13: note: 'glDepthFunc' has been explicitly marked deprecated here
extern void glDepthFunc (GLenum func) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:72:5: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glEnable(GL_BLEND);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:73:5: warning: 'glBlendFunc' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2391:13: note: 'glBlendFunc' has been explicitly marked deprecated here
extern void glBlendFunc (GLenum sfactor, GLenum dfactor) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:74:5: warning: 'glDepthMask' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDepthMask(GL_FALSE);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2460:13: note: 'glDepthMask' has been explicitly marked deprecated here
extern void glDepthMask (GLboolean flag) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:82:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDisable(GL_DEPTH_TEST);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:83:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDisable(GL_ALPHA_TEST);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:84:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDisable(GL_TEXTURE_2D);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:85:5: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDisable(GL_BLEND);
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:105:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnable(GL_POLYGON_OFFSET_FILL);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:106:9: warning: 'glPolygonOffset' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glPolygonOffset(1.0, 1.0);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2616:13: note: 'glPolygonOffset' has been explicitly marked deprecated here
extern void glPolygonOffset (GLfloat factor, GLfloat units) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:108:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnable(GL_POLYGON_OFFSET_FILL);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:109:9: warning: 'glPolygonOffset' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glPolygonOffset(1.0, 2.0);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2616:13: note: 'glPolygonOffset' has been explicitly marked deprecated here
extern void glPolygonOffset (GLfloat factor, GLfloat units) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:111:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDisable(GL_POLYGON_OFFSET_FILL);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:115:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnable(GL_TEXTURE_2D);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:116:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glBindTexture(GL_TEXTURE_2D, *((*shapeIter)->m_Texture));
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here
extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:117:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, filter);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:118:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, filter);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:119:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:120:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_REPEAT);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:121:9: warning: 'glTexEnvf' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2708:13: note: 'glTexEnvf' has been explicitly marked deprecated here
extern void glTexEnvf (GLenum target, GLenum pname, GLfloat param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:133:13: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glBegin(GL_POLYGON);
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:135:15: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glTexCoord2f((*shapeIter)->m_vTexCoord[(*indexIter)].u,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:137:15: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glColor3f((*shapeIter)->m_vColor[(*indexIter)].r,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:140:15: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glVertex3f((*shapeIter)->m_vVtxAlign[(*indexIter)].x,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:144:13: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glEnd();
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:156:13: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glBegin(GL_POLYGON);
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:158:15: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glTexCoord2f((*shapeIter)->m_vTexCoord[(*indexIter)].u,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:161:15: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glColor3f((*shapeIter)->m_vLight[(*indexIter)].r,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:164:15: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glVertex3f((*shapeIter)->m_vVtxAlign[(*indexIter)].x,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:168:13: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glEnd();
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:172:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDisable(GL_TEXTURE_2D);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:184:13: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glBegin(GL_POLYGON);
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:186:15: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glColor3f((*shapeIter)->m_vColor[(*indexIter)].r, 
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:189:15: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glVertex3f((*shapeIter)->m_vVtxAlign[(*indexIter)].x,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:193:13: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glEnd();
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:205:13: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glBegin(GL_POLYGON);
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:207:15: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glColor3f((*shapeIter)->m_vLitColor[(*indexIter)].r, 
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:210:15: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glVertex3f((*shapeIter)->m_vVtxAlign[(*indexIter)].x,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:214:13: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glEnd();
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:224:7: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glBindTexture(GL_TEXTURE_2D, *(b->m_Texture));
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here
extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:225:7: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, filter);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:226:7: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, filter);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:227:7: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:228:7: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_REPEAT);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:229:7: warning: 'glTexEnvf' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2708:13: note: 'glTexEnvf' has been explicitly marked deprecated here
extern void glTexEnvf (GLenum target, GLenum pname, GLfloat param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:232:7: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glColor3f(1, 1, 1);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:233:7: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glBegin(GL_POLYGON);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:234:7: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexCoord2f(0, 0);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:235:7: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex3f(b->m_vtxAlign.x - b->m_fSizexD2, 
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:238:7: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexCoord2f(1, 0);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:239:7: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex3f(b->m_vtxAlign.x + b->m_fSizexD2, 
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:242:7: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexCoord2f(1, 1);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:243:7: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex3f(b->m_vtxAlign.x + b->m_fSizexD2, 
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:246:7: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexCoord2f(0, 1);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:247:7: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex3f(b->m_vtxAlign.x - b->m_fSizexD2, 
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:250:7: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glEnd();
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:288:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnable(GL_POLYGON_OFFSET_FILL);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:289:9: warning: 'glPolygonOffset' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glPolygonOffset(1.0, 1.0);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2616:13: note: 'glPolygonOffset' has been explicitly marked deprecated here
extern void glPolygonOffset (GLfloat factor, GLfloat units) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:291:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnable(GL_POLYGON_OFFSET_FILL);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:292:9: warning: 'glPolygonOffset' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glPolygonOffset(1.0, 2.0);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2616:13: note: 'glPolygonOffset' has been explicitly marked deprecated here
extern void glPolygonOffset (GLfloat factor, GLfloat units) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:294:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDisable(GL_POLYGON_OFFSET_FILL);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:298:9: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glEnable(GL_TEXTURE_2D);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:299:9: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glBindTexture(GL_TEXTURE_2D, *((*shapeIter)->m_Texture));
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here
extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:300:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, filter);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:301:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, filter);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:302:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:303:9: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_REPEAT);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:304:9: warning: 'glTexEnvf' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_MODULATE);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2708:13: note: 'glTexEnvf' has been explicitly marked deprecated here
extern void glTexEnvf (GLenum target, GLenum pname, GLfloat param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:317:13: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glBegin(GL_POLYGON);
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:319:15: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glTexCoord2f((*shapeIter)->m_vTexCoord[(*indexIter)].u, 
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:321:15: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glColor4f((*shapeIter)->m_vColor[(*indexIter)].r,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:325:15: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glVertex3f((*shapeIter)->m_vVtxAlign[(*indexIter)].x,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:329:13: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glEnd();
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:342:13: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glBegin(GL_POLYGON);
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:344:15: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glTexCoord2f((*shapeIter)->m_vTexCoord[(*indexIter)].u, 
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:346:15: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glColor4f((*shapeIter)->m_vLight[(*indexIter)].r,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:350:15: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glVertex3f((*shapeIter)->m_vVtxAlign[(*indexIter)].x,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:354:13: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glEnd();
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:358:9: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
        glDisable(GL_TEXTURE_2D);
        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:369:13: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glBegin(GL_POLYGON);
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:372:15: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glColor4f((*shapeIter)->m_vColor[(*indexIter)].r,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:376:15: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glVertex3f((*shapeIter)->m_vVtxAlign[(*indexIter)].x,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:380:13: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glEnd();
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:392:13: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glBegin(GL_POLYGON);
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:395:15: warning: 'glColor4f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glColor4f((*shapeIter)->m_vLitColor[(*indexIter)].r,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2421:13: note: 'glColor4f' has been explicitly marked deprecated here
extern void glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:399:15: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
              glVertex3f((*shapeIter)->m_vVtxAlign[(*indexIter)].x,
              ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:403:13: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
            glEnd();
            ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:413:7: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glBindTexture(GL_TEXTURE_2D, *(b->m_Texture));
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here
extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:414:7: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, filter);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:415:7: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MIN_FILTER, filter);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:416:7: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:417:7: warning: 'glTexParameteri' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_REPEAT);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2723:13: note: 'glTexParameteri' has been explicitly marked deprecated here
extern void glTexParameteri (GLenum target, GLenum pname, GLint param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:418:7: warning: 'glTexEnvf' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexEnvf(GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2708:13: note: 'glTexEnvf' has been explicitly marked deprecated here
extern void glTexEnvf (GLenum target, GLenum pname, GLfloat param) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:421:7: warning: 'glColor3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glColor3f(1, 1, 1);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2405:13: note: 'glColor3f' has been explicitly marked deprecated here
extern void glColor3f (GLfloat red, GLfloat green, GLfloat blue) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:422:7: warning: 'glBegin' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glBegin(GL_POLYGON);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2385:13: note: 'glBegin' has been explicitly marked deprecated here
extern void glBegin (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:423:7: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexCoord2f(0, 0);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:424:7: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex3f(b->m_vtxAlign.x - b->m_fSizexD2, 
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:427:7: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexCoord2f(1, 0);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:428:7: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex3f(b->m_vtxAlign.x + b->m_fSizexD2, 
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:431:7: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexCoord2f(1, 1);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:432:7: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex3f(b->m_vtxAlign.x + b->m_fSizexD2, 
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:435:7: warning: 'glTexCoord2f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glTexCoord2f(0, 1);
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2685:13: note: 'glTexCoord2f' has been explicitly marked deprecated here
extern void glTexCoord2f (GLfloat s, GLfloat t) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:436:7: warning: 'glVertex3f' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glVertex3f(b->m_vtxAlign.x - b->m_fSizexD2, 
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2740:13: note: 'glVertex3f' has been explicitly marked deprecated here
extern void glVertex3f (GLfloat x, GLfloat y, GLfloat z) OPENGL_DEPRECATED(10.0, 10.14);
            ^
OpenGLVisitor.cpp:439:7: warning: 'glEnd' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
      glEnd();
      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2474:13: note: 'glEnd' has been explicitly marked deprecated here
extern void glEnd (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
110 warnings generated.
mv -f .deps/OpenGLVisitor.Tpo .deps/OpenGLVisitor.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT PointLightVisitor.o -MD -MP -MF .deps/PointLightVisitor.Tpo -c -o PointLightVisitor.o PointLightVisitor.cpp
mv -f .deps/PointLightVisitor.Tpo .deps/PointLightVisitor.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Polygon.o -MD -MP -MF .deps/Polygon.Tpo -c -o Polygon.o Polygon.cpp
mv -f .deps/Polygon.Tpo .deps/Polygon.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Profiler.o -MD -MP -MF .deps/Profiler.Tpo -c -o Profiler.o Profiler.cpp
mv -f .deps/Profiler.Tpo .deps/Profiler.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Shape3D.o -MD -MP -MF .deps/Shape3D.Tpo -c -o Shape3D.o Shape3D.cpp
mv -f .deps/Shape3D.Tpo .deps/Shape3D.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT SignalSender.o -MD -MP -MF .deps/SignalSender.Tpo -c -o SignalSender.o SignalSender.cpp
mv -f .deps/SignalSender.Tpo .deps/SignalSender.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT Sound.o -MD -MP -MF .deps/Sound.Tpo -c -o Sound.o Sound.cpp
mv -f .deps/Sound.Tpo .deps/Sound.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT SoundUtil.o -MD -MP -MF .deps/SoundUtil.Tpo -c -o SoundUtil.o SoundUtil.cpp
mv -f .deps/SoundUtil.Tpo .deps/SoundUtil.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT SoundVisitor.o -MD -MP -MF .deps/SoundVisitor.Tpo -c -o SoundVisitor.o SoundVisitor.cpp
mv -f .deps/SoundVisitor.Tpo .deps/SoundVisitor.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT TextureUtil.o -MD -MP -MF .deps/TextureUtil.Tpo -c -o TextureUtil.o TextureUtil.cpp
TextureUtil.cpp:92:5: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDeleteTextures (1, (GLuint*) ((*i).second) ); //is that correct ?
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here
extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:112:5: warning: 'glDeleteTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
    glDeleteTextures (1, (GLuint*) ((*i).second) ); //is that correct ?
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2458:13: note: 'glDeleteTextures' has been explicitly marked deprecated here
extern void glDeleteTextures (GLsizei n, const GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:192:30: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  cerr << "Vendor     : " << glGetString( GL_VENDOR ) << endl;
                             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here
extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14);
                      ^
TextureUtil.cpp:193:30: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  cerr << "Renderer   : " << glGetString( GL_RENDERER ) << endl;
                             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here
extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14);
                      ^
TextureUtil.cpp:194:30: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  cerr << "Version    : " << glGetString( GL_VERSION ) << endl;
                             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here
extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14);
                      ^
TextureUtil.cpp:195:30: warning: 'glGetString' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  cerr << "Extensions : " << glGetString( GL_EXTENSIONS ) << endl << endl;
                             ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2530:23: note: 'glGetString' has been explicitly marked deprecated here
extern const GLubyte *glGetString (GLenum name) OPENGL_DEPRECATED(10.0, 10.14);
                      ^
TextureUtil.cpp:282:3: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glClearColor(m_colClear.r, m_colClear.g, m_colClear.b, m_colClear.a);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here
extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:288:3: warning: 'glViewport' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glViewport(0, 0, (GLsizei) w, (GLsizei) h);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2755:13: note: 'glViewport' has been explicitly marked deprecated here
extern void glViewport (GLint x, GLint y, GLsizei width, GLsizei height) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:290:3: warning: 'glClearColor' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glClearColor(m_colClear.r, m_colClear.g, m_colClear.b, m_colClear.a);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2396:13: note: 'glClearColor' has been explicitly marked deprecated here
extern void glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:291:3: warning: 'glClearDepth' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glClearDepth(1.0);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2397:13: note: 'glClearDepth' has been explicitly marked deprecated here
extern void glClearDepth (GLclampd depth) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:293:3: warning: 'glShadeModel' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glShadeModel(GL_SMOOTH);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2671:13: note: 'glShadeModel' has been explicitly marked deprecated here
extern void glShadeModel (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:295:3: warning: 'glEnable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glEnable(GL_CULL_FACE);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2472:13: note: 'glEnable' has been explicitly marked deprecated here
extern void glEnable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:296:3: warning: 'glCullFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glCullFace(GL_BACK);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2456:13: note: 'glCullFace' has been explicitly marked deprecated here
extern void glCullFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:297:3: warning: 'glFrontFace' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glFrontFace(GL_CW);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2495:13: note: 'glFrontFace' has been explicitly marked deprecated here
extern void glFrontFace (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:300:3: warning: 'glDisable' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glDisable(GL_LIGHTING);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2462:13: note: 'glDisable' has been explicitly marked deprecated here
extern void glDisable (GLenum cap) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:302:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode(GL_PROJECTION);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:303:3: warning: 'glLoadIdentity' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glLoadIdentity();
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2571:13: note: 'glLoadIdentity' has been explicitly marked deprecated here
extern void glLoadIdentity (void) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:308:3: warning: 'glFrustum' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glFrustum(-EM_RIGHT*EM_NEAR*ratio, EM_RIGHT*EM_NEAR*ratio,
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2496:13: note: 'glFrustum' has been explicitly marked deprecated here
extern void glFrustum (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:311:3: warning: 'glMatrixMode' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glMatrixMode(GL_MODELVIEW);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2588:13: note: 'glMatrixMode' has been explicitly marked deprecated here
extern void glMatrixMode (GLenum mode) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:357:3: warning: 'glGenTextures' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glGenTextures(1, texture);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2498:13: note: 'glGenTextures' has been explicitly marked deprecated here
extern void glGenTextures (GLsizei n, GLuint *textures) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:358:3: warning: 'glBindTexture' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glBindTexture(GL_TEXTURE_2D, *texture);
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2386:13: note: 'glBindTexture' has been explicitly marked deprecated here
extern void glBindTexture (GLenum target, GLuint texture) OPENGL_DEPRECATED(10.0, 10.14);
            ^
TextureUtil.cpp:375:3: warning: 'glTexImage2D' is deprecated: first deprecated in macOS 10.14 - OpenGL API deprecated. (Define GL_SILENCE_DEPRECATION to silence these warnings) [-Wdeprecated-declarations]
  glTexImage2D(GL_TEXTURE_2D, 0, comp, image->width, image->height, 0, comp,
  ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/System/Library/Frameworks/OpenGL.framework/Headers/gl.h:2719:13: note: 'glTexImage2D' has been explicitly marked deprecated here
extern void glTexImage2D (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) OPENGL_DEPRECATED(10.0, 10.14);
            ^
22 warnings generated.
mv -f .deps/TextureUtil.Tpo .deps/TextureUtil.Po
clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I.. -I../addon   -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE  -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT TransformVisitor.o -MD -MP -MF .deps/TransformVisitor.Tpo -c -o TransformVisitor.o TransformVisitor.cpp
mv -f .deps/TransformVisitor.Tpo .deps/TransformVisitor.Po
rm -f libemilia_base.a
ar cru libemilia_base.a AlignVisitor.o  AllegroVisitor.o AmbientLightVisitor.o  Behavior.o BehaviorVisitor.o  BillBoard.o Camera.o CollisionBounds.o  CollisionVisitor.o Config.o EMath.o  EmFont.o Engine.o Group.o  Keyboard.o Light.o Node.o  OctTree.o OpenGLVisitor.o  PointLightVisitor.o Polygon.o  Profiler.o Shape3D.o SignalSender.o  Sound.o SoundUtil.o SoundVisitor.o  TextureUtil.o TransformVisitor.o 
ranlib libemilia_base.a
Making all in data
Making all in tux
/opt/pkg/bin/mksh ../../libtool  --tag=CXX    --mode=compile clang++ -std=gnu++11 -DHAVE_CONFIG_H  -I. -I../.. -I../../base -I.../../addon -I../../src  -I/opt/pkg/include/SDL -I/opt/pkg/include -I/opt/pkg/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE   -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -MT ModuleTux.lo -MD -MP -MF .deps/ModuleTux.Tpo -c -o ModuleTux.lo ModuleTux.cpp
libtool: compile:  clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../.. -I../../base -I.../../addon -I../../src -I/Users/pbulk/build/games/pinball/work/.buildlink/include/SDL -I/Users/pbulk/build/games/pinball/work/.buildlink/include -D_GNU_SOURCE=1 -D_THREAD_SAFE -pipe -Os -MT ModuleTux.lo -MD -MP -MF .deps/ModuleTux.Tpo -c ModuleTux.cpp  -fno-common -DPIC -o .libs/ModuleTux.o
libtool: compile:  clang++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../.. -I../../base -I.../../addon -I../../src -I/Users/pbulk/build/games/pinball/work/.buildlink/include/SDL -I/Users/pbulk/build/games/pinball/work/.buildlink/include -D_GNU_SOURCE=1 -D_THREAD_SAFE -pipe -Os -MT ModuleTux.lo -MD -MP -MF .deps/ModuleTux.Tpo -c ModuleTux.cpp -o ModuleTux.o >/dev/null 2>&1
mv -f .deps/ModuleTux.Tpo .deps/ModuleTux.Plo
/opt/pkg/bin/mksh ../../libtool  --tag=CXX    --mode=link clang++ -std=gnu++11   -pipe -Os -I/opt/pkg/include/SDL -I/opt/pkg/include -module  -L/opt/pkg/lib -o libModuleTux.la -rpath /opt/pkg/lib/pinball ModuleTux.lo  -L/opt/pkg/lib -lSDLmain -lSDL -Wl,-framework,Cocoa -lSDL_image -lSDL_mixer
libtool: link: clang++ -Wl,-undefined -Wl,dynamic_lookup -o .libs/libModuleTux.0.so -bundle  .libs/ModuleTux.o   -L/Users/pbulk/build/games/pinball/work/.buildlink/lib /Users/pbulk/build/games/pinball/work/.buildlink/lib/libSDLmain.a /Users/pbulk/build/games/pinball/work/.buildlink/lib/libSDL_image.dylib -lpng16 -lz /Users/pbulk/build/games/pinball/work/.buildlink/lib/libSDL_mixer.dylib /Users/pbulk/build/games/pinball/work/.buildlink/lib/libSDL.dylib -lm  -Os -Wl,-framework -Wl,Cocoa  
ld: library not found for -lpng16
clang: error: linker command failed with exit code 1 (use -v to see invocation)
*** [libModuleTux.la] Error code 1

bmake[3]: stopped making "all" in /Users/pbulk/build/games/pinball/work/pinball-0.3.20201218/data/tux
bmake[3]: 1 error

bmake[3]: stopped making "all" in /Users/pbulk/build/games/pinball/work/pinball-0.3.20201218/data/tux

bmake[2]: stopped making "all" in /Users/pbulk/build/games/pinball/work/pinball-0.3.20201218/data

bmake[1]: stopped making "all-recursive" in /Users/pbulk/build/games/pinball/work/pinball-0.3.20201218

bmake: stopped making "all" in /Users/pbulk/build/games/pinball/work/pinball-0.3.20201218
*** Error code 2

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

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-arm64/games/pinball