=> Bootstrap dependency digest>=20010302: found digest-20190127
===> Skipping vulnerability checks.
WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
===> Building for genecys-client-0.2nb45
--- all-recursive ---
Making all in common
--- pngloader.o ---
--- shstr.o ---
--- stattables.o ---
--- pngloader.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I/usr/pkg/include/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -MT pngloader.o -MD -MP -MF ".deps/pngloader.Tpo" -c -o pngloader.o pngloader.c;  then mv -f ".deps/pngloader.Tpo" ".deps/pngloader.Po"; else rm -f ".deps/pngloader.Tpo"; exit 1; fi
--- shstr.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I/usr/pkg/include/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -MT shstr.o -MD -MP -MF ".deps/shstr.Tpo" -c -o shstr.o shstr.c;  then mv -f ".deps/shstr.Tpo" ".deps/shstr.Po"; else rm -f ".deps/shstr.Tpo"; exit 1; fi
--- stattables.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I/usr/pkg/include/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -MT stattables.o -MD -MP -MF ".deps/stattables.Tpo" -c -o stattables.o stattables.c;  then mv -f ".deps/stattables.Tpo" ".deps/stattables.Po"; else rm -f ".deps/stattables.Tpo"; exit 1; fi
--- pngloader.o ---
pngloader.c: In function 'parse_pngmap8bit':
pngloader.c:72:21: warning: pointer targets in passing argument 1 of 'png_sig_cmp' differ in signedness [-Wpointer-sign]
     if (png_sig_cmp(header, 0, 8))
                     ^~~~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/png.h:335:0,
                 from pngloader.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/png.h:913:20: note: expected 'png_const_bytep {aka const unsigned char *}' but argument is of type 'char *'
 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, size_t start,
                    ^
/scratch/work/games/genecys-client/work/.buildlink/include/pngconf.h:287:70: note: in definition of macro 'PNG_FUNCTION'
 #  define PNG_FUNCTION(type, name, args, attributes) attributes type name args
                                                                      ^~~~
/scratch/work/games/genecys-client/work/.buildlink/include/pngconf.h:311:4: note: in expansion of macro 'PNG_EXPORTA'
    PNG_EXPORTA(ordinal, type, name, args, PNG_EMPTY)
    ^~~~~~~~~~~
/scratch/work/games/genecys-client/work/.buildlink/include/png.h:913:1: note: in expansion of macro 'PNG_EXPORT'
 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, size_t start,
 ^~~~~~~~~~
pngloader.c:63:14: warning: variable 'bit_depth' set but not used [-Wunused-but-set-variable]
     png_byte bit_depth;
              ^~~~~~~~~
pngloader.c:62:14: warning: variable 'color_type' set but not used [-Wunused-but-set-variable]
     png_byte color_type;
              ^~~~~~~~~~
pngloader.c:60:9: warning: variable 'number_of_passes' set but not used [-Wunused-but-set-variable]
     int number_of_passes, x, y, j;
         ^~~~~~~~~~~~~~~~
pngloader.c: In function 'parse_pngmap16bit':
pngloader.c:154:21: warning: pointer targets in passing argument 1 of 'png_sig_cmp' differ in signedness [-Wpointer-sign]
     if (png_sig_cmp(header, 0, 8))
                     ^~~~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/png.h:335:0,
                 from pngloader.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/png.h:913:20: note: expected 'png_const_bytep {aka const unsigned char *}' but argument is of type 'char *'
 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, size_t start,
                    ^
/scratch/work/games/genecys-client/work/.buildlink/include/pngconf.h:287:70: note: in definition of macro 'PNG_FUNCTION'
 #  define PNG_FUNCTION(type, name, args, attributes) attributes type name args
                                                                      ^~~~
/scratch/work/games/genecys-client/work/.buildlink/include/pngconf.h:311:4: note: in expansion of macro 'PNG_EXPORTA'
    PNG_EXPORTA(ordinal, type, name, args, PNG_EMPTY)
    ^~~~~~~~~~~
/scratch/work/games/genecys-client/work/.buildlink/include/png.h:913:1: note: in expansion of macro 'PNG_EXPORT'
 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, size_t start,
 ^~~~~~~~~~
