+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/maelstrom-x11-2.0.6nb4/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/maelstrom-x11-2.0.6nb4/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for maelstrom-x11-2.0.6nb4
--- netlogic/netlogic.o ---
--- main.o ---
--- netlogic/netlogic.o ---
if [ "netlogic" != "" ]; then  cd "netlogic" &&  make "CXX=c++" "OPTIMIZE=-O2" "INCLUDES=-Inetlogic -I/usr/pkg/include -I/usr/pkg/include";  fi
--- about.o ---
--- main.o ---
c++ -O2 -Inetlogic -I/usr/pkg/include -I/usr/pkg/include -DAUDIO_16BIT -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DVARBASE=\"/var\"  -DSYSTEM=\"\" -DLIBDIR=\"/usr/pkg/share/maelstrom\" -c main.cpp
--- netlogic/netlogic.o ---
c++ -O2 -I.. -Inetlogic -I/usr/pkg/include -I/usr/pkg/include -DNETPLAY -c about.cpp
In file included from ../Maelstrom_Globals.h:10,
                 from about.cpp:2:
../framebuf.h: In constructor 'FrameBuf::FrameBuf(short unsigned int, short unsigned int, int)':
../framebuf.h:76:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   76 |                         "FrameBuf doesn't support %d bytes-per-pixel!", bpp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::Alloc_Cmap(Color*)':
../framebuf.h:91:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |                 error("Unimplemented function (FrameBuf: Alloc_Cmap)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::Alloc_Private_Cmap(Color*)':
../framebuf.h:97:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |                 "Unimplemented function (FrameBuf: Alloc_Private_Cmap)\n");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Hide_Cursor()':
../framebuf.h:169:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  169 |                 error("Unimplemented function (FrameBuf: Hide_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Show_Cursor()':
../framebuf.h:172:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  172 |                 error("Unimplemented function (FrameBuf: Show_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Fade(int)':
../framebuf.h:180:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  180 |                 error("Unimplemented function (FrameBuf: Fade)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::RefreshArea(int, int, int, int)':
../framebuf.h:184:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  184 |                 error("Unimplemented function (FrameBuf: RefreshArea)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Refresh()':
../framebuf.h:187:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  187 |                 error("Unimplemented function (FrameBuf: Refresh)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::FlushEvents()':
../framebuf.h:190:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  190 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::NumEvents()':
../framebuf.h:193:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  193 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::GetEvent(XEvent*)':
../framebuf.h:198:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  198 |                 error("Unimplemented function (FrameBuf: GetEvent)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::KeyToAscii(XEvent*, char*, int, KeySym*)':
../framebuf.h:203:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  203 |                 error("Unimplemented function (FrameBuf: KeyToAscii)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Flush(int)':
../framebuf.h:208:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  208 |                 error("Unimplemented function (FrameBuf: Flush)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual char* FrameBuf::DisplayType()':
../framebuf.h:211:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  211 |                 return("Unfinished FrameBuf class");
      |                                                   ^
In file included from ../Maelstrom_Globals.h:18,
                 from about.cpp:2:
../x11_framebuf.h: In member function 'virtual char* X11_FrameBuf::DisplayType()':
../x11_framebuf.h:43:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   43 |                                 return("X11 8-bit PseudoColor Display");
      |                                                                       ^
../x11_framebuf.h:45:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   45 |                                 return("X11 16-bit HiColor Display");
      |                                                                    ^
../x11_framebuf.h:47:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   47 |                                 return("X11 24-bit TrueColor Display");
      |                                                                      ^
../x11_framebuf.h:49:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   49 |                                 return("X11 32-bit TrueColor Display");
      |                                                                      ^
../x11_framebuf.h:51:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |                                 return("X11 unknown depth Display");
      |                                                                   ^
about.cpp: In function 'void DoAbout()':
about.cpp:117:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  117 |                                 "Can't load 'about' title! (ID=%d)\n", idOn);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
about.cpp:190:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  190 |                                         if ((font = fontserv->New_Font("New York", 18)) == NULL) {
      |                                                                        ^~~~~~~~~~
about.cpp:191:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  191 |                                                 error("Can't use New York(18) font! -- Exiting.\n");
      |                                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
about.cpp:195:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  195 |                                         text = fontserv->Text_to_BitMap("Port to Linux:   ",
      |                                                                         ^~~~~~~~~~~~~~~~~~~
about.cpp:201:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  201 |                                         text = fontserv->Text_to_BitMap("Sam Lantinga",
      |                                                                         ^~~~~~~~~~~~~~
--- main.o ---
In file included from Maelstrom_Globals.h:10,
                 from main.cpp:18:
framebuf.h: In constructor 'FrameBuf::FrameBuf(short unsigned int, short unsigned int, int)':
framebuf.h:76:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   76 |                         "FrameBuf doesn't support %d bytes-per-pixel!", bpp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::Alloc_Cmap(Color*)':
framebuf.h:91:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |                 error("Unimplemented function (FrameBuf: Alloc_Cmap)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::Alloc_Private_Cmap(Color*)':
framebuf.h:97:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |                 "Unimplemented function (FrameBuf: Alloc_Private_Cmap)\n");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Hide_Cursor()':
framebuf.h:169:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  169 |                 error("Unimplemented function (FrameBuf: Hide_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Show_Cursor()':
framebuf.h:172:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  172 |                 error("Unimplemented function (FrameBuf: Show_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Fade(int)':
framebuf.h:180:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  180 |                 error("Unimplemented function (FrameBuf: Fade)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::RefreshArea(int, int, int, int)':
framebuf.h:184:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  184 |                 error("Unimplemented function (FrameBuf: RefreshArea)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Refresh()':
framebuf.h:187:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  187 |                 error("Unimplemented function (FrameBuf: Refresh)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::FlushEvents()':
framebuf.h:190:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  190 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::NumEvents()':
framebuf.h:193:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  193 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::GetEvent(XEvent*)':
framebuf.h:198:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  198 |                 error("Unimplemented function (FrameBuf: GetEvent)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::KeyToAscii(XEvent*, char*, int, KeySym*)':
framebuf.h:203:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  203 |                 error("Unimplemented function (FrameBuf: KeyToAscii)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Flush(int)':
framebuf.h:208:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  208 |                 error("Unimplemented function (FrameBuf: Flush)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual char* FrameBuf::DisplayType()':
framebuf.h:211:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  211 |                 return("Unfinished FrameBuf class");
      |                                                   ^
In file included from Maelstrom_Globals.h:18,
                 from main.cpp:18:
x11_framebuf.h: In member function 'virtual char* X11_FrameBuf::DisplayType()':
x11_framebuf.h:43:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   43 |                                 return("X11 8-bit PseudoColor Display");
      |                                                                       ^
x11_framebuf.h:45:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   45 |                                 return("X11 16-bit HiColor Display");
      |                                                                    ^
x11_framebuf.h:47:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   47 |                                 return("X11 24-bit TrueColor Display");
      |                                                                      ^
x11_framebuf.h:49:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   49 |                                 return("X11 32-bit TrueColor Display");
      |                                                                      ^
x11_framebuf.h:51:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |                                 return("X11 unknown depth Display");
      |                                                                   ^
main.cpp: At global scope:
main.cpp:32:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   32 | "Maelstrom v1.4.3 (Linux version 2.0.6a) -- 7/14/97 by Sam Lantinga\n";
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void RunSpeedTest()':
main.cpp:165:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  165 |         mesg("Graphics speed test took %d microseconds per cycle.\r\n",
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void PukeUsage()':
main.cpp:176:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  176 |         error("\nUsage: %s [-netscores] -printscores\n", progname);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:177:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  177 |         error("or\n");
      |               ^~~~~~
main.cpp:178:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  178 |         error("Usage: %s <options>\n\n", progname);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:179:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  179 |         error("Where <options> can be any of:\n\n"
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  180 | #ifdef USE_JOYSTICK
      | ~~~~~~~~~~~~~~~~~~~
  181 | "       -calibrate [device]     # Calibrate your joystick before playing\n"
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  182 | #endif
      | ~~~~~~         
  183 | #ifndef FORCE_XSHM
      | ~~~~~~~~~~~~~~~~~~
  184 | "       -display <host:0>       # Run Maelstrom on a remote display\n"
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  185 | #endif
      | ~~~~~~         
  186 | "       -fullscreen             # Run Maelstrom in full-screen mode\n"
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  187 | "       -privatecmap            # Run Maelstrom with a private colormap\n"
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  188 | "       -gamma [0-8]            # Set the gamma correction under X11\n"
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  189 | "       -volume [0-8]           # Set the sound volume\n"
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  190 | "       -realfade               # Really fade the display\n"
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  191 | "       -nofade                 # Don't fade the display\n"
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  192 | "       -netscores              # Use the world-wide network score server\n"
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:195:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  195 |         error("\n");
      |               ^~~~
main.cpp: In function 'int main(int, char**)':
main.cpp:261:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  261 |                                 mesg("Current Gamma correction level: %d\n",
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:268:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  268 |         "Gamma correction value must be between 0 and 8. -- Exiting.\n");
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:282:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  282 |                                 mesg("Current volume level: %d\n",
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:288:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  288 |         "Volume must be a number between 0 and 8. -- Exiting.\n");
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:317:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  317 |                         char *ptr, *display="DISPLAY=";
      |                                             ^~~~~~~~~~
main.cpp:320:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  320 |                         "The '-display' option requires an argument!\n");
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:338:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  338 |                         mesg("Checksum = %s\n", get_checksum(NULL, 0));
      |                              ^~~~~~~~~~~~~~~~~
main.cpp:349:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  349 |                         error("%s", Version);
      |                               ^~~~
main.cpp:370:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  370 |                 error("Couldn't initialize! -- Exiting.\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:374:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  374 |                 mesg("Current Graphics display = %s\n", win->DisplayType());
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:491:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  491 |                                         win->ScreenDump("ScoreDump", &area);
      |                                                         ^~~~~~~~~~~
main.cpp: In function 'void ReapChild(int)':
main.cpp:581:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  581 |                 error("Maelstrom: Lost sound server! -- Exiting.\r\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: At global scope:
main.cpp:598:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  598 |         "", "HUP", "INT", "QUIT", "ILL", "TRAP", "IOT", "BUS",
      |         ^~
main.cpp:598:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  598 |         "", "HUP", "INT", "QUIT", "ILL", "TRAP", "IOT", "BUS",
      |             ^~~~~
main.cpp:598:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  598 |         "", "HUP", "INT", "QUIT", "ILL", "TRAP", "IOT", "BUS",
      |                    ^~~~~
main.cpp:598:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  598 |         "", "HUP", "INT", "QUIT", "ILL", "TRAP", "IOT", "BUS",
      |                           ^~~~~~
main.cpp:598:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  598 |         "", "HUP", "INT", "QUIT", "ILL", "TRAP", "IOT", "BUS",
      |                                   ^~~~~
main.cpp:598:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  598 |         "", "HUP", "INT", "QUIT", "ILL", "TRAP", "IOT", "BUS",
      |                                          ^~~~~~
main.cpp:598:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  598 |         "", "HUP", "INT", "QUIT", "ILL", "TRAP", "IOT", "BUS",
      |                                                  ^~~~~
main.cpp:598:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  598 |         "", "HUP", "INT", "QUIT", "ILL", "TRAP", "IOT", "BUS",
      |                                                         ^~~~~
main.cpp:599:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  599 |         "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM",
      |         ^~~~~
main.cpp:599:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  599 |         "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM",
      |                ^~~~~~
main.cpp:599:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  599 |         "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM",
      |                        ^~~~~~
main.cpp:599:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  599 |         "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM",
      |                                ^~~~~~
main.cpp:599:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  599 |         "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM",
      |                                        ^~~~~~
main.cpp:599:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  599 |         "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM",
      |                                                ^~~~~~
main.cpp:599:56: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  599 |         "FPE", "KILL", "USR1", "SEGV", "USR2", "PIPE", "ALRM",
      |                                                        ^~~~~~
main.cpp:600:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  600 |         "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN",
      |         ^~~~~~
main.cpp:600:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  600 |         "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN",
      |                 ^~~~~~~~
main.cpp:600:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  600 |         "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN",
      |                           ^~~~~~
main.cpp:600:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  600 |         "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN",
      |                                   ^~~~~~
main.cpp:600:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  600 |         "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN",
      |                                           ^~~~~~
main.cpp:600:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  600 |         "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN",
      |                                                   ^~~~~~
main.cpp:600:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  600 |         "TERM", "STKFLT", "CHLD", "CONT", "STOP", "TSTP", "TTIN",
      |                                                           ^~~~~~
main.cpp:601:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  601 |         "TTOU",
      |         ^~~~~~
main.cpp:603:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  603 |         "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO",
      |         ^~~~~
main.cpp:603:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  603 |         "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO",
      |                ^~~~~~
main.cpp:603:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  603 |         "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO",
      |                        ^~~~~~
main.cpp:603:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  603 |         "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO",
      |                                ^~~~~~~~
main.cpp:603:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  603 |         "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO",
      |                                          ^~~~~~
main.cpp:603:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  603 |         "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO",
      |                                                  ^~~~~~~
main.cpp:603:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  603 |         "URG", "XCPU", "XFSZ", "VTALRM", "PROF", "WINCH", "IO",
      |                                                           ^~~~
main.cpp:604:4: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  604 |    "PWR", "UNUSED"
      |    ^~~~~
main.cpp:604:11: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  604 |    "PWR", "UNUSED"
      |           ^~~~~~~~
main.cpp: In function 'void Killed(int)':
main.cpp:612:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  612 |         error("Killed by signal %d (SIG%s)\r\n", sig, sig_list[sig]);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void DrawSoundLevel()':
main.cpp:640:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  640 |                 if ( (geneva = fontserv->New_Font("Geneva", 9)) == NULL ) {
      |                                                   ^~~~~~~~
main.cpp:641:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  641 |                         error("Can't use Geneva font! -- Exiting.\n");
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void DrawMainScreen()':
main.cpp:691:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  691 |                 error("Can't load 'title' title! (ID=%d)\n", 129);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:717:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  717 |         if ( (bigfont = fontserv->New_Font("New York", 18)) == NULL ) {
      |                                            ^~~~~~~~~~
main.cpp:718:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  718 |                 error("Can't use New York(18) font! -- Exiting.\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:722:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  722 |         text = fontserv->Text_to_BitMap("Name", bigfont, STYLE_ULINE);
      |                                         ^~~~~~
main.cpp:725:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  725 |         text = fontserv->Text_to_BitMap("Score", bigfont, STYLE_ULINE);
      |                                         ^~~~~~~
main.cpp:729:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  729 |         text = fontserv->Text_to_BitMap("Wave", bigfont, STYLE_ULINE);
      |                                         ^~~~~~
main.cpp:736:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  736 |         if ( (font = fontserv->New_Font("New York", 14)) == NULL ) {
      |                                         ^~~~~~~~~~
main.cpp:737:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  737 |                 error("Can't use New York(14) font! -- Exiting.\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:768:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  768 |         text = fontserv->Text_to_BitMap("Last Score: ", bigfont, STYLE_NORM);
      |                                         ^~~~~~~~~~~~~~
main.cpp:774:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  774 |                 fontserv->TextWidth("Last Score: ", bigfont, STYLE_NORM),
      |                                     ^~~~~~~~~~~~~~
main.cpp:785:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  785 |         DrawKey(&pt, "P", " Start playing Maelstrom", RunPlayGame);
      |                      ^~~
main.cpp:785:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  785 |         DrawKey(&pt, "P", " Start playing Maelstrom", RunPlayGame);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:789:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  789 |         DrawKey(&pt, "C", " Configure the game controls", RunConfigureControls);
      |                      ^~~
main.cpp:789:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  789 |         DrawKey(&pt, "C", " Configure the game controls", RunConfigureControls);
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:793:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  793 |         DrawKey(&pt, "Z", " Zap the high scores", RunZapScores);
      |                      ^~~
main.cpp:793:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  793 |         DrawKey(&pt, "Z", " Zap the high scores", RunZapScores);
      |                           ^~~~~~~~~~~~~~~~~~~~~~
main.cpp:797:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  797 |         DrawKey(&pt, "A", " About Maelstrom...", RunDoAbout);
      |                      ^~~
main.cpp:797:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  797 |         DrawKey(&pt, "A", " About Maelstrom...", RunDoAbout);
      |                           ^~~~~~~~~~~~~~~~~~~~~
main.cpp:809:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  809 |         DrawKey(&pt, "Q", " Quit Maelstrom", RunQuitGame);
      |                      ^~~
main.cpp:809:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  809 |         DrawKey(&pt, "Q", " Quit Maelstrom", RunQuitGame);
      |                           ^~~~~~~~~~~~~~~~~
main.cpp:813:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  813 |         DrawKey(&pt, "0", " ", DecrementSound);
      |                      ^~~
main.cpp:813:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  813 |         DrawKey(&pt, "0", " ", DecrementSound);
      |                           ^~~
main.cpp:815:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  815 |         if ( (font = fontserv->New_Font("Geneva", 9)) == NULL ) {
      |                                         ^~~~~~~~
main.cpp:816:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  816 |                 error("Can't use Geneva font! -- Exiting.\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:819:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  819 |         text = fontserv->Text_to_BitMap("-", font, STYLE_NORM);
      |                                         ^~~
main.cpp:824:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  824 |         DrawKey(&pt, "8", " Set Sound Volume", IncrementSound);
      |                      ^~~
main.cpp:824:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  824 |         DrawKey(&pt, "8", " Set Sound Volume", IncrementSound);
      |                           ^~~~~~~~~~~~~~~~~~~
main.cpp:828:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  828 |         text = fontserv->Text_to_BitMap("Port to Linux by Sam Lantinga",
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp:834:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  834 |         text = fontserv->Text_to_BitMap("©1992-4 Ambrosia Software, Inc.",
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Maelstrom_Globals.h:23,
                 from main.cpp:18:
Maelstrom.h:9:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    9 | #define VERSION                 "2.0.6"
      |                                 ^~~~~~~
fastlogic/fastlogic.h:4:33: note: in expansion of macro 'VERSION'
    4 | #define VERSION_STRING          VERSION
      |                                 ^~~~~~~
main.cpp:841:41: note: in expansion of macro 'VERSION_STRING'
  841 |         text = fontserv->Text_to_BitMap(VERSION_STRING, font, STYLE_NORM);
      |                                         ^~~~~~~~~~~~~~
main.cpp: In function 'void DrawKey(MPoint*, char*, char*, void (*)())':
main.cpp:865:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  865 |         if ( (geneva = fontserv->New_Font("Geneva", 9)) == NULL ) {
      |                                           ^~~~~~~~
main.cpp:866:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  866 |                 error("Can't use Geneva font! -- Exiting.\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void DoSplash()':
main.cpp:896:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  896 |                 error("Can't load Ambrosia splash title! (ID=%d)\n", 999);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
main.cpp: In function 'void Message(char*)':
main.cpp:917:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  917 |                 if ( (font = fontserv->New_Font("New York", 14)) == NULL ) {
      |                                                 ^~~~~~~~~~
main.cpp:918:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  918 |                         error("Can't use New York(14) font! -- Exiting.\n");
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from Maelstrom_Globals.h:19,
                 from main.cpp:18:
main.cpp: In function 'int main(int, char**)':
vga_framebuf.h:175:31: warning: ignoring return value of 'int setuid(__uid_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
  175 | #define vga_init()      setuid(getuid())
      |                         ~~~~~~^~~~~~~~~~
main.cpp:234:17: note: in expansion of macro 'vga_init'
  234 |                 vga_init();
      |                 ^~~~~~~~
main.cpp:239:23: warning: ignoring return value of 'int setuid(__uid_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
  239 |                 setuid(getuid());
      |                 ~~~~~~^~~~~~~~~~
--- netlogic/netlogic.o ---
--- blit.o ---
c++ -O2 -I.. -Inetlogic -I/usr/pkg/include -I/usr/pkg/include -DNETPLAY -c blit.cpp
In file included from ../Maelstrom_Globals.h:10,
                 from blit.cpp:10:
../framebuf.h: In constructor 'FrameBuf::FrameBuf(short unsigned int, short unsigned int, int)':
../framebuf.h:76:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   76 |                         "FrameBuf doesn't support %d bytes-per-pixel!", bpp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::Alloc_Cmap(Color*)':
../framebuf.h:91:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |                 error("Unimplemented function (FrameBuf: Alloc_Cmap)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::Alloc_Private_Cmap(Color*)':
../framebuf.h:97:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |                 "Unimplemented function (FrameBuf: Alloc_Private_Cmap)\n");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Hide_Cursor()':
../framebuf.h:169:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  169 |                 error("Unimplemented function (FrameBuf: Hide_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Show_Cursor()':
../framebuf.h:172:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  172 |                 error("Unimplemented function (FrameBuf: Show_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Fade(int)':
../framebuf.h:180:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  180 |                 error("Unimplemented function (FrameBuf: Fade)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::RefreshArea(int, int, int, int)':
../framebuf.h:184:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  184 |                 error("Unimplemented function (FrameBuf: RefreshArea)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Refresh()':
../framebuf.h:187:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  187 |                 error("Unimplemented function (FrameBuf: Refresh)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::FlushEvents()':
../framebuf.h:190:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  190 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::NumEvents()':
../framebuf.h:193:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  193 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::GetEvent(XEvent*)':
../framebuf.h:198:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  198 |                 error("Unimplemented function (FrameBuf: GetEvent)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::KeyToAscii(XEvent*, char*, int, KeySym*)':
../framebuf.h:203:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  203 |                 error("Unimplemented function (FrameBuf: KeyToAscii)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Flush(int)':
../framebuf.h:208:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  208 |                 error("Unimplemented function (FrameBuf: Flush)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual char* FrameBuf::DisplayType()':
../framebuf.h:211:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  211 |                 return("Unfinished FrameBuf class");
      |                                                   ^
In file included from ../Maelstrom_Globals.h:18,
                 from blit.cpp:10:
../x11_framebuf.h: In member function 'virtual char* X11_FrameBuf::DisplayType()':
../x11_framebuf.h:43:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   43 |                                 return("X11 8-bit PseudoColor Display");
      |                                                                       ^
../x11_framebuf.h:45:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   45 |                                 return("X11 16-bit HiColor Display");
      |                                                                    ^
../x11_framebuf.h:47:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   47 |                                 return("X11 24-bit TrueColor Display");
      |                                                                      ^
../x11_framebuf.h:49:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   49 |                                 return("X11 32-bit TrueColor Display");
      |                                                                      ^
../x11_framebuf.h:51:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |                                 return("X11 unknown depth Display");
      |                                                                   ^
blit.cpp: In function 'int RunFrame()':
blit.cpp:26:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   26 |                 error("Game aborted!\n");
      |                       ^~~~~~~~~~~~~~~~~
--- framebuf.o ---
c++ -O2 -Inetlogic -I/usr/pkg/include -I/usr/pkg/include -DAUDIO_16BIT -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DVARBASE=\"/var\"  -DSYSTEM=\"\" -DLIBDIR=\"/usr/pkg/share/maelstrom\" -c framebuf.cpp
--- netlogic/netlogic.o ---
--- game.o ---
c++ -O2 -I.. -Inetlogic -I/usr/pkg/include -I/usr/pkg/include -DNETPLAY -c game.cpp
--- framebuf.o ---
In file included from framebuf.cpp:7:
framebuf.h: In constructor 'FrameBuf::FrameBuf(short unsigned int, short unsigned int, int)':
framebuf.h:76:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   76 |                         "FrameBuf doesn't support %d bytes-per-pixel!", bpp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::Alloc_Cmap(Color*)':
framebuf.h:91:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |                 error("Unimplemented function (FrameBuf: Alloc_Cmap)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::Alloc_Private_Cmap(Color*)':
framebuf.h:97:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |                 "Unimplemented function (FrameBuf: Alloc_Private_Cmap)\n");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Hide_Cursor()':
framebuf.h:169:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  169 |                 error("Unimplemented function (FrameBuf: Hide_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Show_Cursor()':
framebuf.h:172:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  172 |                 error("Unimplemented function (FrameBuf: Show_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Fade(int)':
framebuf.h:180:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  180 |                 error("Unimplemented function (FrameBuf: Fade)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::RefreshArea(int, int, int, int)':
framebuf.h:184:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  184 |                 error("Unimplemented function (FrameBuf: RefreshArea)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Refresh()':
framebuf.h:187:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  187 |                 error("Unimplemented function (FrameBuf: Refresh)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::FlushEvents()':
framebuf.h:190:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  190 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::NumEvents()':
framebuf.h:193:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  193 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::GetEvent(XEvent*)':
framebuf.h:198:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  198 |                 error("Unimplemented function (FrameBuf: GetEvent)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::KeyToAscii(XEvent*, char*, int, KeySym*)':
framebuf.h:203:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  203 |                 error("Unimplemented function (FrameBuf: KeyToAscii)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Flush(int)':
framebuf.h:208:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  208 |                 error("Unimplemented function (FrameBuf: Flush)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual char* FrameBuf::DisplayType()':
framebuf.h:211:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  211 |                 return("Unfinished FrameBuf class");
      |                                                   ^
framebuf.cpp: In member function 'virtual int FrameBuf::ScreenDump(char*, Rect*)':
framebuf.cpp:85:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   85 | "Warning: image has more than %d colors!  (Corrupt?)\n", NUM_COLORS);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.cpp: In member function 'virtual unsigned char* FrameBuf::ReColor(unsigned char*, unsigned char**, int)':
framebuf.cpp:171:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  171 |                                 "FrameBuf: ReColor: Unknown video bpp!\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.cpp:217:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  217 |                                 "FrameBuf: ReColor: Unknown video bpp!\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.cpp:270:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  270 |                                 "FrameBuf: ReColor: Unknown video bpp!\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.cpp:323:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  323 |                                 "FrameBuf: ReColor: Unknown video bpp!\n");
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.cpp:328:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  328 |                         error("FrameBuf: ReColor: Unknown image bpp!\n");
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.cpp: In member function 'virtual void FrameBuf::ReColorArt()':
framebuf.cpp:410:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  410 |         error("This program cannot handle display depth changes\n");
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.cpp: In member function 'virtual void FrameBuf::Free_Area(unsigned char*)':
framebuf.cpp:642:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  642 |                 error("FrameBuf::Free_Area: Tried to free bad area pointer!\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.cpp: In member function 'virtual void FrameBuf::Blit_CSprite(int, int, CSprite*)':
framebuf.cpp:1018:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1018 |                         "FrameBuf: Unknown sprite opcode! (0x%.2x)\n",
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.cpp: In member function 'virtual void FrameBuf::UnBlit_CSprite(int, int, CSprite*)':
framebuf.cpp:1076:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1076 |                                 "FrameBuf: Unknown sprite opcode! (0x%.2x)\n",
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.cpp:1112:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1112 |                                 "FrameBuf: Unknown sprite opcode! (0x%.2x)\n",
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- netlogic/netlogic.o ---
In file included from ../Maelstrom_Globals.h:10,
                 from game.cpp:2:
../framebuf.h: In constructor 'FrameBuf::FrameBuf(short unsigned int, short unsigned int, int)':
../framebuf.h:76:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   76 |                         "FrameBuf doesn't support %d bytes-per-pixel!", bpp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::Alloc_Cmap(Color*)':
../framebuf.h:91:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |                 error("Unimplemented function (FrameBuf: Alloc_Cmap)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::Alloc_Private_Cmap(Color*)':
../framebuf.h:97:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |                 "Unimplemented function (FrameBuf: Alloc_Private_Cmap)\n");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Hide_Cursor()':
../framebuf.h:169:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  169 |                 error("Unimplemented function (FrameBuf: Hide_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Show_Cursor()':
../framebuf.h:172:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  172 |                 error("Unimplemented function (FrameBuf: Show_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Fade(int)':
../framebuf.h:180:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  180 |                 error("Unimplemented function (FrameBuf: Fade)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::RefreshArea(int, int, int, int)':
../framebuf.h:184:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  184 |                 error("Unimplemented function (FrameBuf: RefreshArea)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Refresh()':
../framebuf.h:187:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  187 |                 error("Unimplemented function (FrameBuf: Refresh)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::FlushEvents()':
../framebuf.h:190:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  190 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::NumEvents()':
../framebuf.h:193:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  193 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::GetEvent(XEvent*)':
../framebuf.h:198:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  198 |                 error("Unimplemented function (FrameBuf: GetEvent)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::KeyToAscii(XEvent*, char*, int, KeySym*)':
../framebuf.h:203:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  203 |                 error("Unimplemented function (FrameBuf: KeyToAscii)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Flush(int)':
../framebuf.h:208:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  208 |                 error("Unimplemented function (FrameBuf: Flush)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual char* FrameBuf::DisplayType()':
../framebuf.h:211:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  211 |                 return("Unfinished FrameBuf class");
      |                                                   ^
In file included from ../Maelstrom_Globals.h:18,
                 from game.cpp:2:
../x11_framebuf.h: In member function 'virtual char* X11_FrameBuf::DisplayType()':
../x11_framebuf.h:43:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   43 |                                 return("X11 8-bit PseudoColor Display");
      |                                                                       ^
../x11_framebuf.h:45:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   45 |                                 return("X11 16-bit HiColor Display");
      |                                                                    ^
../x11_framebuf.h:47:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   47 |                                 return("X11 24-bit TrueColor Display");
      |                                                                      ^
../x11_framebuf.h:49:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   49 |                                 return("X11 32-bit TrueColor Display");
      |                                                                      ^
../x11_framebuf.h:51:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |                                 return("X11 unknown depth Display");
      |                                                                   ^
game.cpp: In function 'void DrawStatus(int, int)':
game.cpp:205:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  205 |                         ((geneva = fontserv->New_Font("Geneva", 9)) == NULL) ) {
      |                                                       ^~~~~~~~
game.cpp:206:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  206 |                         error("Can't use Geneva font! -- Exiting.\n");
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
game.cpp:221:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  221 |                 text = fontserv->Text_to_BitMap("Score:", geneva, STYLE_BOLD);
      |                                                 ^~~~~~~~
game.cpp:225:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  225 |                 x += (fontserv->TextWidth("Score:", geneva, STYLE_BOLD)+70);
      |                                           ^~~~~~~~
game.cpp:226:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  226 |                 text = fontserv->Text_to_BitMap("Shield:", geneva, STYLE_BOLD);
      |                                                 ^~~~~~~~~
game.cpp:229:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  229 |                 x += (fontserv->TextWidth("Shield:", geneva, STYLE_BOLD)+70);
      |                                           ^~~~~~~~~
game.cpp:230:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  230 |                 text = fontserv->Text_to_BitMap("Wave:", geneva, STYLE_BOLD);
      |                                                 ^~~~~~~
game.cpp:233:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  233 |                 x += (fontserv->TextWidth("Wave:", geneva, STYLE_BOLD)+30);
      |                                           ^~~~~~~
game.cpp:234:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  234 |                 text = fontserv->Text_to_BitMap("Lives:", geneva, STYLE_BOLD);
      |                                                 ^~~~~~~~
game.cpp:237:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  237 |                 x += (fontserv->TextWidth("Lives:", geneva, STYLE_BOLD)+30);
      |                                           ^~~~~~~~
game.cpp:238:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  238 |                 text = fontserv->Text_to_BitMap("Bonus:", geneva, STYLE_BOLD);
      |                                                 ^~~~~~~~
game.cpp:244:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  244 |                         text = fontserv->Text_to_BitMap("Frags:", geneva,
      |                                                         ^~~~~~~~
game.cpp:248:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  248 |                         x += fontserv->TextWidth("Frags:", geneva, STYLE_BOLD);
      |                                                  ^~~~~~~~
game.cpp: In function 'void DoGameOver()':
game.cpp:765:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  765 |                 error("Can't load 'gameover' title!\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
game.cpp:777:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  777 |                 if ( (newyork = fontserv->New_Font("New York", 18)) == NULL ) {
      |                                                    ^~~~~~~~~~
game.cpp:778:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  778 |                         error("Can't use New York font! -- Exiting.\n");
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
game.cpp:833:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  833 |                 if ( (newyork = fontserv->New_Font("New York", 18)) == NULL ) {
      |                                                    ^~~~~~~~~~
game.cpp:834:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  834 |                         error("Can't use New York font! -- Exiting.\n");
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
game.cpp:837:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  837 |                 text = fontserv->Text_to_BitMap("Enter your name: ",
      |                                                 ^~~~~~~~~~~~~~~~~~~
game.cpp:846:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  846 |                 text = fontserv->Text_to_BitMap("", newyork, STYLE_NORM);
      |                                                 ^~
game.cpp: In function 'void DoBonus()':
game.cpp:961:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  961 |         text = fontserv->Text_to_BitMap("Bonus Score:     ",geneva,STYLE_BOLD);
      |                                         ^~~~~~~~~~~~~~~~~~~
game.cpp:962:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  962 |         sw = fontserv->TextWidth("Bonus Score:     ", geneva, STYLE_BOLD);
      |                                  ^~~~~~~~~~~~~~~~~~~
game.cpp:969:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  969 |         text = fontserv->Text_to_BitMap("Score:     ", geneva, STYLE_BOLD);
      |                                         ^~~~~~~~~~~~~
game.cpp:970:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  970 |         sw = fontserv->TextWidth("Score:     ", geneva, STYLE_BOLD);
      |                                  ^~~~~~~~~~~~~
--- logic.o ---
c++ -O2 -I.. -Inetlogic -I/usr/pkg/include -I/usr/pkg/include -DNETPLAY -c logic.cpp
In file included from ../Maelstrom_Globals.h:10,
                 from logic.cpp:2:
../framebuf.h: In constructor 'FrameBuf::FrameBuf(short unsigned int, short unsigned int, int)':
../framebuf.h:76:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   76 |                         "FrameBuf doesn't support %d bytes-per-pixel!", bpp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::Alloc_Cmap(Color*)':
../framebuf.h:91:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |                 error("Unimplemented function (FrameBuf: Alloc_Cmap)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::Alloc_Private_Cmap(Color*)':
../framebuf.h:97:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |                 "Unimplemented function (FrameBuf: Alloc_Private_Cmap)\n");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Hide_Cursor()':
../framebuf.h:169:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  169 |                 error("Unimplemented function (FrameBuf: Hide_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Show_Cursor()':
../framebuf.h:172:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  172 |                 error("Unimplemented function (FrameBuf: Show_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Fade(int)':
../framebuf.h:180:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  180 |                 error("Unimplemented function (FrameBuf: Fade)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::RefreshArea(int, int, int, int)':
../framebuf.h:184:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  184 |                 error("Unimplemented function (FrameBuf: RefreshArea)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Refresh()':
../framebuf.h:187:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  187 |                 error("Unimplemented function (FrameBuf: Refresh)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::FlushEvents()':
../framebuf.h:190:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  190 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::NumEvents()':
../framebuf.h:193:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  193 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::GetEvent(XEvent*)':
../framebuf.h:198:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  198 |                 error("Unimplemented function (FrameBuf: GetEvent)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::KeyToAscii(XEvent*, char*, int, KeySym*)':
../framebuf.h:203:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  203 |                 error("Unimplemented function (FrameBuf: KeyToAscii)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Flush(int)':
../framebuf.h:208:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  208 |                 error("Unimplemented function (FrameBuf: Flush)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual char* FrameBuf::DisplayType()':
../framebuf.h:211:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  211 |                 return("Unfinished FrameBuf class");
      |                                                   ^
In file included from ../Maelstrom_Globals.h:18,
                 from logic.cpp:2:
../x11_framebuf.h: In member function 'virtual char* X11_FrameBuf::DisplayType()':
../x11_framebuf.h:43:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   43 |                                 return("X11 8-bit PseudoColor Display");
      |                                                                       ^
../x11_framebuf.h:45:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   45 |                                 return("X11 16-bit HiColor Display");
      |                                                                    ^
../x11_framebuf.h:47:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   47 |                                 return("X11 24-bit TrueColor Display");
      |                                                                      ^
../x11_framebuf.h:49:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   49 |                                 return("X11 32-bit TrueColor Display");
      |                                                                      ^
../x11_framebuf.h:51:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |                                 return("X11 unknown depth Display");
      |                                                                   ^
logic.cpp: In function 'void LogicUsage()':
logic.cpp:12:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   12 | "       -player N[@host][:port] # Designate player N (at host and/or port)\n"
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   13 | "       -server N@host[:port]   # Play with N players using server at host\n"
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   14 | "       -deathmatch [N]         # Play deathmatch to N frags (default = 8)\n"
      | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logic.cpp: In function 'int LogicParseArgs(char***, int*)':
logic.cpp:36:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   36 |                         "The '-player' option requires an argument!\n");
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
logic.cpp:49:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   49 |                         error("The '-server' option requires an argument!\n");
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- make.o ---
c++ -O2 -I.. -Inetlogic -I/usr/pkg/include -I/usr/pkg/include -DNETPLAY -c make.cpp
In file included from ../Maelstrom_Globals.h:10,
                 from make.cpp:2:
../framebuf.h: In constructor 'FrameBuf::FrameBuf(short unsigned int, short unsigned int, int)':
../framebuf.h:76:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   76 |                         "FrameBuf doesn't support %d bytes-per-pixel!", bpp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::Alloc_Cmap(Color*)':
../framebuf.h:91:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |                 error("Unimplemented function (FrameBuf: Alloc_Cmap)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::Alloc_Private_Cmap(Color*)':
../framebuf.h:97:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |                 "Unimplemented function (FrameBuf: Alloc_Private_Cmap)\n");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Hide_Cursor()':
../framebuf.h:169:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  169 |                 error("Unimplemented function (FrameBuf: Hide_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Show_Cursor()':
../framebuf.h:172:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  172 |                 error("Unimplemented function (FrameBuf: Show_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Fade(int)':
../framebuf.h:180:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  180 |                 error("Unimplemented function (FrameBuf: Fade)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::RefreshArea(int, int, int, int)':
../framebuf.h:184:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  184 |                 error("Unimplemented function (FrameBuf: RefreshArea)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Refresh()':
../framebuf.h:187:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  187 |                 error("Unimplemented function (FrameBuf: Refresh)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::FlushEvents()':
../framebuf.h:190:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  190 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::NumEvents()':
../framebuf.h:193:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  193 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::GetEvent(XEvent*)':
../framebuf.h:198:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  198 |                 error("Unimplemented function (FrameBuf: GetEvent)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::KeyToAscii(XEvent*, char*, int, KeySym*)':
../framebuf.h:203:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  203 |                 error("Unimplemented function (FrameBuf: KeyToAscii)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Flush(int)':
../framebuf.h:208:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  208 |                 error("Unimplemented function (FrameBuf: Flush)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual char* FrameBuf::DisplayType()':
../framebuf.h:211:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  211 |                 return("Unfinished FrameBuf class");
      |                                                   ^
In file included from ../Maelstrom_Globals.h:18,
                 from make.cpp:2:
../x11_framebuf.h: In member function 'virtual char* X11_FrameBuf::DisplayType()':
../x11_framebuf.h:43:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   43 |                                 return("X11 8-bit PseudoColor Display");
      |                                                                       ^
../x11_framebuf.h:45:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   45 |                                 return("X11 16-bit HiColor Display");
      |                                                                    ^
../x11_framebuf.h:47:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   47 |                                 return("X11 24-bit TrueColor Display");
      |                                                                      ^
../x11_framebuf.h:49:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   49 |                                 return("X11 32-bit TrueColor Display");
      |                                                                      ^
../x11_framebuf.h:51:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |                                 return("X11 unknown depth Display");
      |                                                                   ^
--- v_framebuf.o ---
c++ -O2 -Inetlogic -I/usr/pkg/include -I/usr/pkg/include -DAUDIO_16BIT -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DVARBASE=\"/var\"  -DSYSTEM=\"\" -DLIBDIR=\"/usr/pkg/share/maelstrom\" -c v_framebuf.cpp
In file included from v_framebuf.h:7,
                 from v_framebuf.cpp:9:
framebuf.h: In constructor 'FrameBuf::FrameBuf(short unsigned int, short unsigned int, int)':
framebuf.h:76:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   76 |                         "FrameBuf doesn't support %d bytes-per-pixel!", bpp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::Alloc_Cmap(Color*)':
framebuf.h:91:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |                 error("Unimplemented function (FrameBuf: Alloc_Cmap)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::Alloc_Private_Cmap(Color*)':
framebuf.h:97:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |                 "Unimplemented function (FrameBuf: Alloc_Private_Cmap)\n");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Hide_Cursor()':
framebuf.h:169:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  169 |                 error("Unimplemented function (FrameBuf: Hide_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Show_Cursor()':
framebuf.h:172:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  172 |                 error("Unimplemented function (FrameBuf: Show_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Fade(int)':
framebuf.h:180:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  180 |                 error("Unimplemented function (FrameBuf: Fade)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::RefreshArea(int, int, int, int)':
framebuf.h:184:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  184 |                 error("Unimplemented function (FrameBuf: RefreshArea)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Refresh()':
framebuf.h:187:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  187 |                 error("Unimplemented function (FrameBuf: Refresh)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::FlushEvents()':
framebuf.h:190:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  190 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::NumEvents()':
framebuf.h:193:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  193 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::GetEvent(XEvent*)':
framebuf.h:198:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  198 |                 error("Unimplemented function (FrameBuf: GetEvent)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::KeyToAscii(XEvent*, char*, int, KeySym*)':
framebuf.h:203:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  203 |                 error("Unimplemented function (FrameBuf: KeyToAscii)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Flush(int)':
framebuf.h:208:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  208 |                 error("Unimplemented function (FrameBuf: Flush)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual char* FrameBuf::DisplayType()':
framebuf.h:211:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  211 |                 return("Unfinished FrameBuf class");
      |                                                   ^
In file included from v_framebuf.cpp:9:
v_framebuf.h: In member function 'virtual char* Virtual_FrameBuf::DisplayType()':
v_framebuf.h:34:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   34 |                 return("Virtual Framebuffer Display");
      |                                                     ^
--- x11_framebuf.o ---
c++ -O2 -Inetlogic -I/usr/pkg/include -I/usr/pkg/include -DAUDIO_16BIT -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DVARBASE=\"/var\"  -DSYSTEM=\"\" -DLIBDIR=\"/usr/pkg/share/maelstrom\" -c x11_framebuf.cpp
--- netlogic/netlogic.o ---
--- netplay.o ---
c++ -O2 -I.. -Inetlogic -I/usr/pkg/include -I/usr/pkg/include -DNETPLAY -c netplay.cpp
--- x11_framebuf.o ---
In file included from x11_framebuf.h:7,
                 from x11_framebuf.cpp:12:
framebuf.h: In constructor 'FrameBuf::FrameBuf(short unsigned int, short unsigned int, int)':
framebuf.h:76:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   76 |                         "FrameBuf doesn't support %d bytes-per-pixel!", bpp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::Alloc_Cmap(Color*)':
framebuf.h:91:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |                 error("Unimplemented function (FrameBuf: Alloc_Cmap)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::Alloc_Private_Cmap(Color*)':
framebuf.h:97:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |                 "Unimplemented function (FrameBuf: Alloc_Private_Cmap)\n");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Hide_Cursor()':
framebuf.h:169:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  169 |                 error("Unimplemented function (FrameBuf: Hide_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Show_Cursor()':
framebuf.h:172:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  172 |                 error("Unimplemented function (FrameBuf: Show_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Fade(int)':
framebuf.h:180:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  180 |                 error("Unimplemented function (FrameBuf: Fade)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::RefreshArea(int, int, int, int)':
framebuf.h:184:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  184 |                 error("Unimplemented function (FrameBuf: RefreshArea)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Refresh()':
framebuf.h:187:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  187 |                 error("Unimplemented function (FrameBuf: Refresh)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::FlushEvents()':
framebuf.h:190:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  190 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::NumEvents()':
framebuf.h:193:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  193 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::GetEvent(XEvent*)':
framebuf.h:198:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  198 |                 error("Unimplemented function (FrameBuf: GetEvent)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual int FrameBuf::KeyToAscii(XEvent*, char*, int, KeySym*)':
framebuf.h:203:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  203 |                 error("Unimplemented function (FrameBuf: KeyToAscii)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual void FrameBuf::Flush(int)':
framebuf.h:208:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  208 |                 error("Unimplemented function (FrameBuf: Flush)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
framebuf.h: In member function 'virtual char* FrameBuf::DisplayType()':
framebuf.h:211:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  211 |                 return("Unfinished FrameBuf class");
      |                                                   ^
In file included from x11_framebuf.cpp:12:
x11_framebuf.h: In member function 'virtual char* X11_FrameBuf::DisplayType()':
x11_framebuf.h:43:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   43 |                                 return("X11 8-bit PseudoColor Display");
      |                                                                       ^
x11_framebuf.h:45:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   45 |                                 return("X11 16-bit HiColor Display");
      |                                                                    ^
x11_framebuf.h:47:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   47 |                                 return("X11 24-bit TrueColor Display");
      |                                                                      ^
x11_framebuf.h:49:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   49 |                                 return("X11 32-bit TrueColor Display");
      |                                                                      ^
x11_framebuf.h:51:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |                                 return("X11 unknown depth Display");
      |                                                                   ^
In file included from x11_framebuf.cpp:13:
cursor.h: At global scope:
cursor.h:37:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   37 | "4 4 1 1",
      | ^~~~~~~~~
cursor.h:39:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   39 | "       s None  c None",
      | ^~~~~~~~~~~~~~~~~~~~~~~
cursor.h:41:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   41 | "    ",
      | ^~~~~~
cursor.h:42:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   42 | "    ",
      | ^~~~~~
cursor.h:43:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   43 | "    ",
      | ^~~~~~
cursor.h:44:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   44 | "    "};
      | ^~~~~~
x11_framebuf.cpp: In function 'int shmerrorhandler(Display*, XErrorEvent*)':
x11_framebuf.cpp:34:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   34 |                 error("X: Warning: failed to attach shared memory\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x11_framebuf.cpp: In constructor 'X11_FrameBuf::X11_FrameBuf(short unsigned int, short unsigned int, int, int, char*, char**)':
x11_framebuf.cpp:67:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   67 |                 error("X: Can't open display...\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
x11_framebuf.cpp:110:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  110 |                 "X: Screen doesn't support PseudoColor or TrueColor!\n");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x11_framebuf.cpp:140:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  140 |                 "X: Couldn't figure out the size of the root window!\n");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x11_framebuf.cpp:145:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  145 |                 "X: Root window is too small! -- Need %dx%d resolution.\n",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x11_framebuf.cpp:171:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  171 |                         error("Warning: Couldn't get X shared memory.\n");
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x11_framebuf.cpp:183:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  183 |                         "Warning: Couldn't attach to X shared memory.\n");
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x11_framebuf.cpp:230:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  230 |                 error("X: Unable to create X image\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x11_framebuf.cpp:245:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  245 |                         error("Note: Couldn't create color icon.\n");
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x11_framebuf.cpp:316:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  316 |                 error("X: Cannot create window name resource!\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x11_framebuf.cpp:352:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  352 |                 error("X: Couldn't create graphics context.\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- netlogic/netlogic.o ---
In file included from ../Maelstrom_Globals.h:10,
                 from netplay.cpp:4:
../framebuf.h: In constructor 'FrameBuf::FrameBuf(short unsigned int, short unsigned int, int)':
../framebuf.h:76:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   76 |                         "FrameBuf doesn't support %d bytes-per-pixel!", bpp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::Alloc_Cmap(Color*)':
../framebuf.h:91:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |                 error("Unimplemented function (FrameBuf: Alloc_Cmap)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::Alloc_Private_Cmap(Color*)':
../framebuf.h:97:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |                 "Unimplemented function (FrameBuf: Alloc_Private_Cmap)\n");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Hide_Cursor()':
../framebuf.h:169:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  169 |                 error("Unimplemented function (FrameBuf: Hide_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Show_Cursor()':
../framebuf.h:172:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  172 |                 error("Unimplemented function (FrameBuf: Show_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Fade(int)':
../framebuf.h:180:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  180 |                 error("Unimplemented function (FrameBuf: Fade)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::RefreshArea(int, int, int, int)':
../framebuf.h:184:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  184 |                 error("Unimplemented function (FrameBuf: RefreshArea)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Refresh()':
../framebuf.h:187:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  187 |                 error("Unimplemented function (FrameBuf: Refresh)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::FlushEvents()':
../framebuf.h:190:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  190 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::NumEvents()':
../framebuf.h:193:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  193 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::GetEvent(XEvent*)':
../framebuf.h:198:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  198 |                 error("Unimplemented function (FrameBuf: GetEvent)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::KeyToAscii(XEvent*, char*, int, KeySym*)':
../framebuf.h:203:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  203 |                 error("Unimplemented function (FrameBuf: KeyToAscii)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Flush(int)':
../framebuf.h:208:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  208 |                 error("Unimplemented function (FrameBuf: Flush)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual char* FrameBuf::DisplayType()':
../framebuf.h:211:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  211 |                 return("Unfinished FrameBuf class");
      |                                                   ^
In file included from ../Maelstrom_Globals.h:18,
                 from netplay.cpp:4:
../x11_framebuf.h: In member function 'virtual char* X11_FrameBuf::DisplayType()':
../x11_framebuf.h:43:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   43 |                                 return("X11 8-bit PseudoColor Display");
      |                                                                       ^
../x11_framebuf.h:45:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   45 |                                 return("X11 16-bit HiColor Display");
      |                                                                    ^
../x11_framebuf.h:47:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   47 |                                 return("X11 24-bit TrueColor Display");
      |                                                                      ^
../x11_framebuf.h:49:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   49 |                                 return("X11 32-bit TrueColor Display");
      |                                                                      ^
../x11_framebuf.h:51:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |                                 return("X11 unknown depth Display");
      |                                                                   ^
netplay.cpp: In function 'int AddPlayer(char*)':
netplay.cpp:186:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  186 | "Argument to '-player' must be in integer between 1 and %d inclusive.\r\n",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:193:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  193 |                 error("Player %d specified multiple times!\r\n", playernum+1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:203:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  203 |                         "Couldn't resolve host name for %s\r\n", host);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:215:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  215 | "More than one local player!  (players %d and %d specified as local players)\r\n",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp: In function 'int SetServer(char*)':
netplay.cpp:243:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  243 |                 "Server host must be specified in the -server option.\r\n");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:254:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  254 | "The number of players must be an integer between 1 and %d inclusive.\r\n",
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:262:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  262 |                         error("Couldn't resolve host name for %s\r\n", host);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp: In function 'int CheckPlayers()':
netplay.cpp:292:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  292 |                         AddPlayer("1");
      |                                   ^~~
netplay.cpp:299:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  299 | "Player %d not specified!  Use the -player option for all players.\r\n", i+1);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:305:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  305 |                 error("Which player are you?  (Use the -player N option)\r\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:309:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  309 |                 error("You cannot be player %d in a %d player game.\r\n",
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:314:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  314 |                 error("Warning: No deathmatch in a single player game!\r\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp: In function 'int SyncNetwork()':
netplay.cpp:418:7: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  418 | error("Timed out waiting for frame %ld\r\n", NextFrame);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:465:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  465 |                         error("Unknown packet: 0x%x\r\n", buf[0]);
      |                               ^~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:488:7: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  488 | error("Transmitting packet for old frame (%lu)\r\n", frame);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:494:7: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  494 | error("Received packet for next frame! (%lu, current = %lu)\r\n",
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:508:7: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  508 | error("Warning! Received packet for really old frame! (%lu, current = %lu)\r\n",
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:522:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  522 | "Warning!! \a Frame consistency error with player %d!! (corrected)\r\n", i+1);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp: In function 'int AlertServer(int*, int*, int*)':
netplay.cpp:668:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  668 |                 ErrorMessage("Can't create stream socket", errno);
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:672:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  672 |         Message("Connecting to Address Server");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:675:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  675 |                 ErrorMessage("Connection failed", errno);
      |                              ^~~~~~~~~~~~~~~~~~~
netplay.cpp:686:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  686 |                 ErrorMessage("Socket write error", errno);
      |                              ^~~~~~~~~~~~~~~~~~~~
netplay.cpp:691:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  691 |         Message("Waiting for other players");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:733:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  733 |                         ErrorMessage("Error reading player addresses", errno);
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp:744:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  744 |                         ErrorMessage("Error: Short server packet!", 0);
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp: In function 'int Await_NewGame(int*, int*, int*)':
netplay.cpp:963:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  963 |         Message("Awaiting Player 1 (server)");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
netplay.cpp: In function 'int AlertServer(int*, int*, int*)':
netplay.cpp:718:60: warning: ignoring return value of 'ssize_t write(int, const void*, size_t)' declared with attribute 'warn_unused_result' [-Wunused-result]
  718 |                                                 (void)write(sockfd, netbuf, 1);
      |                                                       ~~~~~^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/string.h:519,
                 from ../framebuf.h:9,
                 from ../Maelstrom_Globals.h:10,
                 from netplay.cpp:4:
In function 'void* memcpy(void*, const void*, size_t)',
    inlined from 'int AlertServer(int*, int*, int*)' at netplay.cpp:683:8:
/usr/include/bits/string_fortified.h:29:33: warning: 'void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)' writing 8 bytes into a region of size 5 overflows the destination [-Wstringop-overflow=]
   29 |   return __builtin___memcpy_chk (__dest, __src, __len,
      |          ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
   30 |                                  __glibc_objsize0 (__dest));
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~
--- vga_framebuf.o ---
c++ -O2 -Inetlogic -I/usr/pkg/include -I/usr/pkg/include -DAUDIO_16BIT -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DVARBASE=\"/var\"  -DSYSTEM=\"\" -DLIBDIR=\"/usr/pkg/share/maelstrom\" -c vga_framebuf.cpp
--- netlogic/netlogic.o ---
--- object.o ---
c++ -O2 -I.. -Inetlogic -I/usr/pkg/include -I/usr/pkg/include -DNETPLAY -c object.cpp
--- dga_framebuf.o ---
c++ -O2 -Inetlogic -I/usr/pkg/include -I/usr/pkg/include -DAUDIO_16BIT -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DVARBASE=\"/var\"  -DSYSTEM=\"\" -DLIBDIR=\"/usr/pkg/share/maelstrom\" -c dga_framebuf.cpp
--- fontserv.o ---
c++ -O2 -Inetlogic -I/usr/pkg/include -I/usr/pkg/include -DAUDIO_16BIT -DASYNCHRONOUS_IO -DUSE_POSIX_SIGNALS -DVARBASE=\"/var\"  -DSYSTEM=\"\" -DLIBDIR=\"/usr/pkg/share/maelstrom\" -c fontserv.cpp
In file included from fontserv.cpp:9:
bitesex.h:39:2: error: #error Compiling for an unknown architecture!
   39 | #error  Compiling for an unknown architecture!
      |  ^~~~~
bitesex.h:52: warning: "BYTE_ORDER" redefined
   52 | #define BYTE_ORDER      __BYTE_ORDER__
      | 
In file included from /usr/include/sys/types.h:176,
                 from /usr/include/stdlib.h:394,
                 from /usr/include/c++/11/cstdlib:75,
                 from /usr/include/c++/11/stdlib.h:36,
                 from fontserv.cpp:4:
/usr/include/endian.h:30: note: this is the location of the previous definition
   30 | # define BYTE_ORDER     __BYTE_ORDER
      | 
In file included from fontserv.cpp:9:
bitesex.h:53: warning: "LITTLE_ENDIAN" redefined
   53 | #define LITTLE_ENDIAN   __LITTLE_ENDIAN__
      | 
In file included from /usr/include/sys/types.h:176,
                 from /usr/include/stdlib.h:394,
                 from /usr/include/c++/11/cstdlib:75,
                 from /usr/include/c++/11/stdlib.h:36,
                 from fontserv.cpp:4:
/usr/include/endian.h:27: note: this is the location of the previous definition
   27 | # define LITTLE_ENDIAN  __LITTLE_ENDIAN
      | 
In file included from fontserv.cpp:9:
bitesex.h:54: warning: "BIG_ENDIAN" redefined
   54 | #define BIG_ENDIAN      __BIG_ENDIAN__
      | 
In file included from /usr/include/sys/types.h:176,
                 from /usr/include/stdlib.h:394,
                 from /usr/include/c++/11/cstdlib:75,
                 from /usr/include/c++/11/stdlib.h:36,
                 from fontserv.cpp:4:
/usr/include/endian.h:28: note: this is the location of the previous definition
   28 | # define BIG_ENDIAN     __BIG_ENDIAN
      | 
fontserv.cpp: In constructor 'FontServ::FontServ(char*)':
fontserv.cpp:54:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   54 |         if ( ! (num_fonds=fontres->get_num_resources("FOND")) ) {
      |                                                      ^~~~~~
fontserv.cpp:55:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   55 |                 error("FontServ: No 'FOND' resources in %s\n", fontfile);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fontserv.cpp:59:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   59 |         fontres->get_resource_ids("FOND", fond_array);
      |                                   ^~~~~~
fontserv.cpp: In member function 'MFont* FontServ::New_Font(char*, int)':
fontserv.cpp:84:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   84 |                         get_resource_name("FOND", fond_array[i])) == 0 ) {
      |                                           ^~~~~~
fontserv.cpp:89:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   89 |         if ( fontres->get_resource("FOND", fond_array[i], &fond) < 0 ) {
      |                                    ^~~~~~
fontserv.cpp:90:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   90 |                 error("Warning: Font family '%s' not found\n", fontname);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fontserv.cpp:121:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  121 | "Warning: Font family '%s' has no fonts installed\n", fontname);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fontserv.cpp:126:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  126 | "Warning: Font family '%s' doesn't have %d pt fonts\n", fontname, ptsize);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fontserv.cpp:132:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  132 |         if ( fontres->get_resource("NFNT", Fent->ID, &font->nfnt) < 0 ) {
      |                                    ^~~~~~
fontserv.cpp:134:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  134 | "Warning: Can't find NFNT resource for %d pt %s font\n", ptsize, fontname);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fontserv.cpp:153:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  153 |                 error("Warning: Bad font Magic number: 0x%04x\n",
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fontserv.cpp: In member function 'BitMap* FontServ::Text_to_BitMap(char*, MFont*, short unsigned int)':
fontserv.cpp:266:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  266 |                                         "FontServ: Italics not implemented!\n");
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fontserv.cpp:269:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  269 |                                         "FontServ: Unknown text style!\n");
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- netlogic/netlogic.o ---
In file included from ../Maelstrom_Globals.h:10,
                 from object.cpp:2:
../framebuf.h: In constructor 'FrameBuf::FrameBuf(short unsigned int, short unsigned int, int)':
../framebuf.h:76:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   76 |                         "FrameBuf doesn't support %d bytes-per-pixel!", bpp);
      |                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::Alloc_Cmap(Color*)':
../framebuf.h:91:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |                 error("Unimplemented function (FrameBuf: Alloc_Cmap)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::Alloc_Private_Cmap(Color*)':
../framebuf.h:97:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |                 "Unimplemented function (FrameBuf: Alloc_Private_Cmap)\n");
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Hide_Cursor()':
../framebuf.h:169:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  169 |                 error("Unimplemented function (FrameBuf: Hide_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Show_Cursor()':
../framebuf.h:172:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  172 |                 error("Unimplemented function (FrameBuf: Show_Cursor)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Fade(int)':
../framebuf.h:180:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  180 |                 error("Unimplemented function (FrameBuf: Fade)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::RefreshArea(int, int, int, int)':
../framebuf.h:184:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  184 |                 error("Unimplemented function (FrameBuf: RefreshArea)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Refresh()':
../framebuf.h:187:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  187 |                 error("Unimplemented function (FrameBuf: Refresh)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- fontserv.o ---
*** [fontserv.o] Error code 1

bmake: stopped in /home/pbulk/build/games/maelstrom-x11/work/Maelstrom
--- netlogic/netlogic.o ---
../framebuf.h: In member function 'virtual void FrameBuf::FlushEvents()':
../framebuf.h:190:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  190 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::NumEvents()':
../framebuf.h:193:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  193 |                 error("Unimplemented function (FrameBuf: FlushEvents)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::GetEvent(XEvent*)':
../framebuf.h:198:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  198 |                 error("Unimplemented function (FrameBuf: GetEvent)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual int FrameBuf::KeyToAscii(XEvent*, char*, int, KeySym*)':
../framebuf.h:203:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  203 |                 error("Unimplemented function (FrameBuf: KeyToAscii)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual void FrameBuf::Flush(int)':
../framebuf.h:208:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  208 |                 error("Unimplemented function (FrameBuf: Flush)\n");
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../framebuf.h: In member function 'virtual char* FrameBuf::DisplayType()':
../framebuf.h:211:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  211 |                 return("Unfinished FrameBuf class");
      |                                                   ^
In file included from ../Maelstrom_Globals.h:18,
                 from object.cpp:2:
../x11_framebuf.h: In member function 'virtual char* X11_FrameBuf::DisplayType()':
../x11_framebuf.h:43:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   43 |                                 return("X11 8-bit PseudoColor Display");
      |                                                                       ^
../x11_framebuf.h:45:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   45 |                                 return("X11 16-bit HiColor Display");
      |                                                                    ^
../x11_framebuf.h:47:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   47 |                                 return("X11 24-bit TrueColor Display");
      |                                                                      ^
../x11_framebuf.h:49:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   49 |                                 return("X11 32-bit TrueColor Display");
      |                                                                      ^
../x11_framebuf.h:51:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |                                 return("X11 unknown depth Display");
      |                                                                   ^
A failure has been detected in another branch of the parallel make

make[1]: stopped in /home/pbulk/build/games/maelstrom-x11/work/Maelstrom/netlogic
*** [netlogic/netlogic.o] Error code 2

bmake: stopped in /home/pbulk/build/games/maelstrom-x11/work/Maelstrom
2 errors

bmake: stopped in /home/pbulk/build/games/maelstrom-x11/work/Maelstrom
*** Error code 2

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/games/maelstrom-x11
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-el9-trunk-x86_64/games/maelstrom-x11