pngloader.c:145:14: warning: variable 'bit_depth' set but not used [-Wunused-but-set-variable]
     png_byte bit_depth;
              ^~~~~~~~~
pngloader.c:144:14: warning: variable 'color_type' set but not used [-Wunused-but-set-variable]
     png_byte color_type;
              ^~~~~~~~~~
pngloader.c:142:9: warning: variable 'number_of_passes' set but not used [-Wunused-but-set-variable]
     int number_of_passes, x, y;
         ^~~~~~~~~~~~~~~~
pngloader.c: In function 'parse_pngRGBA':
pngloader.c:236:21: warning: pointer targets in passing argument 1 of 'png_sig_cmp' differ in signedness [-Wpointer-sign]
     if (png_sig_cmp(header, 0, 8))
                     ^~~~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/png.h:335:0,
                 from pngloader.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/png.h:913:20: note: expected 'png_const_bytep {aka const unsigned char *}' but argument is of type 'char *'
 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, size_t start,
                    ^
/scratch/work/games/genecys-client/work/.buildlink/include/pngconf.h:287:70: note: in definition of macro 'PNG_FUNCTION'
 #  define PNG_FUNCTION(type, name, args, attributes) attributes type name args
                                                                      ^~~~
/scratch/work/games/genecys-client/work/.buildlink/include/pngconf.h:311:4: note: in expansion of macro 'PNG_EXPORTA'
    PNG_EXPORTA(ordinal, type, name, args, PNG_EMPTY)
    ^~~~~~~~~~~
/scratch/work/games/genecys-client/work/.buildlink/include/png.h:913:1: note: in expansion of macro 'PNG_EXPORT'
 PNG_EXPORT(3, int, png_sig_cmp, (png_const_bytep sig, size_t start,
 ^~~~~~~~~~
pngloader.c:227:14: warning: variable 'bit_depth' set but not used [-Wunused-but-set-variable]
     png_byte bit_depth;
              ^~~~~~~~~
pngloader.c:226:14: warning: variable 'color_type' set but not used [-Wunused-but-set-variable]
     png_byte color_type;
              ^~~~~~~~~~
pngloader.c:224:9: warning: variable 'number_of_passes' set but not used [-Wunused-but-set-variable]
     int number_of_passes, y, row_stride, indx;
         ^~~~~~~~~~~~~~~~
--- timers.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I/usr/pkg/include/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -MT timers.o -MD -MP -MF ".deps/timers.Tpo" -c -o timers.o timers.c;  then mv -f ".deps/timers.Tpo" ".deps/timers.Po"; else rm -f ".deps/timers.Tpo"; exit 1; fi
--- utils.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I/usr/pkg/include/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o utils.c;  then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi
--- timers.o ---
timers.c: In function 'time_action':
timers.c:136:21: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'time_t {aka long long int}' [-Wformat=]
     printf("TOOK: %ld.%0.6ld\n", diff.tv_sec, diff.tv_usec);
                   ~~^            ~~~~~~~~~~~
                   %lld
timers.c:136:12: warning: '0' flag ignored with precision and '%d' gnu_printf format [-Wformat=]
     printf("TOOK: %ld.%0.6ld\n", diff.tv_sec, diff.tv_usec);
            ^~~~~~~~~~~~~~~~~~~~
timers.c:136:28: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'suseconds_t {aka int}' [-Wformat=]
     printf("TOOK: %ld.%0.6ld\n", diff.tv_sec, diff.tv_usec);
                       ~~~~~^                  ~~~~~~~~~~~~
                       %0.6d
--- quadric.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I/usr/pkg/include/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -MT quadric.o -MD -MP -MF ".deps/quadric.Tpo" -c -o quadric.o quadric.c;  then mv -f ".deps/quadric.Tpo" ".deps/quadric.Po"; else rm -f ".deps/quadric.Tpo"; exit 1; fi
--- netparser.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I/usr/pkg/include/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -MT netparser.o -MD -MP -MF ".deps/netparser.Tpo" -c -o netparser.o netparser.c;  then mv -f ".deps/netparser.Tpo" ".deps/netparser.Po"; else rm -f ".deps/netparser.Tpo"; exit 1; fi
--- xmlparse.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I/usr/pkg/include/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -MT xmlparse.o -MD -MP -MF ".deps/xmlparse.Tpo" -c -o xmlparse.o xmlparse.c;  then mv -f ".deps/xmlparse.Tpo" ".deps/xmlparse.Po"; else rm -f ".deps/xmlparse.Tpo"; exit 1; fi
xmlparse.c: In function 'parsestring':
xmlparse.c:55:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
     tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
         ^
xmlparse.c: In function 'parsefloat':
xmlparse.c:67:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
     tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
         ^
xmlparse.c: In function 'parsedouble':
xmlparse.c:78:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
     tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
         ^
xmlparse.c: In function 'parselong':
xmlparse.c:89:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
     tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
         ^
xmlparse.c: In function 'parseint':
xmlparse.c:100:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
     tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
         ^
xmlparse.c: In function 'parsetriint':
xmlparse.c:111:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
     tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
         ^
xmlparse.c: In function 'parsequadint':
xmlparse.c:123:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
     tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
         ^
xmlparse.c: In function 'parsetrifloat':
xmlparse.c:134:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
     tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
         ^
xmlparse.c: In function 'parsetridouble':
xmlparse.c:146:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
     tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
         ^
xmlparse.c: In function 'parsevector':
xmlparse.c:161:6: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
  tmp = xmlNodeListGetString(doc, child->xmlChildrenNode, 1);
      ^
xmlparse.c:162:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(child->name, "x"))
              ^~~~~
In file included from xmlparse.c:26:0:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
xmlparse.c:164:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(child->name, "y"))
              ^~~~~
In file included from xmlparse.c:26:0:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
xmlparse.c:166:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(child->name, "z"))
              ^~~~~
In file included from xmlparse.c:26:0:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
xmlparse.c: In function 'parsestat':
xmlparse.c:179:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
     tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
         ^
xmlparse.c: In function 'parseuid':
xmlparse.c:191:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
     tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
         ^
xmlparse.c: In function 'write_double':
xmlparse.c:205:29: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                             ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c:205:34: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                                  ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c: In function 'write_float':
xmlparse.c:214:29: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                             ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
--- uid.o ---
--- xmlparse.o ---
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c:214:34: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                                  ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
--- uid.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I/usr/pkg/include/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -MT uid.o -MD -MP -MF ".deps/uid.Tpo" -c -o uid.o uid.c;  then mv -f ".deps/uid.Tpo" ".deps/uid.Po"; else rm -f ".deps/uid.Tpo"; exit 1; fi
--- xmlparse.o ---
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c: In function 'write_long':
xmlparse.c:223:29: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                             ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c:223:34: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                                  ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c: In function 'write_int':
xmlparse.c:232:29: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                             ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c:232:34: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                                  ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c: In function 'write_triint':
xmlparse.c:241:29: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                             ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c:241:34: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                                  ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c: In function 'write_quadint':
xmlparse.c:250:29: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                             ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c:250:34: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                                  ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c: In function 'write_string':
xmlparse.c:256:29: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, string);
                             ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c:256:34: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, string);
                                  ^~~~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c: In function 'write_trifloat':
xmlparse.c:265:29: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                             ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c:265:34: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                                  ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c: In function 'write_uid':
xmlparse.c:273:29: warning: pointer targets in passing argument 3 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                             ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
xmlparse.c:273:34: warning: pointer targets in passing argument 4 of 'xmlNewChild' differ in signedness [-Wpointer-sign]
     xmlNewChild(node, NULL, elm, buf);
                                  ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from xmlparse.c:32:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:844:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlNewChild  (xmlNodePtr parent,
   ^~~~~~~~~~~
--- language.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I/usr/pkg/include/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -MT language.o -MD -MP -MF ".deps/language.Tpo" -c -o language.o language.c;  then mv -f ".deps/language.Tpo" ".deps/language.Po"; else rm -f ".deps/language.Tpo"; exit 1; fi
language.c: In function 'parse_language':
language.c:84:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
     if (strcmp(cur->name, "Language")) {
                ^~~
In file included from language.c:26:0:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
language.c:100:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(cur->name, "syl")) {
              ^~~
In file included from language.c:26:0:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
language.c:108:47: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign]
      lang->orig[lang->syls] = xmlGetProp(cur, "orig");
                                               ^~~~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from language.c:37:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlGetProp  (const xmlNode *node,
   ^~~~~~~~~~
language.c:108:29: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
      lang->orig[lang->syls] = xmlGetProp(cur, "orig");
                             ^
language.c:109:29: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
      lang->lang[lang->syls] =
                             ^
language.c: In function 'parse_languages':
language.c:146:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
     if (strcmp(cur->name, "Languages")) {
                ^~~
In file included from language.c:26:0:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
language.c:157:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(cur->name, "lang")) {
              ^~~
In file included from language.c:26:0:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
--- libgenecys.a ---
rm -f libgenecys.a
ar cru libgenecys.a pngloader.o shstr.o  stattables.o timers.o utils.o  quadric.o netparser.o xmlparse.o  uid.o language.o 
ranlib libgenecys.a
Making all in client
--- ui.o ---
--- mappings.o ---
--- camera.o ---
--- ui.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I../common/include  -DRM_X  -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtkglext-1.0 -I/usr/pkg/lib/gtkglext-1.0/include -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -I/usr/pkg/inc--- mappings.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I../common/include  -DRM_X  -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtkglext-1.0 -I/usr/pkg/lib/gtkglext-1.0/include -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -I/usr/pkg/inc--- camera.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I../common/include  -DRM_X  -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtkglext-1.0 -I/usr/pkg/lib/gtkglext-1.0/include -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -I/usr/pkg/inc--- ui.o ---
lude/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -ffast-math -funroll-all-loops -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include -I/usr/pkg/include -MT ui.o -MD -MP -MF ".deps/ui.Tpo" -c -o ui.o ui.c;  then mv -f ".deps/ui.Tpo" ".deps/ui.Po"; else rm -f ".deps/ui.Tpo"; exit 1; fi
--- mappings.o ---
lude/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -ffast-math -funroll-all-loops -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include -I/usr/pkg/include -MT mappings.o -MD -MP -MF ".deps/mappings.Tpo" -c -o mappings.o mappings.c;  then mv -f ".deps/mappings.Tpo" ".deps/mappings.Po"; else rm -f ".deps/mappings.Tpo"; exit 1; fi
--- camera.o ---
lude/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -ffast-math -funroll-all-loops -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include -I/usr/pkg/include -MT camera.o -MD -MP -MF ".deps/camera.Tpo" -c -o camera.o camera.c;  then mv -f ".deps/camera.Tpo" ".deps/camera.Po"; else rm -f ".deps/camera.Tpo"; exit 1; fi
--- mappings.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from mappings.c:37:
/scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
 void            gtk_type_init   (GTypeDebugFlags    debug_flags);
 ^~~~
--- camera.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from camera.c:37:
/scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
 void            gtk_type_init   (GTypeDebugFlags    debug_flags);
 ^~~~
--- mappings.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gioenums.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/giotypes.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gio.h:26,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32,
                 from mappings.c:37:
--- ui.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from ui.c:36:
--- mappings.o ---
/scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
 {
 ^
--- ui.o ---
/scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
 void            gtk_type_init   (GTypeDebugFlags    debug_flags);
 ^~~~
--- camera.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gioenums.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/giotypes.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gio.h:26,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32,
                 from camera.c:37:
/scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
 {
 ^
--- ui.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gioenums.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/giotypes.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gio.h:26,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32,
                 from ui.c:36:
/scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
 {
 ^
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126,
                 from ui.c:36:
/scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   GTimeVal last_popdown;
   ^~~~~~~~
--- mappings.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126,
                 from mappings.c:37:
/scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   GTimeVal last_popdown;
   ^~~~~~~~
--- camera.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126,
                 from camera.c:37:
/scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   GTimeVal last_popdown;
   ^~~~~~~~
--- ui.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gioenums.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/giotypes.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gio.h:26,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32,
                 from ui.c:36:
/scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
--- mappings.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gioenums.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/giotypes.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gio.h:26,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32,
                 from mappings.c:37:
/scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
--- camera.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gioenums.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/giotypes.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gio.h:26,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32,
                 from camera.c:37:
/scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
--- mappings.o ---
mappings.c: In function 'load_sky_textures':
mappings.c:244:9: warning: unused variable 'j' [-Wunused-variable]
     int j;
         ^
mappings.c: In function 'addFloor':
mappings.c:324:15: warning: variable 'y' set but not used [-Wunused-but-set-variable]
     int x, z, y, i, j, n;
               ^
At top level:
mappings.c:169:13: warning: 'load_sky_cond' defined but not used [-Wunused-function]
 static void load_sky_cond(skycond_t *cond)
             ^~~~~~~~~~~~~
--- ui.o ---
ui.c: In function 'glarea_target_init':
ui.c:660:5: warning: implicit declaration of function 'gdk_x11_gl_context_get_glxcontext'; did you mean 'gdk_gl_context_get_gl_config'? [-Wimplicit-function-declaration]
     gdk_x11_gl_context_get_glxcontext(glcontext));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     gdk_gl_context_get_gl_config
--- cmotion.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I../common/include  -DRM_X  -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtkglext-1.0 -I/usr/pkg/lib/gtkglext-1.0/include -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -ffast-math -funroll-all-loops -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include -I/usr/pkg/include -MT cmotion.o -MD -MP -MF ".deps/cmotion.Tpo" -c -o cmotion.o cmotion.c;  then mv -f ".deps/cmotion.Tpo" ".deps/cmotion.Po"; else rm -f ".deps/cmotion.Tpo"; exit 1; fi
--- mappings.o ---
In file included from /usr/include/stdio.h:597:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:93,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from mappings.c:34:
mappings.c: In function 'addFloor':
mappings.c:357:16: warning: '%d' directive writing between 1 and 10 bytes into a region of size between 1 and 19 [-Wformat-overflow=]
   sprintf(buf, "ground-%d-%d-%d", n, i, j);
                ^
mappings.c:357:16: note: directive argument in the range [0, 2147483632]
mappings.c:357:3: note: '__builtin___sprintf_chk' output between 13 and 40 bytes into a destination of size 30
   sprintf(buf, "ground-%d-%d-%d", n, i, j);
   ^
--- skelanim.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I../common/include  -DRM_X  -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtkglext-1.0 -I/usr/pkg/lib/gtkglext-1.0/include -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -ffast-math -funroll-all-loops -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include -I/usr/pkg/include -MT skelanim.o -MD -MP -MF ".deps/skelanim.Tpo" -c -o skelanim.o skelanim.c;  then mv -f ".deps/skelanim.Tpo" ".deps/skelanim.Po"; else rm -f ".deps/skelanim.Tpo"; exit 1; fi
--- modelloader.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I../common/include  -DRM_X  -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtkglext-1.0 -I/usr/pkg/lib/gtkglext-1.0/include -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -ffast-math -funroll-all-loops -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include -I/usr/pkg/include -MT modelloader.o -MD -MP -MF ".deps/modelloader.Tpo" -c -o modelloader.o modelloader.c;  then mv -f ".deps/modelloader.Tpo" ".deps/modelloader.Po"; else rm -f ".deps/modelloader.Tpo"; exit 1; fi
--- cmotion.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from cmotion.c:35:
/scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
 void            gtk_type_init   (GTypeDebugFlags    debug_flags);
 ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gioenums.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/giotypes.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gio.h:26,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32,
                 from cmotion.c:35:
/scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
 {
 ^
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126,
                 from cmotion.c:35:
/scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   GTimeVal last_popdown;
   ^~~~~~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gioenums.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/giotypes.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gio.h:26,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32,
                 from cmotion.c:35:
/scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
--- skelanim.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from skelanim.c:37:
/scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
 void            gtk_type_init   (GTypeDebugFlags    debug_flags);
 ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gioenums.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/giotypes.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gio.h:26,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32,
                 from skelanim.c:37:
/scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
 {
 ^
--- modelloader.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from modelloader.c:40:
/scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
 void            gtk_type_init   (GTypeDebugFlags    debug_flags);
 ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gioenums.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/giotypes.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gio.h:26,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32,
                 from modelloader.c:40:
/scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
 {
 ^
--- skelanim.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126,
                 from skelanim.c:37:
/scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   GTimeVal last_popdown;
   ^~~~~~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gioenums.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/giotypes.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gio.h:26,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32,
                 from skelanim.c:37:
/scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
--- net.o ---
if gcc -DHAVE_CONFIG_H -I. -I. -I./include -DPACKAGE_DATA_DIR=\""/usr/pkg/share/genecys"\"  -I./include -I../common/include  -DRM_X  -I/usr/pkg/include/gtk-2.0 -I/usr/pkg/lib/gtk-2.0/include -I/usr/pkg/include/pango-1.0 -I/usr/pkg/include -I/usr/pkg/include/glib-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/fribidi -I/usr/X11R7/include -I/usr/pkg/include/cairo -I/usr/X11R7/include/pixman-1 -I/usr/pkg/include/libpng16 -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gio-unix-2.0 -D_REENTRANT -I/usr/pkg/include/gdk-pixbuf-2.0 -D_REENTRANT -I/usr/pkg/include/atk-1.0 -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/gtkglext-1.0 -I/usr/pkg/lib/gtkglext-1.0/include -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -D_REENTRANT -pthread -D_REENTRANT -D_REENTRANT -I/usr/pkg/include/libxml2   -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz  -g -O2 -Wall -ffast-math -funroll-all-loops -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/pkg/include/glib-2.0 -I/usr/pkg/include/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include/harfbuzz -I/usr/pkg/include -I/usr/pkg/include -MT net.o -MD -MP -MF ".deps/net.Tpo" -c -o net.o net.c;  then mv -f ".deps/net.Tpo" ".deps/net.Po"; else rm -f ".deps/net.Tpo"; exit 1; fi
--- modelloader.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126,
                 from modelloader.c:40:
/scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   GTimeVal last_popdown;
   ^~~~~~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gioenums.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/giotypes.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gio.h:26,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32,
                 from modelloader.c:40:
/scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
modelloader.c: In function 'parse_quadfloat':
modelloader.c:73:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
     tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
         ^
modelloader.c: In function 'parse_materials':
modelloader.c:96:21: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
         if (!strcmp(cur->name, "material")) {
                     ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:101:15: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
   if (!strcmp(ncur->name, "ambient"))
               ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:103:15: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
   if (!strcmp(ncur->name, "diffuse"))
               ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:105:15: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
   if (!strcmp(ncur->name, "specular")) {
               ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:108:15: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
   if (!strcmp(ncur->name, "name")) {
               ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:109:29: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
       mats[nrofmats-1].name =
                             ^
modelloader.c:112:15: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
   if (!strcmp(ncur->name, "image")) {
               ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:115:30: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
       mats[nrofmats-1].image =
                              ^
--- skelanim.o ---
skelanim.c: In function 'perform_action':
skelanim.c:92:5: error: too few arguments to function 'CalMixer_ExecuteAction'
     CalMixer_ExecuteAction(CalModel_GetMixer(an->calmodel), i,
     ^~~~~~~~~~~~~~~~~~~~~~
In file included from skelanim.c:43:0:
/scratch/work/games/genecys-client/work/.buildlink/include/cal3d/cal3d_wrapper.h:422:34: note: declared here
   CAL3D_WRAPPER_API enum Boolean CalMixer_ExecuteAction(struct CalMixer *self, int id, float delayIn, float delayOut, enum Boolean autoLock);
                                  ^~~~~~~~~~~~~~~~~~~~~~
--- modelloader.o ---
modelloader.c: In function 'parse_genmodel':
modelloader.c:260:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
     if (strcmp(cur->name, "genmodel")) {
                ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:286:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(cur->name, "name")) {
              ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:287:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
      tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
          ^
modelloader.c:294:21: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
         if (!strcmp(cur->name, "materials")) {
                     ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:297:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(cur->name, "surface")) {
              ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:301:15: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
   if (!strcmp(ncur->name, "vertexs")) {
               ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:307:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
    if (!strcmp(xcur->name, "verts")) {
                ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:317:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
    if (!strcmp(xcur->name, "vertex")) {
                ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:323:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
     if (!strcmp(ycur->name, "vertex_x"))
                 ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:325:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
     if (!strcmp(ycur->name, "vertex_y"))
                 ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:327:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
     if (!strcmp(ycur->name, "vertex_z"))
                 ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:329:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
     if (!strcmp(ycur->name, "nor_x")) {
                 ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:333:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
     if (!strcmp(ycur->name, "nor_y"))
                 ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:335:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
     if (!strcmp(ycur->name, "nor_z"))
                 ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
--- skelanim.o ---
skelanim.c: In function 'loadcalcoremodel':
skelanim.c:420:24: error: too few arguments to function 'CalCoreModel_New'
     corem->coremodel = CalCoreModel_New();
                        ^~~~~~~~~~~~~~~~
In file included from skelanim.c:43:0:
/scratch/work/games/genecys-client/work/.buildlink/include/cal3d/cal3d_wrapper.h:301:42: note: declared here
   CAL3D_WRAPPER_API struct CalCoreModel *CalCoreModel_New(const char* name);
                                          ^~~~~~~~~~~~~~~~
--- modelloader.o ---
modelloader.c:337:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
     if (!strcmp(ycur->name, "tex_u"))
                 ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:339:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
     if (!strcmp(ycur->name, "tex_v"))
                 ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:341:17: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
     if (!strcmp(ycur->name, "collid"))
                 ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:351:15: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
   if (!strcmp(ncur->name, "triangle")) {
               ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:358:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
    if (!strcmp(xcur->name, "name")) {
                ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:359:14: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
        mname = xmlNodeListGetString(doc,
              ^
modelloader.c:362:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
    if (!strcmp(xcur->name, "optmesh") && settings.detail > 5)
                ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:364:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
    if (!strcmp(xcur->name, "lodcount"))
                ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:366:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
    if (!strcmp(xcur->name, "matnum")) {
                ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:394:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
    if (!strcmp(xcur->name, "points")) {
                ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:397:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
    if (!strcmp(xcur->name, "type")) {
                ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
modelloader.c:398:12: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
        tmp = xmlNodeListGetString(doc,
            ^
modelloader.c:418:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
    if (!strcmp(xcur->name, "face")) {
                ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from modelloader.c:34:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
--- skelanim.o ---
skelanim.c:424:5: warning: implicit declaration of function 'CalCoreModel_Create'; did you mean 'CalCoreModel_Delete'? [-Wimplicit-function-declaration]
     CalCoreModel_Create(corem->coremodel, (char *)filename);
     ^~~~~~~~~~~~~~~~~~~
     CalCoreModel_Delete
skelanim.c:439:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
     if (strcmp(cur->name, "calmodel")) {
                ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:446:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(cur->name, "scale"))
              ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:448:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(cur->name, "tiltangle"))
              ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:450:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(cur->name, "twistangle"))
              ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:452:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(cur->name, "mpath"))
              ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:454:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(cur->name, "tpath"))
              ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:457:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(cur->name, "skeleton")) {
              ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:458:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
      tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
          ^
skelanim.c:463:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(cur->name, "animation")) {
              ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:464:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
      tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
          ^
skelanim.c:468:28: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness [-Wpointer-sign]
      tmp = xmlGetProp(cur, "id");
                            ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/parser.h:16:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/globals.h:18,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/threads.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/xmlmemory.h:218,
                 from skelanim.c:44:
/scratch/work/games/genecys-client/work/.buildlink/include/libxml2/libxml/tree.h:1029:3: note: expected 'const xmlChar * {aka const unsigned char *}' but argument is of type 'char *'
   xmlGetProp  (const xmlNode *node,
   ^~~~~~~~~~
skelanim.c:468:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
      tmp = xmlGetProp(cur, "id");
          ^
skelanim.c:473:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(cur->name, "mesh")) {
              ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:474:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
      tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
          ^
skelanim.c:479:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(cur->name, "material")) {
              ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:480:10: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
      tmp = xmlNodeListGetString(doc, cur->xmlChildrenNode, 1);
          ^
skelanim.c:485:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(cur->name, "attachments")) {
              ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:488:15: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
   if (!strcmp(ncur->name, "attachment")) {
               ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:495:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
    if (!strcmp(xcur->name, "apoint"))
                ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:497:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
    if (!strcmp(xcur->name, "boneid"))
                ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:499:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
    if (!strcmp(xcur->name, "xrot"))
                ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:501:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
    if (!strcmp(xcur->name, "yrot"))
                ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:503:16: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
    if (!strcmp(xcur->name, "zrot"))
                ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:512:14: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
  if (!strcmp(cur->name, "bboxes")) {
              ^~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:515:29: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
                 if (!strcmp(ncur->name, "min")) {
                             ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:518:29: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness [-Wpointer-sign]
                 if (!strcmp(ncur->name, "max")) {
                             ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rmdefs.h:94:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/rm/rm.h:116,
                 from skelanim.c:35:
/usr/include/string.h:56:6: note: expected 'const char *' but argument is of type 'const xmlChar * {aka const unsigned char *}'
 int  strcmp(const char *, const char *);
      ^~~~~~
skelanim.c:401:11: warning: variable 'file' set but not used [-Wunused-but-set-variable]
     FILE *file;
           ^~~~
skelanim.c: In function 'create_calmodel':
skelanim.c:604:20: error: too few arguments to function 'CalModel_New'
     an->calmodel = CalModel_New();
                    ^~~~~~~~~~~~
In file included from skelanim.c:43:0:
/scratch/work/games/genecys-client/work/.buildlink/include/cal3d/cal3d_wrapper.h:456:38: note: declared here
   CAL3D_WRAPPER_API struct CalModel *CalModel_New(struct CalCoreModel* pCoreModel);
                                      ^~~~~~~~~~~~
skelanim.c:605:5: warning: implicit declaration of function 'CalModel_Create'; did you mean 'CalModel_Update'? [-Wimplicit-function-declaration]
     CalModel_Create(an->calmodel, corem->coremodel);
     ^~~~~~~~~~~~~~~
     CalModel_Update
skelanim.c: In function 'delete_calmodel':
skelanim.c:638:5: warning: implicit declaration of function 'CalModel_Destroy'; did you mean 'CalModel_Delete'? [-Wimplicit-function-declaration]
     CalModel_Destroy(an->calmodel);
     ^~~~~~~~~~~~~~~~
     CalModel_Delete
*** [skelanim.o] Error code 1

make[1]: stopped in /scratch/work/games/genecys-client/work/genecys-0.2/client
--- net.o ---
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkobject.h:37:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:33,
                 from net.c:47:
/scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
 void            gtk_type_init   (GTypeDebugFlags    debug_flags);
 ^~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gobject.h:24:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gbinding.h:29,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gioenums.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/giotypes.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gio.h:26,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32,
                 from net.c:47:
/scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
 {
 ^
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktoolitem.h:31:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:126,
                 from net.c:47:
/scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   GTimeVal last_popdown;
   ^~~~~~~~
In file included from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib/galloca.h:32:0,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gobject/gbinding.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib-object.h:22,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gioenums.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/giotypes.h:28,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/gio/gio.h:26,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gdk/gdk.h:32,
                 from /scratch/work/games/genecys-client/work/.buildlink/include/gtk-2.0/gtk/gtk.h:32,
                 from net.c:47:
/scratch/work/games/genecys-client/work/.buildlink/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
 struct _GTimeVal
        ^~~~~~~~~
1 error

make[1]: stopped in /scratch/work/games/genecys-client/work/genecys-0.2/client
*** [all-recursive] Error code 1

make: stopped in /scratch/work/games/genecys-client/work/genecys-0.2
1 error

make: stopped in /scratch/work/games/genecys-client/work/genecys-0.2
*** Error code 2

Stop.
make[1]: stopped in /tree/pkgsrc/games/genecys-client
*** Error code 1

Stop.
make: stopped in /tree/pkgsrc/games/genecys-client