+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xnc-5.0.4nb15/work.log
+ su pbulk -c '"$@"' make /opt/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/xnc-5.0.4nb15/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for xnc-5.0.4nb15
./newcomp 5.0.4
./newcomp[4]: whoami: not found [No such file or directory]
cd intl && make
for i in src/helpers  iconset  src; do cd $i && make compile; cd /home/pbulk/build/sysutils/xnc/work/xnc-5.0.4; done
g++ -o ../../bin/users.xnc users.cxx  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 
g++ -o ../../bin/groups.xnc groups.cxx  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 
g++ -o ../../bin/zips.xnc zips.cxx  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 
zips.cxx:36:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   36 | char *months[]={"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug",
      |                 ^~~~~
zips.cxx:36:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   36 | char *months[]={"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug",
      |                       ^~~~~
zips.cxx:36:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   36 | char *months[]={"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug",
      |                             ^~~~~
zips.cxx:36:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   36 | char *months[]={"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug",
      |                                   ^~~~~
zips.cxx:36:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   36 | char *months[]={"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug",
      |                                         ^~~~~
zips.cxx:36:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   36 | char *months[]={"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug",
      |                                               ^~~~~
zips.cxx:36:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   36 | char *months[]={"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug",
      |                                                     ^~~~~
zips.cxx:36:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   36 | char *months[]={"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug",
      |                                                           ^~~~~
zips.cxx:37:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   37 |                         "Sep","Oct","Nov","Dec"};
      |                         ^~~~~
zips.cxx:37:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   37 |                         "Sep","Oct","Nov","Dec"};
      |                               ^~~~~
zips.cxx:37:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   37 |                         "Sep","Oct","Nov","Dec"};
      |                                     ^~~~~
zips.cxx:37:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   37 |                         "Sep","Oct","Nov","Dec"};
      |                                           ^~~~~
g++ -o ../../bin/data2c data2c.cxx  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  iconset1.c -o iconset1.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  iconset2.c -o iconset2.o
/usr/bin/rm -f ../lib/libxnciconset.a
ar rc ../lib/libxnciconset.a iconset1.o  iconset2.o
ranlib ../lib/libxnciconset.a
for i in lib  ives  xsetup  launch  xjroot; do cd $i && make compile; cd ..; done
for i in image2  northgui  vfs  filedir  xbitmaps  rxvt2  tool; do cd $i && make compile; cd ..; done
g++ -c   -I../../../src/lib/manage -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       image.cxx -o image.o
image.cxx:19: warning: "ABS" redefined
   19 | #define ABS(x)                ((x) > 0 ? (x) : (-(x)))
      | 
In file included from ../../../src/include/globals.h:72,
                 from image.h:6,
                 from image.cxx:15:
/usr/include/sys/sysmacros.h:63: note: this is the location of the previous definition
   63 | #define ABS(a)          ((a) < 0 ? -(a) : (a))
      | 
g++ -c   -I../../../src/lib/manage -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       convert.cxx -o convert.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  accel.c -o accel.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  libpcd/file.c -o libpcd/file.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  libpcd/huff.c -o libpcd/huff.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  libpcd/inter.c -o libpcd/inter.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  libpcd/pcdr.c -o libpcd/pcdr.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  libpcd/yuv2rgb.c -o libpcd/yuv2rgb.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  sdl_image/SDL_surface.c -o sdl_image/SDL_surface.o
sdl_image/SDL_surface.c: In function 'SDL_FreeFormat':
sdl_image/SDL_surface.c:94:9: warning: implicit declaration of function 'free' [-Wimplicit-function-declaration]
   94 |         free(format->palette->colors);
      |         ^~~~
sdl_image/SDL_surface.c:3:1: note: include '<stdlib.h>' or provide a declaration of 'free'
    2 | #include "SDL.h"
  +++ |+#include <stdlib.h>
    3 | 
sdl_image/SDL_surface.c:94:9: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
   94 |         free(format->palette->colors);
      |         ^~~~
sdl_image/SDL_surface.c:94:9: note: include '<stdlib.h>' or provide a declaration of 'free'
sdl_image/SDL_surface.c:96:7: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
   96 |       free(format->palette);
      |       ^~~~
sdl_image/SDL_surface.c:96:7: note: include '<stdlib.h>' or provide a declaration of 'free'
sdl_image/SDL_surface.c:98:5: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
   98 |     free(format);
      |     ^~~~
sdl_image/SDL_surface.c:98:5: note: include '<stdlib.h>' or provide a declaration of 'free'
sdl_image/SDL_surface.c: In function 'SDL_AllocFormat':
sdl_image/SDL_surface.c:113:36: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
  113 |         format = (SDL_PixelFormat*)malloc(sizeof(*format));
      |                                    ^~~~~~
sdl_image/SDL_surface.c:113:36: note: include '<stdlib.h>' or provide a declaration of 'malloc'
sdl_image/SDL_surface.c:113:36: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
sdl_image/SDL_surface.c:113:36: note: include '<stdlib.h>' or provide a declaration of 'malloc'
sdl_image/SDL_surface.c:118:9: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration]
  118 |         memset(format, 0, sizeof(*format));
      |         ^~~~~~
sdl_image/SDL_surface.c:3:1: note: include '<string.h>' or provide a declaration of 'memset'
    2 | #include "SDL.h"
  +++ |+#include <string.h>
    3 | 
sdl_image/SDL_surface.c:118:9: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch]
  118 |         memset(format, 0, sizeof(*format));
      |         ^~~~~~
sdl_image/SDL_surface.c:118:9: note: include '<string.h>' or provide a declaration of 'memset'
sdl_image/SDL_surface.c: In function 'SDL_FreeSurface':
sdl_image/SDL_surface.c:315:5: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
  315 |     free(surface->pixels);
      |     ^~~~
sdl_image/SDL_surface.c:315:5: note: include '<stdlib.h>' or provide a declaration of 'free'
sdl_image/SDL_surface.c:317:3: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
  317 |   free(surface);
      |   ^~~~
sdl_image/SDL_surface.c:317:3: note: include '<stdlib.h>' or provide a declaration of 'free'
sdl_image/SDL_surface.c: In function 'SDL_CreateRGBSurface':
sdl_image/SDL_surface.c:335:34: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
  335 |         surface = (SDL_Surface *)malloc(sizeof(*surface));
      |                                  ^~~~~~
sdl_image/SDL_surface.c:335:34: note: include '<stdlib.h>' or provide a declaration of 'malloc'
sdl_image/SDL_surface.c:346:17: warning: incompatible implicit declaration of built-in function 'free' [-Wbuiltin-declaration-mismatch]
  346 |                 free(surface);
      |                 ^~~~
sdl_image/SDL_surface.c:346:17: note: include '<stdlib.h>' or provide a declaration of 'free'
sdl_image/SDL_surface.c:372:11: warning: incompatible implicit declaration of built-in function 'memset' [-Wbuiltin-declaration-mismatch]
  372 |           memset(surface->pixels, 0, surface->h*surface->pitch);
      |           ^~~~~~
sdl_image/SDL_surface.c:372:11: note: include '<string.h>' or provide a declaration of 'memset'
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  sdl_image/SDL_rwops.c -o sdl_image/SDL_rwops.o
sdl_image/SDL_rwops.c: In function 'SDL_RWFromFP':
sdl_image/SDL_rwops.c:228:71: warning: trigraph ??) ignored, use -trigraphs to enable [-Wtrigraphs]
  228 |                 SDL_SetError("You can't pass a FILE pointer to a DLL (??)");
      |                                                                        
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  sdl_image/SDL_error.c -o sdl_image/SDL_error.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  sdl_image/SDL_endian.c -o sdl_image/SDL_endian.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  sdl_image/SDL_to_picinfo.c -o sdl_image/SDL_to_picinfo.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  sdl_image/SDL_bmp.c -o sdl_image/SDL_bmp.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  sdl_image/IMG_gif.c -o sdl_image/IMG_gif.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  sdl_image/IMG_jpg.c -o sdl_image/IMG_jpg.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  sdl_image/IMG_xpm.c -o sdl_image/IMG_xpm.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  sdl_image/IMG_pcx.c -o sdl_image/IMG_pcx.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  sdl_image/IMG_tga.c -o sdl_image/IMG_tga.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  sdl_image/IMG_lbm.c -o sdl_image/IMG_lbm.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  sdl_image/IMG_png.c -o sdl_image/IMG_png.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOAD_JPG  -DLOAD_PNG  -DLOAD_TIF  -I. -I./sdl_image  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H       -I../../../src/intl -I/opt/pkg/include -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  sdl_image/IMG_tif.c -o sdl_image/IMG_tif.o
/usr/bin/rm -f ../../../lib/libie.a
ar rc ../../../lib/libie.a image.o  convert.o  accel.o  libpcd/file.o  libpcd/huff.o  libpcd/inter.o  libpcd/pcdr.o  libpcd/yuv2rgb.o  sdl_image/SDL_surface.o  sdl_image/SDL_rwops.o  sdl_image/SDL_error.o  sdl_image/SDL_endian.o  sdl_image/SDL_to_picinfo.o  sdl_image/SDL_bmp.o  sdl_image/IMG_gif.o  sdl_image/IMG_jpg.o  sdl_image/IMG_xpm.o  sdl_image/IMG_pcx.o  sdl_image/IMG_tga.o  sdl_image/IMG_lbm.o  sdl_image/IMG_png.o  sdl_image/IMG_tif.o
ranlib ../../../lib/libie.a
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   gui.cxx -o gui.o
gui.cxx: In function 'void tohex(char*, int, int)':
gui.cxx:65:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   65 |   char  *sym = "0123456789ABCDEF";
      |                ^~~~~~~~~~~~~~~~~~
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   guilocale.cxx -o guilocale.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   gui_key.cxx -o gui_key.o
gui_key.cxx: In constructor 'IconKey::IconKey(int, int, int, int, int, void (*)())':
gui_key.cxx:321:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  321 |                  void (*ifunc) ()):KEY(ix,iy,il,ih,"ICONKEY",0,ifunc)
      |                                                    ^~~~~~~~~
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   gui_menu.cxx -o gui_menu.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   gui_input.cxx -o gui_input.o
gui_input.cxx: In member function 'virtual void Input::show()':
gui_input.cxx:76:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   76 |     dndwin->add_type("text/plain");
      |                      ^~~~~~~~~~~~
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   gui_switch.cxx -o gui_switch.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   gui_text.cxx -o gui_text.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   gui_win.cxx -o gui_win.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   exwin.cxx -o exwin.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   filebrowser.cxx -o filebrowser.o
filebrowser.cxx: In member function 'virtual void FileBrowser::init(Window)':
filebrowser.cxx:34:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   34 |   t1 = new Text(10, 25, "File name:", 5);
      |                         ^~~~~~~~~~~~
filebrowser.cxx:35:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   35 |   t2 = new Text(10, h - 56, "Filter:", 5);
      |                             ^~~~~~~~~
filebrowser.cxx:36:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   36 |   kok = new KEY(10, -10, 100, 25, "OK", 1, NULL);
      |                                   ^~~~
filebrowser.cxx:37:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   37 |   kcan = new KEY(-10, -10, 100, 25, "Cancel", 2, NULL);
      |                                     ^~~~~~~~
filebrowser.cxx:38:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   38 |   inp->set_histid("FILE");
      |                   ^~~~~~
filebrowser.cxx:40:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   40 |   flt->set_histid("FILTER");
      |                   ^~~~~~~~
filebrowser.cxx: In member function 'virtual void FileBrowser::show()':
filebrowser.cxx:210:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |       pan->find_and_set(">..");
      |                         ^~~~~
filebrowser.cxx: In member function 'virtual void FileBrowser::guifunc(Gui*, int, ...)':
filebrowser.cxx:281:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  281 |           pan->find_and_set(">..");
      |                             ^~~~~
filebrowser.cxx:312:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  312 |               pan->find_and_set(">..");
      |                                 ^~~~~
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   imload.cxx -o imload.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   pager.cxx -o pager.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   pan.cxx -o pan.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   qhelp.cxx -o qhelp.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   scroll.cxx -o scroll.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   northcolors.cxx -o northcolors.o
northcolors.cxx:105:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  105 |         /* 0 */ { "northgui.color.background",        "#d5d2de"},
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
northcolors.cxx:105:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  105 |         /* 0 */ { "northgui.color.background",        "#d5d2de"},
      |                                                       ^~~~~~~~~
northcolors.cxx:106:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  106 |         /* 1 */ { "northgui.color.shadow",            "#000000"},
      |                   ^~~~~~~~~~~~~~~~~~~~~~~
northcolors.cxx:106:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  106 |         /* 1 */ { "northgui.color.shadow",            "#000000"},
      |                                                       ^~~~~~~~~
northcolors.cxx:107:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  107 |         /* 2 */ { "northgui.color.text",              "#000000"},
      |                   ^~~~~~~~~~~~~~~~~~~~~
northcolors.cxx:107:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  107 |         /* 2 */ { "northgui.color.text",              "#000000"},
      |                                                       ^~~~~~~~~
northcolors.cxx:108:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  108 |         /* 3 */ { "northgui.color.text_warn",         "#ff0000"},
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
northcolors.cxx:108:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  108 |         /* 3 */ { "northgui.color.text_warn",         "#ff0000"},
      |                                                       ^~~~~~~~~
northcolors.cxx:109:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  109 |         /* 4 */ { "northgui.color.text2",             "#333333"},
      |                   ^~~~~~~~~~~~~~~~~~~~~~
northcolors.cxx:109:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  109 |         /* 4 */ { "northgui.color.text2",             "#333333"},
      |                                                       ^~~~~~~~~
northcolors.cxx:110:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  110 |         /* 5 */ { "northgui.color.cursor",            "#bbb4f0"},
      |                   ^~~~~~~~~~~~~~~~~~~~~~~
northcolors.cxx:110:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  110 |         /* 5 */ { "northgui.color.cursor",            "#bbb4f0"},
      |                                                       ^~~~~~~~~
northcolors.cxx:111:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  111 |         /* 6 */ { "xnc.panel_color.info",             "#111100"},
      |                   ^~~~~~~~~~~~~~~~~~~~~~
northcolors.cxx:111:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  111 |         /* 6 */ { "xnc.panel_color.info",             "#111100"},
      |                                                       ^~~~~~~~~
northcolors.cxx:112:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  112 |         /* 7 */ { "xnc.panel_color.selected_file",    "#ffff00"},
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
northcolors.cxx:112:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  112 |         /* 7 */ { "xnc.panel_color.selected_file",    "#ffff00"},
      |                                                       ^~~~~~~~~
northcolors.cxx:113:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  113 |         /* 8 */ { "xnc.panel_color.normal_file",      "#000000"},
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
northcolors.cxx:113:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  113 |         /* 8 */ { "xnc.panel_color.normal_file",      "#000000"},
      |                                                       ^~~~~~~~~
northcolors.cxx:114:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  114 |         /* 9 */ { "xnc.panel_color.directory_file",   "#1312f8"},
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
northcolors.cxx:114:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  114 |         /* 9 */ { "xnc.panel_color.directory_file",   "#1312f8"},
      |                                                       ^~~~~~~~~
northcolors.cxx:115:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  115 |         /*10 */ { "xnc.panel_color.execution_file",   "#00ff34"},
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
northcolors.cxx:115:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  115 |         /*10 */ { "xnc.panel_color.execution_file",   "#00ff34"},
      |                                                       ^~~~~~~~~
northcolors.cxx:116:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  116 |         /*11 */ { "xnc.panel_color.link_file",        "#00fff2"},
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
northcolors.cxx:116:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  116 |         /*11 */ { "xnc.panel_color.link_file",        "#00fff2"},
      |                                                       ^~~~~~~~~
northcolors.cxx:117:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  117 |         /*12 */ { "xnc.panel_color.afs_file",         "#fb5056"},
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
northcolors.cxx:117:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  117 |         /*12 */ { "xnc.panel_color.afs_file",         "#fb5056"},
      |                                                       ^~~~~~~~~
northcolors.cxx:118:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  118 |         /*13 */ { "xnc.panel_color.image_file",       "#ff1111"},
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
northcolors.cxx:118:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  118 |         /*13 */ { "xnc.panel_color.image_file",       "#ff1111"},
      |                                                       ^~~~~~~~~
northcolors.cxx:119:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  119 |         /*14 */ { "xnc.panel_color.extension_file",   "#003399"}
      |                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
northcolors.cxx:119:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  119 |         /*14 */ { "xnc.panel_color.extension_file",   "#003399"}
      |                                                       ^~~~~~~~~
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   list_utils.cxx -o list_utils.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ../manage/baseguiplugin.cxx -o ../manage/baseguiplugin.o
../manage/baseguiplugin.cxx: In function 'void init_basegui_plugin()':
../manage/baseguiplugin.cxx:89:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   89 |   baseguiplugin=new BaseGuiPlugin("base_internal","0.6.0");
      |                                   ^~~~~~~~~~~~~~~
../manage/baseguiplugin.cxx:89:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   89 |   baseguiplugin=new BaseGuiPlugin("base_internal","0.6.0");
      |                                                   ^~~~~~~
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ../manage/dircacheman.cxx -o ../manage/dircacheman.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ../manage/configman.cxx -o ../manage/configman.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ../manage/guiplugin.cxx -o ../manage/guiplugin.o
In file included from ../../../src/include/xnc/base_cap.h:5,
                 from ../../../src/include/xnc/panel.h:4,
                 from ../../../src/include/xnc/bookmark.h:3,
                 from ../manage/guiplugin.h:6,
                 from ../manage/guiplugin.cxx:16:
../../../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../../../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../../../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../../../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../../../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../../../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../../../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ../manage/iconman.cxx -o ../manage/iconman.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ../manage/ivesclient.cxx -o ../manage/ivesclient.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ../manage/mouse_actions.cxx -o ../manage/mouse_actions.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ../manage/pluginman.cxx -o ../manage/pluginman.o
In file included from ../../../src/include/xnc/base_cap.h:5,
                 from ../../../src/include/xnc/panel.h:4,
                 from ../../../src/include/xnc/bookmark.h:3,
                 from ../manage/guiplugin.h:6,
                 from ../manage/pluginman.h:4,
                 from ../manage/pluginman.cxx:16:
../../../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../../../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../../../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../../../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../../../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../../../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../../../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
../manage/pluginman.cxx: In constructor 'PluginManager::PluginManager()':
../manage/pluginman.cxx:107:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  107 |   baseguiplugin=guiplugin=new GuiPlugin("internal","0.1.0");
      |                                         ^~~~~~~~~~
../manage/pluginman.cxx:107:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  107 |   baseguiplugin=guiplugin=new GuiPlugin("internal","0.1.0");
      |                                                    ^~~~~~~
../manage/pluginman.cxx: In member function 'GuiPlugin* PluginManager::load_gui_plugin(char*)':
../manage/pluginman.cxx:143:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  143 |   pdata=new PlugInitData("xnc",libname,GUI_Plugin);
      |                          ^~~~~
../manage/pluginman.cxx: In member function 'int PluginManager::load_look(char*)':
../manage/pluginman.cxx:169:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  169 |     baseguiplugin=guiplugin=new GuiPlugin("internal","0.1.0");
      |                                           ^~~~~~~~~~
../manage/pluginman.cxx:169:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  169 |     baseguiplugin=guiplugin=new GuiPlugin("internal","0.1.0");
      |                                                      ^~~~~~~
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ../manage/xdndclass.cxx -o ../manage/xdndclass.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/lib/xbitmaps  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ../manage/xshrloader.cxx -o ../manage/xshrloader.o
/usr/bin/rm -f ../../../lib/libnorthgui.a
ar rc ../../../lib/libnorthgui.a gui.o  guilocale.o  gui_key.o  gui_menu.o  gui_input.o  gui_switch.o  gui_text.o  gui_win.o  exwin.o  filebrowser.o  imload.o  pager.o  pan.o  qhelp.o  scroll.o  northcolors.o  list_utils.o  ../manage/baseguiplugin.o  ../manage/dircacheman.o  ../manage/configman.o  ../manage/guiplugin.o  ../manage/iconman.o  ../manage/ivesclient.o  ../manage/mouse_actions.o  ../manage/pluginman.o  ../manage/xdndclass.o  ../manage/xshrloader.o
ranlib ../../../lib/libnorthgui.a
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   afs.cxx -o afs.o
In file included from afs.cxx:18:
vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
vfs.h: In constructor 'FTP::FTP()':
vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
vfs.h: In constructor 'AFS::AFS()':
vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
vfs.h: In constructor 'DFS::DFS()':
vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
afs.cxx: In member function 'virtual int AFS::full_extract_to_vfs(VFS*)':
afs.cxx:300:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  300 |       vfs_error("AFS", _("Can't copy to destination VFS"));
      |                 ^~~~~
afs.cxx: In member function 'virtual int AFS::init_support(char*, char*)':
afs.cxx:663:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  663 |       vfs_error("AFS", _("No support for this file"));
      |                 ^~~~~
afs.cxx:683:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  683 |           vfs_error("AFS", _("Can't create AFSTMP directory!"));
      |                     ^~~~~
afs.cxx: In function 'void parse_month(std::tm&, char*)':
afs.cxx:1043:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1043 |   static char *mon[] = { "jan", "feb", "mar", "apr", "may", "jun",
      |                          ^~~~~
afs.cxx:1043:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1043 |   static char *mon[] = { "jan", "feb", "mar", "apr", "may", "jun",
      |                                 ^~~~~
afs.cxx:1043:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1043 |   static char *mon[] = { "jan", "feb", "mar", "apr", "may", "jun",
      |                                        ^~~~~
afs.cxx:1043:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1043 |   static char *mon[] = { "jan", "feb", "mar", "apr", "may", "jun",
      |                                               ^~~~~
afs.cxx:1043:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1043 |   static char *mon[] = { "jan", "feb", "mar", "apr", "may", "jun",
      |                                                      ^~~~~
afs.cxx:1043:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1043 |   static char *mon[] = { "jan", "feb", "mar", "apr", "may", "jun",
      |                                                             ^~~~~
afs.cxx:1044:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1044 |                          "jul", "aug", "sep", "oct", "nov", "dec" };
      |                          ^~~~~
afs.cxx:1044:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1044 |                          "jul", "aug", "sep", "oct", "nov", "dec" };
      |                                 ^~~~~
afs.cxx:1044:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1044 |                          "jul", "aug", "sep", "oct", "nov", "dec" };
      |                                        ^~~~~
afs.cxx:1044:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1044 |                          "jul", "aug", "sep", "oct", "nov", "dec" };
      |                                               ^~~~~
afs.cxx:1044:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1044 |                          "jul", "aug", "sep", "oct", "nov", "dec" };
      |                                                      ^~~~~
afs.cxx:1044:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1044 |                          "jul", "aug", "sep", "oct", "nov", "dec" };
      |                                                             ^~~~~
afs.cxx: In member function 'int AFS::reread()':
afs.cxx:1181:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1181 |       vfs_error("AFS", _("Can't access TMP dir"));
      |                 ^~~~~
afs.cxx: In member function 'virtual int AFS::direc(char*)':
afs.cxx:1327:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1327 |       vfs_error("AFS", _("Can't follow directory (outside archive)!"));
      |                 ^~~~~
afs.cxx:1371:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1371 |     vfs_error("AFS", _("Can't access TMP dir"));
      |               ^~~~~
afs.cxx:1467:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1467 |   ol->init("..", (0777 | S_IFDIR), 0, getuid(), getgid(), 0);
      |            ^~~~
afs.cxx:1470:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1470 |   ol->init(".", (0777 | S_IFDIR), 0, getuid(), getgid(), 0);
      |            ^~~
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   dfs.cxx -o dfs.o
In file included from dfs.cxx:19:
vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
vfs.h: In constructor 'FTP::FTP()':
vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
vfs.h: In constructor 'AFS::AFS()':
vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
vfs.h: In constructor 'DFS::DFS()':
vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
dfs.cxx: In member function 'virtual int DFS::direc(char*)':
dfs.cxx:409:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  409 |   ol->init("..", st.st_mode, st.st_size, st.st_uid, st.st_gid, st.st_mtime, &st);
      |            ^~~~
dfs.cxx:413:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  413 |   ol->init(".", S_IFDIR, 0, st.st_uid, st.st_gid, st.st_mtime);
      |            ^~~
dfs.cxx: In member function 'virtual int DFS::remove(FList*)':
dfs.cxx:576:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  576 |         ret = psystem2("rm", "-rf", buf1, NULL);
      |                        ^~~~
dfs.cxx: In member function 'virtual int DFS::branch_direc(char*, DirCacheManager*)':
dfs.cxx:1041:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1041 |     ol->init("..", st.st_mode, st.st_size, st.st_uid, st.st_gid, st.st_mtime, &st);
      |              ^~~~
dfs.cxx:1045:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1045 |     ol->init(".", S_IFDIR, 0, st.st_uid, st.st_gid, st.st_mtime);
      |              ^~~
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ftpfs.cxx -o ftpfs.o
In file included from ../../../src/include/xnc/base_cap.h:5,
                 from ../../../src/include/xnc/panel.h:4,
                 from ftpfs.cxx:21:
../../../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../../../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../../../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../../../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../../../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../../../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../../../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
In file included from ../../../src/lib/vfs/vfs.h:8:
ftpfs.cxx: In function 'int ftp_detect_host(char*)':
../../../src/lib/vfs/ftplib/ftp_communication.h:33:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   33 | #define        FTP_HOST_UNIX_CHR "unix"
      |                                  ^~~~~~
ftpfs.cxx:231:30: note: in expansion of macro 'FTP_HOST_UNIX_CHR'
  231 |     if(str_casecmp(hostname, FTP_HOST_UNIX_CHR)==0)
      |                              ^~~~~~~~~~~~~~~~~
../../../src/lib/vfs/ftplib/ftp_communication.h:34:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   34 | #define        FTP_HOST_SUNOS_CHR "sunos"
      |                                   ^~~~~~~
ftpfs.cxx:233:30: note: in expansion of macro 'FTP_HOST_SUNOS_CHR'
  233 |     if(str_casecmp(hostname, FTP_HOST_SUNOS_CHR)==0)
      |                              ^~~~~~~~~~~~~~~~~~
../../../src/lib/vfs/ftplib/ftp_communication.h:37:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   37 | #define        FTP_HOST_VMS_CHR  "vms"
      |                                  ^~~~~
ftpfs.cxx:235:30: note: in expansion of macro 'FTP_HOST_VMS_CHR'
  235 |     if(str_casecmp(hostname, FTP_HOST_VMS_CHR)==0)
      |                              ^~~~~~~~~~~~~~~~
../../../src/lib/vfs/ftplib/ftp_communication.h:40:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   40 | #define        FTP_HOST_NT_CHR   "windows_nt"
      |                                  ^~~~~~~~~~~~
ftpfs.cxx:237:30: note: in expansion of macro 'FTP_HOST_NT_CHR'
  237 |     if(str_casecmp(hostname, FTP_HOST_NT_CHR)==0)
      |                              ^~~~~~~~~~~~~~~
../../../src/lib/vfs/ftplib/ftp_communication.h:41:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   41 | #define        FTP_HOST_WIN32_CHR "win32"
      |                                   ^~~~~~~
ftpfs.cxx:239:30: note: in expansion of macro 'FTP_HOST_WIN32_CHR'
  239 |     if(str_casecmp(hostname, FTP_HOST_WIN32_CHR)==0)
      |                              ^~~~~~~~~~~~~~~~~~
ftpfs.cxx: In member function 'void FTP::bg_switch()':
ftpfs.cxx:1077:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1077 |     simple_mes("FTP",_("Operation not complete!"));
      |                ^~~~~
ftpfs.cxx: In member function 'void FTP::bg_commands()':
ftpfs.cxx:1119:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1119 |                                   vfs_error("FTP",com.reason);
      |                                             ^~~~~
ftpfs.cxx:1146:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1146 |                                vfs_error("FTP",com.reason);
      |                                          ^~~~~
ftpfs.cxx:1171:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1171 |                                  vfs_error("FTP",com.reason);
      |                                            ^~~~~
ftpfs.cxx:1185:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1185 |                                  vfs_error("FTP",com.reason);
      |                                            ^~~~~
ftpfs.cxx:1197:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1197 |                               vfs_error("FTP",com.reason);
      |                                         ^~~~~
ftpfs.cxx:1215:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1215 |                               vfs_error("FTP",com.reason);
      |                                         ^~~~~
ftpfs.cxx:1230:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1230 |                               vfs_error("FTP",com.reason);
      |                                         ^~~~~
ftpfs.cxx:1244:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1244 |                              vfs_error("FTP",com.reason);
      |                                        ^~~~~
ftpfs.cxx:1288:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1288 |                              vfs_error("FTP",com.reason);
      |                                        ^~~~~
ftpfs.cxx:1304:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1304 |                              vfs_error("FTP",com.reason);
      |                                        ^~~~~
ftpfs.cxx: In member function 'int FTP::ftp_wait(char*, int)':
ftpfs.cxx:1359:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1359 |           create_ftp_infowin("FTP");
      |                              ^~~~~
ftpfs.cxx:1375:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1375 |               vfs_error("FTP FATAL",com.reason);
      |                         ^~~~~~~~~~~
ftpfs.cxx: In member function 'virtual int FTP::init_support(char*, char*)':
ftpfs.cxx:1438:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1438 |           vfs_error("FTP",_("Too many active connections"));
      |                     ^~~~~
ftpfs.cxx:1464:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1464 |         vfs_error("FTP",_("Forking Child"));
      |                   ^~~~~
ftpfs.cxx:1477:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1477 |                   vfs_error("FTP",com.reason);
      |                             ^~~~~
ftpfs.cxx:1485:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1485 |   vfs_error("FTP",_("Child process failed"));
      |             ^~~~~
ftpfs.cxx: In member function 'virtual char* FTP::get_file_for_execute(FList*)':
ftpfs.cxx:1550:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1550 |      vfs_error("FTP",com.reason);
      |                ^~~~~
ftpfs.cxx: In member function 'virtual int FTP::remove(FList*)':
ftpfs.cxx:1578:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1578 |      vfs_error("FTP",com.reason);
      |                ^~~~~
ftpfs.cxx:1601:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1601 |                      vfs_error("FTP",com.reason);
      |                                ^~~~~
ftpfs.cxx: In member function 'virtual int FTP::mkdir(char*, mode_t)':
ftpfs.cxx:1632:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1632 |      vfs_error("FTP",com.reason);
      |                ^~~~~
ftpfs.cxx: In member function 'int FTP::selected_list_to_file()':
ftpfs.cxx:1650:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1650 |              vfs_error("FTP",_("Can't create temporary list file!"));
      |                        ^~~~~
ftpfs.cxx: In member function 'virtual int FTP::add_to_vfs(FList*)':
ftpfs.cxx:1806:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1806 |              vfs_error("FTP",com.reason);
      |                        ^~~~~
ftpfs.cxx: In member function 'virtual int FTP::add_to_vfs_by_list(FList*)':
ftpfs.cxx:1828:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1828 |              vfs_error("FTP",_("Can't create temporary list file!"));
      |                        ^~~~~
ftpfs.cxx:1892:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1892 |              vfs_error("FTP",com.reason);
      |                        ^~~~~
ftpfs.cxx: In member function 'virtual int FTP::copy(FList*, VFS*)':
ftpfs.cxx:1958:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1958 |              vfs_error("FTP",com.reason);
      |                        ^~~~~
ftpfs.cxx:1969:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1969 |              vfs_error("FTP",_("Can't create temporary list file!"));
      |                        ^~~~~
ftpfs.cxx:2023:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2023 |              vfs_error("FTP",com.reason);
      |                        ^~~~~
ftpfs.cxx: In member function 'virtual int FTP::chdir(char*)':
ftpfs.cxx:2058:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2058 |          vfs_error("FTP",com.reason);
      |                    ^~~~~
ftpfs.cxx: In member function 'virtual int FTP::direc(char*)':
ftpfs.cxx:2198:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2198 |               hd->init("..", st.st_mode, st.st_size, st.st_uid, st.st_gid, st.st_mtime);
      |                        ^~~~
ftpfs.cxx:2274:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2274 |               hd->init("..", S_IFDIR | 0755, 0, st.st_uid, st.st_gid, st.st_mtime);
      |                        ^~~~
ftpfs.cxx:2278:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2278 |   ol->init(".", S_IFDIR | 0755, 0, st.st_uid, st.st_gid, st.st_mtime);
      |            ^~~
ftpfs.cxx: In member function 'void FTP::make_empty_list()':
ftpfs.cxx:2290:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2290 |     ol->init("..", S_IFDIR, 0, 0, 0, 5000);
      |              ^~~~
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  ftplib/ftplib.c -o ftplib/ftplib.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ftplib/ftpdiving.cxx -o ftplib/ftpdiving.o
g++ -c -I../../../src/include/xnc  -I../../../src/lib/manage  -I../../../src/au  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   vfs.cxx -o vfs.o
In file included from vfs.cxx:16:
vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
vfs.h: In constructor 'FTP::FTP()':
vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
vfs.h: In constructor 'AFS::AFS()':
vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
vfs.h: In constructor 'DFS::DFS()':
vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
vfs.h: At global scope:
vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
vfs.cxx: In function 'VFS* define_vfs(char*)':
vfs.cxx:40:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   40 |     if (str_ncasecmp(d, "dfs", 3) != 0)
      |                         ^~~~~
vfs.cxx:42:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   42 |       if (str_ncasecmp(d,"ftp",3) == 0 && panel->panel2->vfs->fstype==FTP_TYPE)
      |                          ^~~~~
vfs.cxx:51:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |       if (str_ncasecmp(d, "afs", 3) != 0 && str_ncasecmp(d,"arc",3)!=0)
      |                           ^~~~~
vfs.cxx:51:60: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |       if (str_ncasecmp(d, "afs", 3) != 0 && str_ncasecmp(d,"arc",3)!=0)
      |                                                            ^~~~~
vfs.cxx:53:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   53 |         vfs_error("VFS", "Wrong VFS type!");
      |                   ^~~~~
vfs.cxx:53:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   53 |         vfs_error("VFS", "Wrong VFS type!");
      |                          ^~~~~~~~~~~~~~~~~
vfs.cxx:60:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   60 |         vfs_error("VFS", "Second panel must be inside Archive!");
      |                   ^~~~~
vfs.cxx:60:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   60 |         vfs_error("VFS", "Second panel must be inside Archive!");
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
vfs.cxx: In function 'VFS* define_vfs(char*, char*)':
vfs.cxx:86:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   86 |   if (str_casecmp(type, "dfs") == 0)
      |                         ^~~~~
vfs.cxx:93:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   93 |   else if ((str_casecmp(type, "arc") == 0) || (str_casecmp(type,"afs")==0))
      |                               ^~~~~
vfs.cxx:93:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   93 |   else if ((str_casecmp(type, "arc") == 0) || (str_casecmp(type,"afs")==0))
      |                                                                 ^~~~~
/usr/bin/rm -f ../../../lib/libxncvfs.a
ar rc ../../../lib/libxncvfs.a afs.o  dfs.o  ftpfs.o  ftplib/ftplib.o  ftplib/ftpdiving.o  vfs.o
ranlib ../../../lib/libxncvfs.a
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DMAGIC='"/usr/share/misc/magic"' -DMAGIC_FOR_XNC -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  file.c -o file.o
file.c: In function 'process':
file.c:422:31: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  422 |                 buf[nbytes++] = '\0';        /* null-terminate it */
      |                 ~~~~~~~~~~~~~~^~~~~~
file.c:359:30: note: at offset -1 into destination object 'buf' of size 8193
  359 |         unsigned char        buf[HOWMANY+1];        /* one extra for terminating '\0' */
      |                              ^~~
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DMAGIC='"/usr/share/misc/magic"' -DMAGIC_FOR_XNC -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  apprentice.c -o apprentice.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DMAGIC='"/usr/share/misc/magic"' -DMAGIC_FOR_XNC -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  fsmagic.c -o fsmagic.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DMAGIC='"/usr/share/misc/magic"' -DMAGIC_FOR_XNC -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  softmagic.c -o softmagic.o
softmagic.c: In function 'match':
softmagic.c:113:40: warning: implicit declaration of function 'malloc' [-Wimplicit-function-declaration]
  113 |                 if ((tmpoff = (long *) malloc(tmplen = 20)) == NULL)
      |                                        ^~~~~~
softmagic.c:34:1: note: include '<stdlib.h>' or provide a declaration of 'malloc'
   33 | #include "file.h"
  +++ |+#include <stdlib.h>
   34 | 
softmagic.c:113:40: warning: incompatible implicit declaration of built-in function 'malloc' [-Wbuiltin-declaration-mismatch]
  113 |                 if ((tmpoff = (long *) malloc(tmplen = 20)) == NULL)
      |                                        ^~~~~~
softmagic.c:113:40: note: include '<stdlib.h>' or provide a declaration of 'malloc'
softmagic.c:139:48: warning: implicit declaration of function 'realloc' [-Wimplicit-function-declaration]
  139 |                         if ((tmpoff = (long *) realloc(tmpoff,
      |                                                ^~~~~~~
softmagic.c:139:48: note: include '<stdlib.h>' or provide a declaration of 'realloc'
softmagic.c:139:48: warning: incompatible implicit declaration of built-in function 'realloc' [-Wbuiltin-declaration-mismatch]
softmagic.c:139:48: note: include '<stdlib.h>' or provide a declaration of 'realloc'
softmagic.c:188:62: warning: incompatible implicit declaration of built-in function 'realloc' [-Wbuiltin-declaration-mismatch]
  188 |                                                     (long *) realloc(tmpoff,
      |                                                              ^~~~~~~
softmagic.c:188:62: note: include '<stdlib.h>' or provide a declaration of 'realloc'
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DMAGIC='"/usr/share/misc/magic"' -DMAGIC_FOR_XNC -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  ascmagic.c -o ascmagic.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DMAGIC='"/usr/share/misc/magic"' -DMAGIC_FOR_XNC -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  compress.c -o compress.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DMAGIC='"/usr/share/misc/magic"' -DMAGIC_FOR_XNC -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  is_tar.c -o is_tar.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DMAGIC='"/usr/share/misc/magic"' -DMAGIC_FOR_XNC -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  print.c -o print.o
/usr/bin/rm -f ../../../lib/libxncfiledir.a
ar rc ../../../lib/libxncfiledir.a file.o  apprentice.o  fsmagic.o  softmagic.o  ascmagic.o  compress.o  is_tar.o  print.o
ranlib ../../../lib/libxncfiledir.a
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  xncintro.c -o xncintro.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  flag1.c -o flag1.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  flag2.c -o flag2.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  flag3.c -o flag3.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  flag4.c -o flag4.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  flag5.c -o flag5.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  flag6.c -o flag6.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  flag7.c -o flag7.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  recycle.c -o recycle.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  recycle2.c -o recycle2.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  recycle3.c -o recycle3.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  recycle4.c -o recycle4.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  arc.c -o arc.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  assoc.c -o assoc.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  folder.c -o folder.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  exec.c -o exec.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  norm.c -o norm.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  link.c -o link.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  xncafs.c -o xncafs.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  xncafsaix.c -o xncafsaix.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  xncafsopenbsd.c -o xncafsopenbsd.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  xncafstar.c -o xncafstar.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  xncini.c -o xncini.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  xnccfg.c -o xnccfg.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  xncext.c -o xncext.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  xncmenu.c -o xncmenu.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  xnckeys.c -o xnckeys.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  ivesini.c -o ivesini.o
/usr/bin/rm -f ../../../lib/libxncbitmaps.a
ar rc ../../../lib/libxncbitmaps.a xncintro.o  flag1.o  flag2.o  flag3.o  flag4.o  flag5.o  flag6.o  flag7.o  recycle.o  recycle2.o  recycle3.o  recycle4.o  arc.o  assoc.o  folder.o  exec.o  norm.o  link.o  xncafs.o  xncafsaix.o  xncafsopenbsd.o  xncafstar.o  xncini.o  xnccfg.o  xncext.o  xncmenu.o  xnckeys.o  ivesini.o
ranlib ../../../lib/libxncbitmaps.a
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I../../../src/include/xnc   -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  command.c -o command.o
command.c: In function 'get_tty':
command.c:813:9: warning: implicit declaration of function 'isastream' [-Wimplicit-function-declaration]
  813 |     if (isastream(fd) == 1)
      |         ^~~~~~~~~
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I../../../src/include/xnc   -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  debug.c -o debug.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I../../../src/include/xnc   -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  graphics.c -o graphics.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I../../../src/include/xnc   -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  grkelot.c -o grkelot.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I../../../src/include/xnc   -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  rmain.c -o rmain.o
rmain.c: In function 'xerror_handler':
rmain.c:159:4: warning: implicit declaration of function 'clean_exit' [-Wimplicit-function-declaration]
  159 |    clean_exit();
      |    ^~~~~~~~~~
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I../../../src/include/xnc   -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  menubar.c -o menubar.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I../../../src/include/xnc   -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  misc.c -o misc.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I../../../src/include/xnc   -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  netdisp.c -o netdisp.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I../../../src/include/xnc   -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  screen.c -o screen.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I../../../src/include/xnc   -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  scrollbar.c -o scrollbar.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I../../../src/include/xnc   -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  utmp.c -o utmp.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/intl -I/opt/pkg/include -I../../../src/include/xnc   -I. -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  xdefaults.c -o xdefaults.o
/usr/bin/rm -f ../../../lib/libxncrxvt.a
ar rc ../../../lib/libxncrxvt.a command.o  debug.o  graphics.o  grkelot.o  rmain.o  menubar.o  misc.o  netdisp.o  screen.o  scrollbar.o  utmp.o  xdefaults.o
ranlib ../../../lib/libxncrxvt.a
g++ -c -I../../../src/include/xnc  -I../../../src/au  -I../../../src/lib/manage  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   commonfuncs.cxx -o commonfuncs.o
commonfuncs.cxx: In function 'int is_filtered(char*, char*)':
commonfuncs.cxx:265:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  265 |   char  *f="";
      |            ^~
commonfuncs.cxx: In function 'int hex_one_digit(char)':
commonfuncs.cxx:383:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  383 |   char *hex="0123456789ABCDEF";
      |             ^~~~~~~~~~~~~~~~~~
g++ -c -I../../../src/include/xnc  -I../../../src/au  -I../../../src/lib/manage  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   flist.cxx -o flist.o
flist.cxx: In function 'char* is_image(char*, int)':
flist.cxx:394:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  394 |         "gif",
      |         ^~~~~
flist.cxx:395:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  395 |         "jpg",
      |         ^~~~~
flist.cxx:396:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  396 |         "png",
      |         ^~~~~
flist.cxx:397:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  397 |         "tif",
      |         ^~~~~
flist.cxx:398:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  398 |         "xpm",
      |         ^~~~~
flist.cxx:399:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  399 |         "bmp",
      |         ^~~~~
flist.cxx:400:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  400 |         "lbm",
      |         ^~~~~
flist.cxx:401:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  401 |         "pcx",
      |         ^~~~~
flist.cxx:402:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  402 |         "pnm",
      |         ^~~~~
flist.cxx:403:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  403 |         "tga",
      |         ^~~~~
flist.cxx:404:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  404 |         "GIF",
      |         ^~~~~
flist.cxx:405:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  405 |         "JPG",
      |         ^~~~~
flist.cxx:406:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  406 |         "PNG",
      |         ^~~~~
flist.cxx:407:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  407 |         "TIF",
      |         ^~~~~
flist.cxx:408:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  408 |         "XPM",
      |         ^~~~~
flist.cxx:409:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  409 |         "BMP",
      |         ^~~~~
flist.cxx:410:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  410 |         "LBM",
      |         ^~~~~
flist.cxx:411:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  411 |         "PCX",
      |         ^~~~~
flist.cxx:412:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  412 |         "PNM",
      |         ^~~~~
flist.cxx:413:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  413 |         "TGA"
      |         ^~~~~
flist.cxx: In function 'int breakdown_link(char*, char*, char*)':
flist.cxx:436:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  436 |   char *linkid[3]={" -> ", " == ", " link to "};
      |                    ^~~~~~
flist.cxx:436:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  436 |   char *linkid[3]={" -> ", " == ", " link to "};
      |                            ^~~~~~
flist.cxx:436:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  436 |   char *linkid[3]={" -> ", " == ", " link to "};
      |                                    ^~~~~~~~~~~
flist.cxx: In function 'int check_for_link(char*)':
flist.cxx:456:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  456 |   char *linkid[3]={" -> ", " == ", " link to "};
      |                    ^~~~~~
flist.cxx:456:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  456 |   char *linkid[3]={" -> ", " == ", " link to "};
      |                            ^~~~~~
flist.cxx:456:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  456 |   char *linkid[3]={" -> ", " == ", " link to "};
      |                                    ^~~~~~~~~~~
g++ -c -I../../../src/include/xnc  -I../../../src/au  -I../../../src/lib/manage  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   geomfuncs.cxx -o geomfuncs.o
g++ -c -I../../../src/include/xnc  -I../../../src/au  -I../../../src/lib/manage  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   history.cxx -o history.o
history.cxx: In function 'void hist_add_to_top(char*, char*)':
history.cxx:64:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   64 |     o=new History(hist_id,"     ");
      |                           ^~~~~~~
history.cxx: In function 'void hist_addstring(char*, char*)':
history.cxx:137:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  137 |     o=new History(hist_id,"     ");
      |                           ^~~~~~~
g++ -c -I../../../src/include/xnc  -I../../../src/au  -I../../../src/lib/manage  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   systemfuncs.cxx -o systemfuncs.o
systemfuncs.cxx: In function 'void senddir(char*)':
systemfuncs.cxx:247:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  247 |       tt_printf("cd %s\n", tmpdir);
      |                 ^~~~~~~~~
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I../../../src/include/xnc  -I../../../src/au  -I../../../src/lib/manage  -I../../../src/lib/vfs  -I../../../src/lib/vfs/ftplib   -I../../../intl  -I../../../src/include  -I../../../src/lib/northgui  -I../../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  xncdebug.c -o xncdebug.o
/usr/bin/rm -f ../../../lib/libxnctool.a
ar rc ../../../lib/libxnctool.a commonfuncs.o  flist.o  geomfuncs.o  history.o  systemfuncs.o  xncdebug.o
ranlib ../../../lib/libxnctool.a
make ../../bin/iview
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/xbitmaps  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   vs.cxx -o vs.o
g++ -o ../../bin/iview vs.o ../../lib/libnorthgui.a -ldl -lm -lSM -lICE  -lsocket  -lnsl -lX11 -lXext  -rdynamic -L/opt/pkg/lib -Wl,-R/opt/pkg/lib  
make ../../bin/iedit
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/xbitmaps  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   es.cxx -o es.o
g++ -o ../../bin/iedit es.o ../../lib/libnorthgui.a -ldl -lm -lSM -lICE  -lsocket  -lnsl -lX11 -lXext  -rdynamic -L/opt/pkg/lib -Wl,-R/opt/pkg/lib  
make ../../bin/ives
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/xbitmaps  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   editor.cxx -o editor.o
editor.cxx: In function 'void eask(char*, char*, Editor*, int)':
editor.cxx:315:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  315 |       vdin->set_histid("GOTO");
      |                        ^~~~~~
editor.cxx:318:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  318 |         vdin->set_histid("CFIND");
      |                          ^~~~~~~
editor.cxx:322:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  322 |           vdin->set_histid("CFLIST");
      |                            ^~~~~~~~
editor.cxx:327:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  327 |           vdin->set_histid("SAVE");
      |                            ^~~~~~
editor.cxx: In function 'void efind(Editor*, int)':
editor.cxx:381:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  381 |     vdin->set_histid("FIND");
      |                      ^~~~~~
editor.cxx: In function 'void eex(Editor*, int)':
editor.cxx:433:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  433 |     vdin->set_histid("SAVE");
      |                      ^~~~~~
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/xbitmaps  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   viewer.cxx -o viewer.o
viewer.cxx: In function 'void saveas(char*, char*, Viewer*, int)':
viewer.cxx:89:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   89 |             vdin->set_histid("FIND");
      |                              ^~~~~~
viewer.cxx:91:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |             vdin->set_histid("SAVE");
      |                              ^~~~~~
viewer.cxx: In member function 'void Viewer::insert(KeySym*)':
viewer.cxx:489:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  489 |     char *tbl="0123456789ABCDEF";
      |               ^~~~~~~~~~~~~~~~~~
viewer.cxx: In member function 'void Viewer::hexoff()':
viewer.cxx:804:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  804 |     } else vmes("Error","Wrong address!!!",this);
      |                 ^~~~~~~
viewer.cxx:804:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  804 |     } else vmes("Error","Wrong address!!!",this);
      |                         ^~~~~~~~~~~~~~~~~~
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/xbitmaps  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ives.cxx -o ives.o
In file included from xh.h:3,
                 from ives.cxx:16:
ives.cxx:72:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   72 | FileBrowser fw(100,100,300,450,_noop("Choose File"),0);
      |                                      ^~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:104:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  104 |     menu_none, _noop("Fast (Floyd Dithering)"),1,cfunc,NULL,0, no_icon, AEmpty,
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:105:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  105 |     menu_none, _noop("Slow method"),1,cfunc,NULL,0, no_icon, AEmpty,
      |                      ^~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:106:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  106 |     menu_none, _noop("Best (PPM method)"),1,cfunc,NULL,0, no_icon, AEmpty};
      |                      ^~~~~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:109:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  109 |     menu_none, "192x128",1,pcdfunc,NULL,0, no_icon, AEmpty,
      |                ^~~~~~~~~
ives.cxx:110:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  110 |     menu_none, "384x256",1,pcdfunc,NULL,0, no_icon, AEmpty,
      |                ^~~~~~~~~
ives.cxx:111:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  111 |     menu_none, "768x512",1,pcdfunc,NULL,0, no_icon, AEmpty,
      |                ^~~~~~~~~
ives.cxx:112:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  112 |     menu_none, "1536x1024",1,pcdfunc,NULL,0, no_icon, AEmpty};
      |                ^~~~~~~~~~~
ives.cxx:182:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  182 |     menu_function, _noop("2.Save"),1,vsave,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:183:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  183 |     menu_function, _noop("3.Hex/Ascii"),1,vhex,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:184:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  184 |     menu_function, _noop("7.Search"),1,vsearch,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:185:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  185 |     menu_function, _noop("8.Go to"),1,vgo,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:186:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  186 |     menu_function, _noop("11.DOSr"),1,vconv,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:187:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  187 |     menu_function, _noop("12.WINr"),1,vconvwin,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:188:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  188 |     menu_function, _noop("-10.Quit"),2,vvwquit,NULL,0, no_icon, AEmpty
      |                          ^~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:191:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  191 |     menu_function, _noop("2.Save"),1,esave,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:192:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  192 |     menu_function, _noop("3.Copy"),1,ecopy,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:193:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  193 |     menu_function, _noop("4.Paste"),1,epaste,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:194:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  194 |     menu_function, _noop("5.Cut"),1,ecut,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:195:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  195 |     menu_function, _noop("6.Next"),1,enext,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:196:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  196 |     menu_function, _noop("7.Find"),1,efind,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:197:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  197 |     menu_function, _noop("8.Go to"),1,egoto,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:198:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  198 |     menu_function, _noop("9.Del"),1,edel,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:199:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  199 |     menu_function, _noop("11.DOSr"),1,econv,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:200:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  200 |     menu_function, _noop("12.WINr"),1,econvwin,NULL,0, no_icon, AEmpty,
      |                          ^~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx:201:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  201 |     menu_function, _noop("-10.Quit"),2,eewpseudoquit,NULL,0, no_icon, AEmpty
      |                          ^~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
ives.cxx: In function 'int main(int, char**)':
ives.cxx:1103:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1103 |     ives_dwin->add_type("text/uri-list");
      |                         ^~~~~~~~~~~~~~~
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/xbitmaps  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ivesserver.cxx -o ivesserver.o
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/xbitmaps  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   dummyfuncs.cxx -o dummyfuncs.o
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/xbitmaps  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   imview.cxx -o imview.o
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/xbitmaps  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   xh_ives.cxx -o xh_ives.o
xh_ives.cxx:87:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   87 |   "leoprogs.background","LeoProgs.Background",bgchr,
      |   ^~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:87:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   87 |   "leoprogs.background","LeoProgs.Background",bgchr,
      |                         ^~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:88:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   88 |   "leoprogs.foreground","LeoProgs.Foreground",fgchr,
      |   ^~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:88:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   88 |   "leoprogs.foreground","LeoProgs.Foreground",fgchr,
      |                         ^~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:89:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   89 |   "leoprogs.keys.background","LeoProgs.Keys.Background",kbgchr,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:89:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   89 |   "leoprogs.keys.background","LeoProgs.Keys.Background",kbgchr,
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:90:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   90 |   "leoprogs.font","LeoProgs.Font",fontchr,
      |   ^~~~~~~~~~~~~~~
xh_ives.cxx:90:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   90 |   "leoprogs.font","LeoProgs.Font",fontchr,
      |                   ^~~~~~~~~~~~~~~
xh_ives.cxx:91:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |   "leoprogs.selectedcolor","LeoProgs.SelectedColor",selectchr,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:91:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |   "leoprogs.selectedcolor","LeoProgs.SelectedColor",selectchr,
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:92:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   92 |   "leoprogs.font.fixed","LeoProgs.Font.Fixed",fixfontchr,
      |   ^~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:92:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   92 |   "leoprogs.font.fixed","LeoProgs.Font.Fixed",fixfontchr,
      |                         ^~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:93:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   93 |   "xnc.sysfiles.path","Xnc.SysFiles.Path",syspath,
      |   ^~~~~~~~~~~~~~~~~~~
xh_ives.cxx:93:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   93 |   "xnc.sysfiles.path","Xnc.SysFiles.Path",syspath,
      |                       ^~~~~~~~~~~~~~~~~~~
xh_ives.cxx:94:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   94 |   "leoprogs.viewer.font","LeoProgs.Viewer.Font",vfontchr,
      |   ^~~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:94:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   94 |   "leoprogs.viewer.font","LeoProgs.Viewer.Font",vfontchr,
      |                          ^~~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:95:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   95 |   "xnc.viewer.geometry","Xnc.Viewer.Geometry",viewgeom,
      |   ^~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:95:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   95 |   "xnc.viewer.geometry","Xnc.Viewer.Geometry",viewgeom,
      |                         ^~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:96:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   96 |   "leoprogs.focus.return","LeoProgs.Focus.Return",ret_foc,
      |   ^~~~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:96:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   96 |   "leoprogs.focus.return","LeoProgs.Focus.Return",ret_foc,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:97:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |   "leoprogs.text.shadow","LeoProgs.Text.Shadow",shadchr
      |   ^~~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:97:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |   "leoprogs.text.shadow","LeoProgs.Text.Shadow",shadchr
      |                          ^~~~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:111:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  111 |   "leoprogs.syscolor1","LeoProgs.SysColor1",bgchr1,
      |   ^~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:111:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  111 |   "leoprogs.syscolor1","LeoProgs.SysColor1",bgchr1,
      |                        ^~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:112:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  112 |   "leoprogs.syscolor2","LeoProgs.SysColor2",bgchr2,
      |   ^~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:112:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  112 |   "leoprogs.syscolor2","LeoProgs.SysColor2",bgchr2,
      |                        ^~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:113:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  113 |   "leoprogs.syscolor3","LeoProgs.SysColor3",bgchr3,
      |   ^~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:113:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  113 |   "leoprogs.syscolor3","LeoProgs.SysColor3",bgchr3,
      |                        ^~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:114:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  114 |   "leoprogs.syscolor4","LeoProgs.SysColor4",bgchr4,
      |   ^~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:114:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  114 |   "leoprogs.syscolor4","LeoProgs.SysColor4",bgchr4,
      |                        ^~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:115:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  115 |   "leoprogs.syscolor5","LeoProgs.SysColor5",bgchr5,
      |   ^~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:115:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  115 |   "leoprogs.syscolor5","LeoProgs.SysColor5",bgchr5,
      |                        ^~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:116:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  116 |   "leoprogs.syscolor6","LeoProgs.SysColor6",bgchr6,
      |   ^~~~~~~~~~~~~~~~~~~~
xh_ives.cxx:116:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  116 |   "leoprogs.syscolor6","LeoProgs.SysColor6",bgchr6,
      |                        ^~~~~~~~~~~~~~~~~~~~
xh_ives.cxx: In function 'void InitXClient(int, char**, int, int, int, int, char*)':
xh_ives.cxx:250:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  250 |  if(str_casecmp(ret_foc,"yes")==0) return_focus=1; else return_focus=0;
      |                         ^~~~~
xh_ives.cxx:251:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  251 |  if(str_casecmp(shadchr,"no")==0) shadow=0; else shadow=1;
      |                         ^~~~
xh_ives.cxx:308:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  308 |  pch->res_name="ives";
      |                ^~~~~~
xh_ives.cxx:309:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  309 |  pch->res_class="IVES";
      |                 ^~~~~~
xh_ives.cxx: In function 'Window create_win(char*, int, int, int, int, int)':
xh_ives.cxx:393:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  393 |  pch->res_name="ives";
      |                ^~~~~~
xh_ives.cxx:394:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  394 |  pch->res_class="IVES";
      |                 ^~~~~~
xh_ives.cxx: In function 'char* finduser(int)':
xh_ives.cxx:427:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  427 |     return "unknown";
      |            ^~~~~~~~~
xh_ives.cxx: In function 'char* findgroup(int)':
xh_ives.cxx:432:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  432 |     return "unknown";
      |            ^~~~~~~~~
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/xbitmaps  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ../au/au.cxx -o ../au/au.o
../au/au.cxx: In function 'int fendsup()':
../au/au.cxx:284:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  284 |   serror("No current support");
      |          ^~~~~~~~~~~~~~~~~~~~
../au/au.cxx:295:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  295 |   serror("No syntax found or wrong syntax");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int fhead()':
../au/au.cxx:313:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  313 |   serror("No current support");
      |          ^~~~~~~~~~~~~~~~~~~~
../au/au.cxx:319:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  319 |   serror("Missing separator ':'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx:327:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  327 |   serror("Must be digital constant");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int fsep()':
../au/au.cxx:339:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  339 |   serror("No current support");
      |          ^~~~~~~~~~~~~~~~~~~~
../au/au.cxx:345:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  345 |   serror("Missing separator ':'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx:353:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  353 |   serror("Must be character string");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int fsupport()':
../au/au.cxx:365:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  365 |    swarning("No support name");
      |             ^~~~~~~~~~~~~~~~~
../au/au.cxx:371:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  371 |   serror("Previous support not closed");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int fsyntax()':
../au/au.cxx:387:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  387 |     serror("No current support");
      |            ^~~~~~~~~~~~~~~~~~~~
../au/au.cxx:392:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  392 |     serror("Missing separator ':'");
      |            ^~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx:442:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  442 |   serror("Missing end of sequence ';'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int flist()':
../au/au.cxx:453:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  453 |     serror("No current support");
      |            ^~~~~~~~~~~~~~~~~~~~
../au/au.cxx:458:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  458 |     serror("Missing separator ':'");
      |            ^~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx:486:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  486 |   serror("Missing end of sequence ';'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int funpack()':
../au/au.cxx:497:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  497 |   serror("No current support");
      |          ^~~~~~~~~~~~~~~~~~~~
../au/au.cxx:503:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  503 |   serror("Missing separator ':'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx:523:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  523 |   serror("Missing end of sequence ';'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int fsunpack()':
../au/au.cxx:534:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  534 |   serror("No current support");
      |          ^~~~~~~~~~~~~~~~~~~~
../au/au.cxx:540:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  540 |   serror("Missing separator ':'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx:561:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  561 |   serror("Missing end of sequence ';'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int fcreate_archive()':
../au/au.cxx:572:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  572 |   serror("No current support");
      |          ^~~~~~~~~~~~~~~~~~~~
../au/au.cxx:578:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  578 |   serror("Missing separator ':'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx:599:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  599 |   serror("Missing end of sequence ';'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int fcreate_many_archive()':
../au/au.cxx:610:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  610 |   serror("No current support");
      |          ^~~~~~~~~~~~~~~~~~~~
../au/au.cxx:616:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  616 |   serror("Missing separator ':'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx:637:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  637 |   serror("Missing end of sequence ';'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int fpack()':
../au/au.cxx:648:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  648 |   serror("No current support");
      |          ^~~~~~~~~~~~~~~~~~~~
../au/au.cxx:654:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  654 |   serror("Missing separator ':'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx:675:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  675 |   serror("Missing end of sequence ';'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int fdirpack()':
../au/au.cxx:686:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  686 |   serror("No current support");
      |          ^~~~~~~~~~~~~~~~~~~~
../au/au.cxx:692:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  692 |   serror("Missing separator ':'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx:713:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  713 |   serror("Missing end of sequence ';'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int flistex()':
../au/au.cxx:724:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  724 |   serror("No current support");
      |          ^~~~~~~~~~~~~~~~~~~~
../au/au.cxx:730:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  730 |   serror("Missing separator ':'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx:751:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  751 |   serror("Missing end of sequence ';'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int flistpack()':
../au/au.cxx:762:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  762 |   serror("No current support");
      |          ^~~~~~~~~~~~~~~~~~~~
../au/au.cxx:768:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  768 |   serror("Missing separator ':'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx:789:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  789 |   serror("Missing end of sequence ';'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int fdelpack()':
../au/au.cxx:800:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  800 |   serror("No current support");
      |          ^~~~~~~~~~~~~~~~~~~~
../au/au.cxx:806:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  806 |   serror("Missing separator ':'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx:827:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  827 |   serror("Missing end of sequence ';'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int fexten()':
../au/au.cxx:836:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  836 |   serror("No current support");
      |          ^~~~~~~~~~~~~~~~~~~~
../au/au.cxx:842:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  842 |   serror("Missing separator ':'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx:850:10: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  850 |   serror("Missing end of sequence ';'");
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'int sup_init(char*)':
../au/au.cxx:929:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  929 |  dm->set_terminators(";:@");
      |                      ^~~~~
../au/au.cxx: In function 'int comp_sup(char*, char*, int (*)(char*), int (**)())':
../au/au.cxx:963:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  963 |       serror("Missing operator");
      |              ^~~~~~~~~~~~~~~~~~
../au/au.cxx: In function 'void compile_AFS_supports(char*)':
../au/au.cxx:1048:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1048 |  if(comp_sup("Compiling AFS supports:", str, sup_init, aufuncs)==0)
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/xbitmaps  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ../au/au_lex.cxx -o ../au/au_lex.o
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/xbitmaps  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ../au/au_tree.cxx -o ../au/au_tree.o
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/xbitmaps  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ../au/key.cxx -o ../au/key.o
../au/key.cxx: In function 'int init_keysupport(char*)':
../au/key.cxx:158:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  158 |   keydm->set_terminators(";:+");
      |                          ^~~~~
../au/key.cxx: In function 'int init_replace_keysupport(char*)':
../au/key.cxx:191:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  191 |   keydm->set_terminators(";:+");
      |                          ^~~~~
../au/key.cxx: In function 'int init_internal_keysupport()':
../au/key.cxx:211:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  211 |   keydm->set_terminators(";:+");
      |                          ^~~~~
../au/key.cxx: In function 'int waitfor(u_char)':
../au/key.cxx:229:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  229 |     key_error("Unsupported symbol!");
      |               ^~~~~~~~~~~~~~~~~~~~~
../au/key.cxx: In function 'int process_str()':
../au/key.cxx:243:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  243 |     key_error("Not an action!");
      |               ^~~~~~~~~~~~~~~~
../au/key.cxx:250:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  250 |       key_error("Missing ':'");
      |                 ^~~~~~~~~~~~~
../au/key.cxx:289:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  289 |         key_error("Missing ';'");
      |                   ^~~~~~~~~~~~~
../au/key.cxx: In function 'int parse_str()':
../au/key.cxx:308:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  308 |    key_error("Not an action!");
      |              ^~~~~~~~~~~~~~~~
../au/key.cxx:314:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  314 |       key_error("Missing ':'");
      |                 ^~~~~~~~~~~~~
../au/key.cxx:354:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  354 |         key_error("Missing ';'");
      |                   ^~~~~~~~~~~~~
../au/key.cxx: In function 'int action_key_by_id(char*, int, int)':
../au/key.cxx:422:48: warning: 'KeySym XKeycodeToKeysym(Display*, unsigned int, int)' is deprecated [-Wdeprecated-declarations]
  422 |     strcat(to, XKeysymToString(XKeycodeToKeysym(disp, act->keys[idx], 0)));
      |                                ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../au/key.cxx:17:
/home/pbulk/build/sysutils/xnc/work/.buildlink/include/X11/Xlib.h:1687:15: note: declared here
 1687 | extern KeySym XKeycodeToKeysym(
      |               ^~~~~~~~~~~~~~~~
g++ -o ../../bin/ives editor.o  viewer.o  ives.o  ivesserver.o  dummyfuncs.o  imview.o  xh_ives.o  ../au/au.o  ../au/au_lex.o  ../au/au_tree.o  ../au/key.o ../../lib/libie.a  ../../lib/libxncbitmaps.a  ../../lib/libxnctool.a  ../../lib/libnorthgui.a -lpng -lz -ltiff -lSM -lICE  -lsocket  -lnsl -lX11 -lXext -ldl -lm -ljpeg  -rdynamic -L/opt/pkg/lib -Wl,-R/opt/pkg/lib  
make ../../bin/xncsetup
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/image2/sdl_image  -I../../src/au  -I../../src/include/xnc   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   xh_setup.cxx -o xh_setup.o
xh_setup.cxx:54:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   54 |   "leoprogs.background","LeoProgs.Background",bgchr,
      |   ^~~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:54:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   54 |   "leoprogs.background","LeoProgs.Background",bgchr,
      |                         ^~~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:55:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   55 |   "leoprogs.foreground","LeoProgs.Foreground",fgchr,
      |   ^~~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:55:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   55 |   "leoprogs.foreground","LeoProgs.Foreground",fgchr,
      |                         ^~~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:56:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   56 |   "leoprogs.keys.background","LeoProgs.Keys.Background",kbgchr,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:56:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   56 |   "leoprogs.keys.background","LeoProgs.Keys.Background",kbgchr,
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:57:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   57 |   "leoprogs.font","LeoProgs.Font",fontchr,
      |   ^~~~~~~~~~~~~~~
xh_setup.cxx:57:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   57 |   "leoprogs.font","LeoProgs.Font",fontchr,
      |                   ^~~~~~~~~~~~~~~
xh_setup.cxx:58:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   58 |   "leoprogs.selectedcolor","LeoProgs.SelectedColor",selectchr,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:58:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   58 |   "leoprogs.selectedcolor","LeoProgs.SelectedColor",selectchr,
      |                            ^~~~~~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:59:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   59 |   "leoprogs.font.fixed","LeoProgs.Font.Fixed",fixfontchr,
      |   ^~~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:59:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   59 |   "leoprogs.font.fixed","LeoProgs.Font.Fixed",fixfontchr,
      |                         ^~~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:60:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   60 |   "xnc.sysfiles.path","Xnc.SysFiles.Path",syspath,
      |   ^~~~~~~~~~~~~~~~~~~
xh_setup.cxx:60:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   60 |   "xnc.sysfiles.path","Xnc.SysFiles.Path",syspath,
      |                       ^~~~~~~~~~~~~~~~~~~
xh_setup.cxx:61:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   61 |   "leoprogs.viewer.font","LeoProgs.Viewer.Font",vfontchr,
      |   ^~~~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:61:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   61 |   "leoprogs.viewer.font","LeoProgs.Viewer.Font",vfontchr,
      |                          ^~~~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:62:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   62 |   "xnc.viewer.geometry","Xnc.Viewer.Geometry",viewgeom
      |   ^~~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:62:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   62 |   "xnc.viewer.geometry","Xnc.Viewer.Geometry",viewgeom
      |                         ^~~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:70:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   70 |   "leoprogs.syscolor1","LeoProgs.SysColor1",bgchr1,
      |   ^~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:70:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   70 |   "leoprogs.syscolor1","LeoProgs.SysColor1",bgchr1,
      |                        ^~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:71:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   71 |   "leoprogs.syscolor2","LeoProgs.SysColor2",bgchr2,
      |   ^~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:71:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   71 |   "leoprogs.syscolor2","LeoProgs.SysColor2",bgchr2,
      |                        ^~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:72:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   72 |   "leoprogs.syscolor3","LeoProgs.SysColor3",bgchr3,
      |   ^~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:72:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   72 |   "leoprogs.syscolor3","LeoProgs.SysColor3",bgchr3,
      |                        ^~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:73:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   73 |   "leoprogs.syscolor4","LeoProgs.SysColor4",bgchr4,
      |   ^~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:73:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   73 |   "leoprogs.syscolor4","LeoProgs.SysColor4",bgchr4,
      |                        ^~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:74:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   74 |   "leoprogs.syscolor5","LeoProgs.SysColor5",bgchr5,
      |   ^~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:74:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   74 |   "leoprogs.syscolor5","LeoProgs.SysColor5",bgchr5,
      |                        ^~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:75:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   75 |   "leoprogs.syscolor6","LeoProgs.SysColor6",bgchr6,
      |   ^~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:75:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   75 |   "leoprogs.syscolor6","LeoProgs.SysColor6",bgchr6,
      |                        ^~~~~~~~~~~~~~~~~~~~
xh_setup.cxx:111:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  111 | char *icname="IVES";
      |              ^~~~~~
xh_setup.cxx: In function 'void InitXClient(int, char**, int, int, int, int, char*)':
xh_setup.cxx:206:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  206 |  pch->res_name="leoprogs";
      |                ^~~~~~~~~~
xh_setup.cxx:207:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  207 |  pch->res_class="LeoProgs";
      |                 ^~~~~~~~~~
xh_setup.cxx: In function 'Window create_win(char*, int, int, int, int, int)':
xh_setup.cxx:287:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  287 |  pch->res_name="ives";
      |                ^~~~~~
xh_setup.cxx:288:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  288 |  pch->res_class="IVES";
      |                 ^~~~~~
xh_setup.cxx: In function 'char* finduser(int)':
xh_setup.cxx:309:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  309 |     return "unknown";
      |            ^~~~~~~~~
xh_setup.cxx: In function 'char* findgroup(int)':
xh_setup.cxx:314:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  314 |     return "unknown";
      |            ^~~~~~~~~
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/image2/sdl_image  -I../../src/au  -I../../src/include/xnc   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   setup.cxx -o setup.o
In file included from setup.cxx:15:
xh.h:51:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 | #define XNC_DIR "/usr/local/lib/xnc/data"
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:31:15: note: in expansion of macro 'XNC_DIR'
   31 | char *xnc_dir=XNC_DIR;
      |               ^~~~~~~
setup.cxx:92:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   92 | char *rel_dir="./data";
      |               ^~~~~~~~
In file included from ../../src/lib/northgui/gui_base.h:4,
                 from ../../src/lib/northgui/gui.h:3,
                 from xh.h:111:
setup.cxx:124:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  124 | KEY qok(-25,-15,80,25,_noop("Exit"),1,fmes);
      |                             ^~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:125:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  125 | KEY qapp(-115,-15,80,25,_noop("Save"),2,gen_ini);
      |                               ^~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:126:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  126 | Text tsys(10,60,_noop("Sysfiles Path:"),1);
      |                       ^~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:127:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  127 | Text tgeom(10,90,_noop("XNC Geometry:"),1);
      |                        ^~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:128:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  128 | Text tedit(10,120,_noop("XNC Editor:"),1);
      |                         ^~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:129:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  129 | Text tview(10,150,_noop("XNC Viewer:"),1);
      |                         ^~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:130:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  130 | Text tfont(10,50,_noop("Font Name:"),1);
      |                        ^~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:150:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  150 | Win mesw(100,100,250,110,_noop("Exit prompt"),1);
      |                                ^~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:151:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  151 | Text mest(40,50,_noop("Save configuration?"),1);
      |                       ^~~~~~~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:152:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  152 | KEY meskok(20,-10,100,25,_noop("Save"),2,fmeskok);
      |                                ^~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:153:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  153 | KEY meskcan(-20,-10,100,25,_noop("Don't save"),1,fqok);
      |                                  ^~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx: In function 'char* convert_key_to_string(unsigned int, unsigned int)':
setup.cxx:162:24: warning: 'KeySym XKeycodeToKeysym(Display*, unsigned int, int)' is deprecated [-Wdeprecated-declarations]
  162 |     ks=XKeycodeToKeysym(disp,keycode,0);
      |        ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
In file included from xh.h:41:
/home/pbulk/build/sysutils/xnc/work/.buildlink/include/X11/Xlib.h:1687:15: note: declared here
 1687 | extern KeySym XKeycodeToKeysym(
      |               ^~~~~~~~~~~~~~~~
setup.cxx: In function 'void init_key_array()':
setup.cxx:219:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  219 |     parse_file_in_replace_mode("/xnc.keys");
      |                                ^~~~~~~~~~~
setup.cxx: In function 'int eventkey_to_action()':
setup.cxx:255:24: warning: 'KeySym XKeycodeToKeysym(Display*, unsigned int, int)' is deprecated [-Wdeprecated-declarations]
  255 |     ks=XKeycodeToKeysym(disp,ev.xkey.keycode,0);
      |        ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/home/pbulk/build/sysutils/xnc/work/.buildlink/include/X11/Xlib.h:1687:15: note: declared here
 1687 | extern KeySym XKeycodeToKeysym(
      |               ^~~~~~~~~~~~~~~~
setup.cxx: At global scope:
setup.cxx:311:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  311 | MenuItem milay[]={menu_none, _noop("Vertical"),1,layfunc,NULL,0, no_icon, AEmpty,
      |                                    ^~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:312:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  312 |                   menu_none, _noop("Horizontal"),1,layfunc,NULL,0, no_icon, AEmpty,
      |                                    ^~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:313:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  313 |                   menu_none, _noop("Page"),1,layfunc,NULL,0, no_icon, AEmpty};
      |                                    ^~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:315:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  315 | MenuItem mifont[]={menu_none, _noop("Main Font"),1,fontfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:316:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  316 |                    menu_none, _noop("Panels Font"),1,fontfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:317:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  317 |                    menu_none, _noop("Fixed Font"),1,fontfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:318:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  318 |                    menu_none, _noop("IVES Font"),1,fontfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:319:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  319 |                    menu_none, _noop("Mini Fixed Font"),1,fontfunc,NULL,0, no_icon, AEmpty};
      |                                     ^~~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:322:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  322 | MenuItem micols[]={menu_none, _noop("Background"),1,colfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:323:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  323 |                    menu_none, _noop("Shadow color"),1,colfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:324:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  324 |                    menu_none, _noop("Text color"),1,colfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:325:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  325 |                    menu_none, _noop("Text warning"),1,colfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:326:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  326 |                    menu_none, _noop("Text color 2"),1,colfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:327:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  327 |                    menu_none, _noop("Cursor color"),1,colfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:328:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  328 |                    menu_none, _noop("Panel Info"),1,colfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:329:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  329 |                    menu_none, _noop("Selected file"),1,colfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:330:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  330 |                    menu_none, _noop("Extension file"),1,colfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:331:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  331 |                    menu_none, _noop("Normal file"),1,colfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:332:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  332 |                    menu_none, _noop("Directory"),1,colfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:333:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  333 |                    menu_none, _noop("Execution file"),1,colfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:334:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  334 |                    menu_none, _noop("Link file"),1,colfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:335:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  335 |                    menu_none, _noop("Archive file"),1,colfunc,NULL,0, no_icon, AEmpty,
      |                                     ^~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:336:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  336 |                    menu_none, _noop("Image file"),1,colfunc,NULL,0, no_icon, AEmpty
      |                                     ^~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx: In constructor 'KeyWin::KeyWin()':
setup.cxx:360:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  360 |     KeyWin(): Win(120,120,240,90,_noop("Define Key"),1,0) {};
      |                                        ^~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx: In function 'void whats_new()':
setup.cxx:654:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  654 |     char *umem="../WHATS_NEW";
      |                ^~~~~~~~~~~~~~
setup.cxx: At global scope:
setup.cxx:674:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  674 | Sw_panel slay(20,220,200,_noop("XNC Layout"),milay,3);
      |                                ^~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:675:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  675 | Sw_panel sfont(10,250,160,_noop("Fonts"),mifont,5);
      |                                 ^~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:676:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  676 | Sw_panel scols(10,30,150,_noop("Colors"),micols,15);
      |                                ^~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:680:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  680 | PicShower clipl(370,67,131,200,"../xncclip.gif",14);
      |                                ^~~~~~~~~~~~~~~~
setup.cxx:681:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  681 | Text tclip(370,60,_noop("Example:"),1);
      |                         ^~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:688:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  688 | Text tred(190,60,"R:",2);
      |                  ^~~~
setup.cxx:689:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  689 | Text tgreen(250,60,"G:",3);
      |                    ^~~~
setup.cxx:690:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  690 | Text tblue(310,60,"B:",4);
      |                   ^~~~
setup.cxx:1036:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1036 | MenuItem miup[]={menu_none, _noop("Always"),0,NULL,NULL,0, no_icon, AEmpty,
      |                                   ^~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1037:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1037 |                  menu_none, _noop("Never"),0,NULL,NULL,0, no_icon, AEmpty,
      |                                   ^~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1038:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1038 |                  menu_none, _noop("Prompt"),0,NULL,NULL,0, no_icon, AEmpty};
      |                                   ^~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1045:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1045 | Text tkey(10,45,_noop("Hot Keys to XNC Actions mapping:"),1);
      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1047:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1047 | KEY kkey1(25,385,100,25,_noop("Key1"),1,keyfunc1);
      |                               ^~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1048:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1048 | KEY kkey2(140,385,100,25,_noop("Key2"),1,keyfunc2);
      |                                ^~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1049:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1049 | KEY kkey3(250,385,100,25,_noop("Key3"),1,keyfunc3);
      |                                ^~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1050:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1050 | KEY kkey4(390,385,100,25,_noop("Clear"),2,clear_actionkey);
      |                                ^~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1051:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1051 | Text tterm(10,45,_noop("IVES->XNC:"),1);
      |                        ^~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1052:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1052 | Switch swsticky(20,65,180,_noop("Sticky terminal"),1);
      |                                 ^~~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1053:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1053 | Switch swraise(20,95,240,_noop("Raise terminal on exec"),1);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1054:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1054 | Switch swfocus(20,65,240,_noop("Return Focus from IVES"),1);
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1055:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1055 | Text tbookmark(10,125,_noop("Bookmark Options:"),1);
      |                             ^~~~~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1056:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1056 | Switch swbook(20,145,200,_noop("Enable Bookmark"),1);
      |                                ^~~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1057:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1057 | Switch swanim(250,200,270,_noop("Allow Bookmark animation"),1);
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1058:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1058 | Text ticons(10,190,_noop("AFS Options:"),1);
      |                          ^~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1059:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1059 | Switch swdiricon(20,265,290,_noop("Show icons with directory names"),1);
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1060:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1060 | Switch swfileicon(20,295,230,_noop("Show icons with files"),1);
      |                                    ^~~~~~~~~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1061:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1061 | Sw_panel supdate(60,220,200,_noop("Update archieve on exit"),miup,3);
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1062:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1062 | char *pn[5]={_noop("Common"),_noop("Colors"),_noop("Fonts"),_noop("Keys"),_noop("Other")};
      |                    ^~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1062:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1062 | char *pn[5]={_noop("Common"),_noop("Colors"),_noop("Fonts"),_noop("Keys"),_noop("Other")};
      |                                    ^~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1062:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1062 | char *pn[5]={_noop("Common"),_noop("Colors"),_noop("Fonts"),_noop("Keys"),_noop("Other")};
      |                                                    ^~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1062:67: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1062 | char *pn[5]={_noop("Common"),_noop("Colors"),_noop("Fonts"),_noop("Keys"),_noop("Other")};
      |                                                                   ^~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1062:81: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1062 | char *pn[5]={_noop("Common"),_noop("Colors"),_noop("Fonts"),_noop("Keys"),_noop("Other")};
      |                                                                                 ^~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1063:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1063 | char *traise="yes";
      |              ^~~~~
setup.cxx:1064:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1064 | char *tsticky="yes";
      |               ^~~~~
setup.cxx:1065:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1065 | char *ret_foc="yes";
      |               ^~~~~
setup.cxx:1066:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1066 | char *book_anim="yes";
      |                 ^~~~~
setup.cxx:1067:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1067 | char *book_show="yes";
      |                 ^~~~~
setup.cxx:1068:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1068 | char *dir_icon="yes";
      |                ^~~~~
setup.cxx:1069:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1069 | char *file_icon="yes";
      |                 ^~~~~
setup.cxx:1070:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1070 | char *update_chr="never";
      |                  ^~~~~~~
setup.cxx:1080:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1080 | char *chncols[]={"northgui.color.background",
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1081:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1081 |                  "northgui.color.shadow",
      |                  ^~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1082:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1082 |                  "northgui.color.text",
      |                  ^~~~~~~~~~~~~~~~~~~~~
setup.cxx:1083:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1083 |                  "northgui.color.text_warn",
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1084:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1084 |                  "northgui.color.text2",
      |                  ^~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1085:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1085 |                  "northgui.color.cursor",
      |                  ^~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1086:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1086 |                  "xnc.panel_color.info",
      |                  ^~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1087:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1087 |                  "xnc.panel_color.selected_file",
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1088:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1088 |                  "xnc.panel_color.extension_file",
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1089:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1089 |                  "xnc.panel_color.normal_file",
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1090:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1090 |                  "xnc.panel_color.directory_file",
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1091:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1091 |                  "xnc.panel_color.execution_file",
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1092:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1092 |                  "xnc.panel_color.link_file",
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1093:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1093 |                  "xnc.panel_color.afs_file",
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1094:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1094 |                  "xnc.panel_color.image_file"};
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx: In function 'void gen_inis(char*, char*, int)':
setup.cxx:1100:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1100 |     char *clay[]={_noop("vertical"),_noop("horizontal"),_noop("page")};
      |                         ^~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1100:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1100 |     char *clay[]={_noop("vertical"),_noop("horizontal"),_noop("page")};
      |                                           ^~~~~~~~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1100:63: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1100 |     char *clay[]={_noop("vertical"),_noop("horizontal"),_noop("page")};
      |                                                               ^~~~~~
../../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
setup.cxx:1121:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1121 |         if(swsticky.sw) tsticky="yes"; else tsticky="no";
      |                                 ^~~~~
setup.cxx:1121:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1121 |         if(swsticky.sw) tsticky="yes"; else tsticky="no";
      |                                                     ^~~~
setup.cxx:1122:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1122 |         if(swraise.sw) traise="yes"; else traise="no";
      |                               ^~~~~
setup.cxx:1122:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1122 |         if(swraise.sw) traise="yes"; else traise="no";
      |                                                  ^~~~
setup.cxx:1123:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1123 |         if(swfocus.sw) ret_foc="yes"; else ret_foc="no";
      |                                ^~~~~
setup.cxx:1123:52: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1123 |         if(swfocus.sw) ret_foc="yes"; else ret_foc="no";
      |                                                    ^~~~
setup.cxx:1124:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1124 |         if(swbook.sw) book_show="yes"; else book_show="no";
      |                                 ^~~~~
setup.cxx:1124:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1124 |         if(swbook.sw) book_show="yes"; else book_show="no";
      |                                                       ^~~~
setup.cxx:1125:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1125 |         if(swanim.sw) book_anim="yes"; else book_anim="no";
      |                                 ^~~~~
setup.cxx:1125:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1125 |         if(swanim.sw) book_anim="yes"; else book_anim="no";
      |                                                       ^~~~
setup.cxx:1126:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1126 |         if(swdiricon.sw) dir_icon="yes"; else dir_icon="no";
      |                                   ^~~~~
setup.cxx:1126:56: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1126 |         if(swdiricon.sw) dir_icon="yes"; else dir_icon="no";
      |                                                        ^~~~
setup.cxx:1127:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1127 |         if(swfileicon.sw) file_icon="yes"; else file_icon="no";
      |                                     ^~~~~
setup.cxx:1127:59: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1127 |         if(swfileicon.sw) file_icon="yes"; else file_icon="no";
      |                                                           ^~~~
setup.cxx:1128:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1128 |         if(supdate.get(0)) update_chr="always"; else
      |                                       ^~~~~~~~
setup.cxx:1129:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1129 |             if(supdate.get(1)) update_chr="never"; else update_chr="prompt";
      |                                           ^~~~~~~
setup.cxx:1129:68: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1129 |             if(supdate.get(1)) update_chr="never"; else update_chr="prompt";
      |                                                                    ^~~~~~~~
setup.cxx: In function 'void gen_ini()':
setup.cxx:1163:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1163 |     gen_key_file("/xnc.keys");
      |                  ^~~~~~~~~~~
setup.cxx:1164:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1164 |     gen_inis(ininame,"X Northern Captain.......",0);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1165:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1165 |     gen_inis("/ives.ini","IVES.......");
      |              ^~~~~~~~~~~
setup.cxx:1165:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1165 |     gen_inis("/ives.ini","IVES.......");
      |                          ^~~~~~~~~~~~~
setup.cxx: At global scope:
setup.cxx:1225:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1225 |         "northgui.color.background","northgui.color.background",colchr1,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1225:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1225 |         "northgui.color.background","northgui.color.background",colchr1,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1226:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1226 |         "northgui.color.shadow","northgui.color.shadow",colchr2,
      |         ^~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1226:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1226 |         "northgui.color.shadow","northgui.color.shadow",colchr2,
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1227:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1227 |         "northgui.color.text","northgui.color.text",colchr3,
      |         ^~~~~~~~~~~~~~~~~~~~~
setup.cxx:1227:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1227 |         "northgui.color.text","northgui.color.text",colchr3,
      |                               ^~~~~~~~~~~~~~~~~~~~~
setup.cxx:1228:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1228 |         "northgui.color.text_warn","northgui.color.text_warn",colchr4,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1228:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1228 |         "northgui.color.text_warn","northgui.color.text_warn",colchr4,
      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1229:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1229 |         "northgui.color.text2","northgui.color.text2",colchr5,
      |         ^~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1229:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1229 |         "northgui.color.text2","northgui.color.text2",colchr5,
      |                                ^~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1230:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1230 |         "northgui.color.cursor","northgui.color.cursor",colchr6,
      |         ^~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1230:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1230 |         "northgui.color.cursor","northgui.color.cursor",colchr6,
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1231:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1231 |         "xnc.panel_color.info","xnc.panel_color.info",colchr7,
      |         ^~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1231:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1231 |         "xnc.panel_color.info","xnc.panel_color.info",colchr7,
      |                                ^~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1232:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1232 |         "xnc.panel_color.selected_file","xnc.panel_color.selected_file",colchr8,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1232:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1232 |         "xnc.panel_color.selected_file","xnc.panel_color.selected_file",colchr8,
      |                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1233:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1233 |         "xnc.panel_color.extension_file","xnc.panel_color.extension_file",colchr9,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1233:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1233 |         "xnc.panel_color.extension_file","xnc.panel_color.extension_file",colchr9,
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1234:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1234 |         "xnc.panel_color.normal_file","xnc.panel_color.normal_file",colchr9,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1234:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1234 |         "xnc.panel_color.normal_file","xnc.panel_color.normal_file",colchr9,
      |                                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1235:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1235 |         "xnc.panel_color.directory_file","xnc.panel_color.directory_file",colchr10,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1235:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1235 |         "xnc.panel_color.directory_file","xnc.panel_color.directory_file",colchr10,
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1236:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1236 |         "xnc.panel_color.execution_file","xnc.panel_color.execution_file",colchr11,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1236:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1236 |         "xnc.panel_color.execution_file","xnc.panel_color.execution_file",colchr11,
      |                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1237:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1237 |         "xnc.panel_color.link_file","xnc.panel_color.link_file",colchr12,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1237:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1237 |         "xnc.panel_color.link_file","xnc.panel_color.link_file",colchr12,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1238:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1238 |         "xnc.panel_color.afs_file","xnc.panel_color.afs_file",colchr13,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1238:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1238 |         "xnc.panel_color.afs_file","xnc.panel_color.afs_file",colchr13,
      |                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1239:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1239 |         "xnc.panel_color.image_file","xnc.panel_color.image_file",colchr14
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1239:38: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1239 |         "xnc.panel_color.image_file","xnc.panel_color.image_file",colchr14
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1246:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1246 |         "leoprogs.font","LeoProgs.Font",colchr,
      |         ^~~~~~~~~~~~~~~
setup.cxx:1246:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1246 |         "leoprogs.font","LeoProgs.Font",colchr,
      |                         ^~~~~~~~~~~~~~~
setup.cxx:1247:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1247 |         "leoprogs.list.font","LeoProgs.List.Font",colchr,
      |         ^~~~~~~~~~~~~~~~~~~~
setup.cxx:1247:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1247 |         "leoprogs.list.font","LeoProgs.List.Font",colchr,
      |                              ^~~~~~~~~~~~~~~~~~~~
setup.cxx:1248:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1248 |         "leoprogs.font.fixed","LeoProgs.Font.Fixed",colchr,
      |         ^~~~~~~~~~~~~~~~~~~~~
setup.cxx:1248:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1248 |         "leoprogs.font.fixed","LeoProgs.Font.Fixed",colchr,
      |                               ^~~~~~~~~~~~~~~~~~~~~
setup.cxx:1249:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1249 |         "leoprogs.viewer.font","LeoProgs.Viewer.Font",colchr,
      |         ^~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1249:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1249 |         "leoprogs.viewer.font","LeoProgs.Viewer.Font",colchr,
      |                                ^~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1250:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1250 |         "leoprogs.font.minifixed","LeoProgs.Font.MiniFixed",colchr
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1250:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1250 |         "leoprogs.font.minifixed","LeoProgs.Font.MiniFixed",colchr
      |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1255:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1255 |         "xnc.sysfiles.path","Xnc.SysFiles.Path",colchr,
      |         ^~~~~~~~~~~~~~~~~~~
setup.cxx:1255:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1255 |         "xnc.sysfiles.path","Xnc.SysFiles.Path",colchr,
      |                             ^~~~~~~~~~~~~~~~~~~
setup.cxx:1256:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1256 |         "xnc.editor.name","Xnc.Editor.Name",colchr,
      |         ^~~~~~~~~~~~~~~~~
setup.cxx:1256:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1256 |         "xnc.editor.name","Xnc.Editor.Name",colchr,
      |                           ^~~~~~~~~~~~~~~~~
setup.cxx:1257:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1257 |         "xnc.viewer.name","Xnc.Viewer.Name",colchr,
      |         ^~~~~~~~~~~~~~~~~
setup.cxx:1257:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1257 |         "xnc.viewer.name","Xnc.Viewer.Name",colchr,
      |                           ^~~~~~~~~~~~~~~~~
setup.cxx:1258:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1258 |         "xnc.geometry","Xnc.Geometry",colchr,
      |         ^~~~~~~~~~~~~~
setup.cxx:1258:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1258 |         "xnc.geometry","Xnc.Geometry",colchr,
      |                        ^~~~~~~~~~~~~~
setup.cxx:1259:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1259 |         "leoprogs.focus.return","LeoProgs.Focus.Return",ret_foc,
      |         ^~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1259:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1259 |         "leoprogs.focus.return","LeoProgs.Focus.Return",ret_foc,
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1260:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1260 |         "xnc.bookmark.show_and_use","Xnc.BookMark.Show_and_Use",book_show,
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1260:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1260 |         "xnc.bookmark.show_and_use","Xnc.BookMark.Show_and_Use",book_show,
      |                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
setup.cxx:1261:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1261 |         "xnc.afs.update","Xnc.AFS.Update",update_chr
      |         ^~~~~~~~~~~~~~~~
setup.cxx:1261:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1261 |         "xnc.afs.update","Xnc.AFS.Update",update_chr
      |                          ^~~~~~~~~~~~~~~~
setup.cxx: In function 'int main(int, char**)':
setup.cxx:1451:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1451 |         gifl.load("../xncvert.gif");
      |                   ^~~~~~~~~~~~~~~~
setup.cxx:1452:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1452 |         gifl.load("../xnchor.gif");
      |                   ^~~~~~~~~~~~~~~
setup.cxx:1453:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1453 |         gifl.load("../xncpage.gif");
      |                   ^~~~~~~~~~~~~~~~
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I. -I../../src/lib/manage -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  em.c -o em.o
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I. -I../../src/lib/manage -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  sfiles.c -o sfiles.o
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/image2/sdl_image  -I../../src/au  -I../../src/include/xnc   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ../tartest.cxx -o ../tartest.o
../tartest.cxx: In function 'int detect_tar_output(char*)':
../tartest.cxx:540:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  540 |         if(create_file(path,"tartest.tar",tartest_chr,tartest_chr_size)==0) return 0;
      |                             ^~~~~~~~~~~~~
g++ -c -I.  -I../../src/lib/manage  -I../../src/lib/image2/sdl_image  -I../../src/au  -I../../src/include/xnc   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   dummyfuncs.cxx -o dummyfuncs.o
g++ -o ../../bin/xncsetup xh_setup.o  setup.o  em.o  sfiles.o  ../ives/viewer.o  ../au/au_lex.o  ../au/key.o  ../au/au_tree.o  ../tartest.o  dummyfuncs.o ../../lib/libie.a  ../../lib/libnorthgui.a  ../../lib/libxnctool.a -lpng -lz -ltiff -lSM -lICE  -lsocket  -lnsl -lX11 -lXext -ldl -lm -ljpeg  -rdynamic -L/opt/pkg/lib -Wl,-R/opt/pkg/lib  
make ../../bin/xnlaunch
g++ -c -I.  -I../../src/lib/manage  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   xh_launch.cxx -o xh_launch.o
xh_launch.cxx:19:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   19 | char *searchpath="/usr/local/X11/include/X11/pixmaps";
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xh_launch.cxx:29:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   29 | char *bgchr="white",
      |             ^~~~~~~
xh_launch.cxx:30:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   30 |      *fgchr="black",
      |             ^~~~~~~
xh_launch.cxx:31:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   31 |      *fontchr="fixed",
      |               ^~~~~~~
xh_launch.cxx:32:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   32 |      *lfontchr="fixed",
      |                ^~~~~~~
xh_launch.cxx:33:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   33 |      *vfontchr="fixed",
      |                ^~~~~~~
xh_launch.cxx:34:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   34 |      *fixfontchr="fixed",
      |                  ^~~~~~~
xh_launch.cxx:35:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   35 |      *kbgchr="light blue",
      |              ^~~~~~~~~~~~
xh_launch.cxx:37:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   37 |      *selectchr="#4000f0",
      |                 ^~~~~~~~~
xh_launch.cxx:38:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   38 |      *syspath=".",
      |               ^~~
xh_launch.cxx:39:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   39 |      *geometrychr="0x1000+0+0",
      |                   ^~~~~~~~~~~~
xh_launch.cxx:40:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   40 |      *viewgeom="30x30+20+40",
      |                ^~~~~~~~~~~~~
xh_launch.cxx:41:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   41 |      *padsizechr="1x20";
      |                  ^~~~~~
xh_launch.cxx:49:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   49 |   "leoprogs.background","LeoProgs.Background",&bgchr,
      |   ^~~~~~~~~~~~~~~~~~~~~
xh_launch.cxx:49:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   49 |   "leoprogs.background","LeoProgs.Background",&bgchr,
      |                         ^~~~~~~~~~~~~~~~~~~~~
xh_launch.cxx:50:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   50 |   "leoprogs.foreground","LeoProgs.Foreground",&fgchr,
      |   ^~~~~~~~~~~~~~~~~~~~~
xh_launch.cxx:50:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   50 |   "leoprogs.foreground","LeoProgs.Foreground",&fgchr,
      |                         ^~~~~~~~~~~~~~~~~~~~~
xh_launch.cxx:51:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |   "leoprogs.keys.background","LeoProgs.Keys.Background",&kbgchr,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~
xh_launch.cxx:51:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |   "leoprogs.keys.background","LeoProgs.Keys.Background",&kbgchr,
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~
xh_launch.cxx:52:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   52 |   "leoprogs.font","LeoProgs.Font",&fontchr,
      |   ^~~~~~~~~~~~~~~
xh_launch.cxx:52:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   52 |   "leoprogs.font","LeoProgs.Font",&fontchr,
      |                   ^~~~~~~~~~~~~~~
xh_launch.cxx:53:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   53 |   "xnlaunch.geometry","XnLaunch.Geometry",&viewgeom,
      |   ^~~~~~~~~~~~~~~~~~~
xh_launch.cxx:53:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   53 |   "xnlaunch.geometry","XnLaunch.Geometry",&viewgeom,
      |                       ^~~~~~~~~~~~~~~~~~~
xh_launch.cxx:54:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   54 |   "xnlaunch.pad.size","XnLaunch.Pad.Size",&padsizechr,
      |   ^~~~~~~~~~~~~~~~~~~
xh_launch.cxx:54:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   54 |   "xnlaunch.pad.size","XnLaunch.Pad.Size",&padsizechr,
      |                       ^~~~~~~~~~~~~~~~~~~
xh_launch.cxx:55:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   55 |   "xnlaunch.pixmaps.searchpath","XnLaunch.Pixmaps.SearchPath",&searchpath
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xh_launch.cxx:55:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   55 |   "xnlaunch.pixmaps.searchpath","XnLaunch.Pixmaps.SearchPath",&searchpath
      |                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xh_launch.cxx:62:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   62 |   "leoprogs.syscolor1","LeoProgs.SysColor1",&bgchr,
      |   ^~~~~~~~~~~~~~~~~~~~
xh_launch.cxx:62:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   62 |   "leoprogs.syscolor1","LeoProgs.SysColor1",&bgchr,
      |                        ^~~~~~~~~~~~~~~~~~~~
xh_launch.cxx:63:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   63 |   "leoprogs.syscolor2","LeoProgs.SysColor2",&bgchr,
      |   ^~~~~~~~~~~~~~~~~~~~
xh_launch.cxx:63:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   63 |   "leoprogs.syscolor2","LeoProgs.SysColor2",&bgchr,
      |                        ^~~~~~~~~~~~~~~~~~~~
xh_launch.cxx:64:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   64 |   "leoprogs.syscolor3","LeoProgs.SysColor3",&bgchr
      |   ^~~~~~~~~~~~~~~~~~~~
xh_launch.cxx:64:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   64 |   "leoprogs.syscolor3","LeoProgs.SysColor3",&bgchr
      |                        ^~~~~~~~~~~~~~~~~~~~
xh_launch.cxx: In function 'void InitXClient(int, char**, int, int, uint, uint, char*)':
xh_launch.cxx:217:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  217 |  pch->res_name="xnlaunch";
      |                ^~~~~~~~~~
xh_launch.cxx:218:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  218 |  pch->res_class="XNLAUNCH";
      |                 ^~~~~~~~~~
xh_launch.cxx: In function 'Window create_win(char*, int, int, int, int, int)':
xh_launch.cxx:296:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  296 |  pch->res_name="xnlaunch";
      |                ^~~~~~~~~~
xh_launch.cxx:297:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |  pch->res_class="XNLAUNCH";
      |                 ^~~~~~~~~~
g++ -c -I.  -I../../src/lib/manage  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   xnlaunch.cxx -o xnlaunch.o
xnlaunch.cxx:20:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   20 | char *vers="v1.0.2";
      |            ^~~~~~~~
xnlaunch.cxx: In function 'int main(int, char**)':
xnlaunch.cxx:124:11: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  124 |  loadmenu(".launch.menu");
      |           ^~~~~~~~~~~~~~
gcc -c -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include  -I. -I../../src/lib/manage -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H  em.c -o em.o
g++ -c -I.  -I../../src/lib/manage  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   lbutton.cxx -o lbutton.o
g++ -c -I.  -I../../src/lib/manage  -I../../src/au   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   loadmenu.cxx -o loadmenu.o
loadmenu.cxx: In function 'void loadmenu(char*)':
loadmenu.cxx:97:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |    s1=find_chars(str1,"\":");
      |                       ^~~~~
loadmenu.cxx:104:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  104 |      s1=find_chars(s1+1,":");
      |                         ^~~
loadmenu.cxx:112:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  112 |      s1=find_chars(s1,":");
      |                       ^~~
g++ -o ../../bin/xnlaunch xh_launch.o  xnlaunch.o  em.o  lbutton.o  ../au/au.o  ../au/au_lex.o  ../au/au_tree.o  ../au/key.o  loadmenu.o ../../lib/libie.a  ../../lib/libnorthgui.a  ../../lib/libxnctool.a -lpng -lz -ltiff -lSM -lICE  -lsocket  -lnsl -lX11 -lXext -ldl -lm -ljpeg  -rdynamic -L/opt/pkg/lib -Wl,-R/opt/pkg/lib  
make ../../bin/xjpegroot
g++ -c -I.   -I../../intl  -I../../src/include  -I../../src/lib/northgui  -I../../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   xjpegroot.cxx -o xjpegroot.o
g++ -o ../../bin/xjpegroot xjpegroot.o ../../lib/libie.a -lpng -lz -ltiff -lSM -lICE  -lsocket  -lnsl -lX11 -lXext -ldl -lm -ljpeg  -rdynamic -L/opt/pkg/lib -Wl,-R/opt/pkg/lib  
make ../bin/xnc
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   base_cap.cxx -o base_cap.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from base_cap.cxx:16:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
base_cap.cxx: In member function 'void BaseCaptain::switch_to_prev_vfs()':
base_cap.cxx:403:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  403 |                 vfs_error("VFS", "Can't change to dir");
      |                           ^~~~~
base_cap.cxx:403:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  403 |                 vfs_error("VFS", "Can't change to dir");
      |                                  ^~~~~~~~~~~~~~~~~~~~~
base_cap.cxx:405:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  405 |                 vfs->chdir("..");
      |                            ^~~~
base_cap.cxx: In member function 'void BaseCaptain::push_n_switch(int, char*)':
base_cap.cxx:452:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  452 |                         direc(".");
      |                               ^~~
base_cap.cxx:460:50: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  460 |                                 do_simple_dialog("Enter your password",FFTPCONPWD,0);
      |                                                  ^~~~~~~~~~~~~~~~~~~~~
base_cap.cxx: In member function 'void BaseCaptain::switch_to_vfs(int, char*)':
base_cap.cxx:512:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  512 |                         direc(".");
      |                               ^~~
base_cap.cxx: In member function 'VFS* BaseCaptain::push_n_pop(VFS*)':
base_cap.cxx:540:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  540 |                                 vfs_error("FTP", _("Can't change to dir"));
      |                                           ^~~~~
base_cap.cxx:542:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  542 |                                 vfs->chdir("..");
      |                                            ^~~~
base_cap.cxx: In member function 'void BaseCaptain::pop_and_show()':
base_cap.cxx:593:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  593 |                 vfs->chdir("..");
      |                            ^~~~
base_cap.cxx: In member function 'void BaseCaptain::fmkdir()':
base_cap.cxx:1348:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1348 |                 fserror("Make directory", o);
      |                         ^~~~~~~~~~~~~~~~
base_cap.cxx: In member function 'int BaseCaptain::pack_files(const char*)':
base_cap.cxx:1517:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1517 |       to_vfs=(AFS*)define_vfs("afs",tmpstr);
      |                               ^~~~~
base_cap.cxx:1541:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1541 |   to_vfs=(AFS*)define_vfs("afs",tmpstr);
      |                           ^~~~~
base_cap.cxx:1546:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1546 |     vfs_error("AFS", _("Can't access TMP dir"));
      |               ^~~~~
base_cap.cxx:1553:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1553 |   ret=to_vfs->create_archive_from_files(".", 0);
      |                                         ^~~
base_cap.cxx: In member function 'void BaseCaptain::do_ftp_link()':
base_cap.cxx:2031:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2031 |                 vfs->chdir("..");
      |                            ^~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   bookmark.cxx -o bookmark.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from ../src/include/xnc/bookmark.h:3,
                 from bookmark.cxx:15:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
bookmark.cxx: At global scope:
bookmark.cxx:54:2: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   54 | {"DFS", "ARC", "FTP"};
      |  ^~~~~
bookmark.cxx:54:9: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   54 | {"DFS", "ARC", "FTP"};
      |         ^~~~~
bookmark.cxx:54:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   54 | {"DFS", "ARC", "FTP"};
      |                ^~~~~
bookmark.cxx: In member function 'int BookMark::load_pixmap(int)':
bookmark.cxx:330:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  330 |                                                                ResId("xnci_recycle",
      |                                                                      ^~~~~~~~~~~~~~
bookmark.cxx:343:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  343 |       pixrecycle[1] = default_loader->load_pixmap(ResId("xnci_recycle2",
      |                                                         ^~~~~~~~~~~~~~~
bookmark.cxx:354:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  354 |       pixrecycle[2] = default_loader->load_pixmap(ResId("xnci_recycle3",
      |                                                         ^~~~~~~~~~~~~~~
bookmark.cxx:365:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  365 |       pixrecycle[3] = default_loader->load_pixmap(ResId("xnci_recycle4",
      |                                                         ^~~~~~~~~~~~~~~
bookmark.cxx: In member function 'void BookMark::load_flags(int)':
bookmark.cxx:391:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  391 |                                                                ResId("xnci_recycle",
      |                                                                      ^~~~~~~~~~~~~~
bookmark.cxx:398:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  398 |       pixrecycle[1] = default_loader->load_pixmap(ResId("xnci_recycle2",
      |                                                         ^~~~~~~~~~~~~~~
bookmark.cxx:405:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  405 |       pixrecycle[2] = default_loader->load_pixmap(ResId("xnci_recycle3",
      |                                                         ^~~~~~~~~~~~~~~
bookmark.cxx:412:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  412 |       pixrecycle[3] = default_loader->load_pixmap(ResId("xnci_recycle4",
      |                                                         ^~~~~~~~~~~~~~~
bookmark.cxx: In member function 'virtual void BookMark::create_listers(Lister**, Lister**, int, int, int)':
bookmark.cxx:822:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  822 |       lst1->set_iname("LISTER1");
      |                       ^~~~~~~~~
bookmark.cxx:823:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  823 |       lst2->set_iname("LISTER2");
      |                       ^~~~~~~~~
bookmark.cxx:842:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  842 |       lst1->set_iname("LISTER1");
      |                       ^~~~~~~~~
bookmark.cxx:843:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  843 |       lst2->set_iname("LISTER2");
      |                       ^~~~~~~~~
bookmark.cxx:859:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  859 |       lst1->set_iname("LISTER1");
      |                       ^~~~~~~~~
bookmark.cxx:860:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  860 |       lst2->set_iname("LISTER2");
      |                       ^~~~~~~~~
bookmark.cxx: In member function 'virtual void BookMark::show()':
bookmark.cxx:1320:28: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1320 |           dndwin->add_type("text/uri-list");
      |                            ^~~~~~~~~~~~~~~
bookmark.cxx: In member function 'virtual int BookMark::start_dragging(int)':
bookmark.cxx:1407:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1407 |     dat->add_file_entry("book:",str);
      |                         ^~~~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   cmdline.cxx -o cmdline.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from cmdline.cxx:16:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
cmdline.cxx: In member function 'virtual void Cmdline::show()':
cmdline.cxx:34:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   34 |     dndwin->add_type("text/uri-list");
      |                      ^~~~~~~~~~~~~~~
cmdline.cxx: In member function 'void Cmdline::save_input(StoreBuffer*)':
cmdline.cxx:300:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  300 |            tt_printf("%c", 8);
      |                      ^~~~
cmdline.cxx: In member function 'int Cmdline::menu_choose_history(int, MetaCallData)':
cmdline.cxx:406:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  406 |         tt_printf("%c", 8);
      |                   ^~~~
cmdline.cxx: In member function 'void Cmdline::history_down_line()':
cmdline.cxx:461:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  461 |         tt_printf("%c", 8);
      |                   ^~~~
cmdline.cxx: In member function 'void Cmdline::history_up_line()':
cmdline.cxx:480:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  480 |         tt_printf("%c", 8);
      |                   ^~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   config_doc.cxx -o config_doc.o
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   config_file.cxx -o config_file.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from ../src/include/xnc/bookmark.h:3,
                 from config_file.cxx:18:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
config_file.cxx: At global scope:
config_file.cxx:44:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   44 |   /*  1 */  {"panel1.path",                           "/"},
      |              ^~~~~~~~~~~~~
config_file.cxx:44:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   44 |   /*  1 */  {"panel1.path",                           "/"},
      |                                                       ^~~
config_file.cxx:45:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   45 |   /*  2 */  {"panel2.path",                           "/"},
      |              ^~~~~~~~~~~~~
config_file.cxx:45:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   45 |   /*  2 */  {"panel2.path",                           "/"},
      |                                                       ^~~
config_file.cxx:46:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   46 |   /*  3 */  {"panel.active",                          "panel1"},
      |              ^~~~~~~~~~~~~~
config_file.cxx:46:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   46 |   /*  3 */  {"panel.active",                          "panel1"},
      |                                                       ^~~~~~~~
config_file.cxx:47:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   47 |   /*  4 */  {"panel1.columns",                        "2"},
      |              ^~~~~~~~~~~~~~~~
config_file.cxx:47:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   47 |   /*  4 */  {"panel1.columns",                        "2"},
      |                                                       ^~~
config_file.cxx:48:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   48 |   /*  5 */  {"panel2.columns",                        "3"},
      |              ^~~~~~~~~~~~~~~~
config_file.cxx:48:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   48 |   /*  5 */  {"panel2.columns",                        "3"},
      |                                                       ^~~
config_file.cxx:49:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   49 |   /*  6 */  {"panel1.sortby",                         "name"},
      |              ^~~~~~~~~~~~~~~
config_file.cxx:49:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   49 |   /*  6 */  {"panel1.sortby",                         "name"},
      |                                                       ^~~~~~
config_file.cxx:50:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   50 |   /*  7 */  {"panel2.sortby",                         "extension"},
      |              ^~~~~~~~~~~~~~~
config_file.cxx:50:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   50 |   /*  7 */  {"panel2.sortby",                         "extension"},
      |                                                       ^~~~~~~~~~~
config_file.cxx:51:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |   /*  8 */  {"panel1.style",                          "brief"},
      |              ^~~~~~~~~~~~~~
config_file.cxx:51:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   51 |   /*  8 */  {"panel1.style",                          "brief"},
      |                                                       ^~~~~~~
config_file.cxx:52:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   52 |   /*  9 */  {"panel2.style",                          "brief"},
      |              ^~~~~~~~~~~~~~
config_file.cxx:52:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   52 |   /*  9 */  {"panel2.style",                          "brief"},
      |                                                       ^~~~~~~
config_file.cxx:53:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   53 |   /* 10 */  {"panel1.sort_order",                     "normal"},
      |              ^~~~~~~~~~~~~~~~~~~
config_file.cxx:53:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   53 |   /* 10 */  {"panel1.sort_order",                     "normal"},
      |                                                       ^~~~~~~~
config_file.cxx:54:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   54 |   /* 11 */  {"panel2.sort_order",                     "normal"},
      |              ^~~~~~~~~~~~~~~~~~~
config_file.cxx:54:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   54 |   /* 11 */  {"panel2.sort_order",                     "normal"},
      |                                                       ^~~~~~~~
config_file.cxx:55:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   55 |   /* 12 */  {"bookmark.book1",                        "/"},
      |              ^~~~~~~~~~~~~~~~
config_file.cxx:55:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   55 |   /* 12 */  {"bookmark.book1",                        "/"},
      |                                                       ^~~
config_file.cxx:56:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   56 |   /* 13 */  {"bookmark.book2",                        ""},
      |              ^~~~~~~~~~~~~~~~
config_file.cxx:56:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   56 |   /* 13 */  {"bookmark.book2",                        ""},
      |                                                       ^~
config_file.cxx:57:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   57 |   /* 14 */  {"bookmark.book3",                        ""},
      |              ^~~~~~~~~~~~~~~~
config_file.cxx:57:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   57 |   /* 14 */  {"bookmark.book3",                        ""},
      |                                                       ^~
config_file.cxx:58:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   58 |   /* 15 */  {"bookmark.book4",                        ""},
      |              ^~~~~~~~~~~~~~~~
config_file.cxx:58:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   58 |   /* 15 */  {"bookmark.book4",                        ""},
      |                                                       ^~
config_file.cxx:59:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   59 |   /* 16 */  {"bookmark.book5",                        ""},
      |              ^~~~~~~~~~~~~~~~
config_file.cxx:59:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   59 |   /* 16 */  {"bookmark.book5",                        ""},
      |                                                       ^~
config_file.cxx:60:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   60 |   /* 17 */  {"bookmark.book6",                        ""},
      |              ^~~~~~~~~~~~~~~~
config_file.cxx:60:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   60 |   /* 17 */  {"bookmark.book6",                        ""},
      |                                                       ^~
config_file.cxx:61:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   61 |   /* 18 */  {"bookmark.book7",                        ""},
      |              ^~~~~~~~~~~~~~~~
config_file.cxx:61:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   61 |   /* 18 */  {"bookmark.book7",                        ""},
      |                                                       ^~
config_file.cxx:62:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   62 |   /* 19 */  {"bookmark.book8",                        ""},
      |              ^~~~~~~~~~~~~~~~
config_file.cxx:62:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   62 |   /* 19 */  {"bookmark.book8",                        ""},
      |                                                       ^~
config_file.cxx:63:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   63 |   /* 20 */  {"bookmark.book9",                        ""},
      |              ^~~~~~~~~~~~~~~~
config_file.cxx:63:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   63 |   /* 20 */  {"bookmark.book9",                        ""},
      |                                                       ^~
config_file.cxx:64:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   64 |   /* 21 */  {"panels.show_hidden_files",              "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:64:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   64 |   /* 21 */  {"panels.show_hidden_files",              "yes"},
      |                                                       ^~~~~
config_file.cxx:65:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   65 |   /* 22 */  {"panels.percentage",                     "50"},
      |              ^~~~~~~~~~~~~~~~~~~
config_file.cxx:65:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   65 |   /* 22 */  {"panels.percentage",                     "50"},
      |                                                       ^~~~
config_file.cxx:66:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   66 |   /* 23 */  {"panels.prompt.copy",                    "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~
config_file.cxx:66:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   66 |   /* 23 */  {"panels.prompt.copy",                    "yes"},
      |                                                       ^~~~~
config_file.cxx:67:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   67 |   /* 24 */  {"panels.prompt.move",                    "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~
config_file.cxx:67:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   67 |   /* 24 */  {"panels.prompt.move",                    "yes"},
      |                                                       ^~~~~
config_file.cxx:68:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   68 |   /* 25 */  {"panels.prompt.delete",                  "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:68:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   68 |   /* 25 */  {"panels.prompt.delete",                  "yes"},
      |                                                       ^~~~~
config_file.cxx:69:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   69 |   /* 26 */  {"panels.prompt.overwrite",               "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:69:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   69 |   /* 26 */  {"panels.prompt.overwrite",               "yes"},
      |                                                       ^~~~~
config_file.cxx:70:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   70 |   /* 27 */  {"panels.prompt.exit",                    "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~
config_file.cxx:70:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   70 |   /* 27 */  {"panels.prompt.exit",                    "yes"},
      |                                                       ^~~~~
config_file.cxx:71:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   71 |   /* 28 */  {"xnc.term.raise",                        "yes"},
      |              ^~~~~~~~~~~~~~~~
config_file.cxx:71:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   71 |   /* 28 */  {"xnc.term.raise",                        "yes"},
      |                                                       ^~~~~
config_file.cxx:72:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   72 |   /* 29 */  {"xnc.bookmark.animation",                "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:72:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   72 |   /* 29 */  {"xnc.bookmark.animation",                "yes"},
      |                                                       ^~~~~
config_file.cxx:73:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   73 |   /* 30 */  {"xnc.icons.dir",                         "yes"},
      |              ^~~~~~~~~~~~~~~
config_file.cxx:73:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   73 |   /* 30 */  {"xnc.icons.dir",                         "yes"},
      |                                                       ^~~~~
config_file.cxx:74:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   74 |   /* 31 */  {"xnc.icons.file",                        "yes"},
      |              ^~~~~~~~~~~~~~~~
config_file.cxx:74:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   74 |   /* 31 */  {"xnc.icons.file",                        "yes"},
      |                                                       ^~~~~
config_file.cxx:75:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   75 |   /* 32 */  {"xnc.version.current",                   "4.9.2   0"},
      |              ^~~~~~~~~~~~~~~~~~~~~
config_file.cxx:75:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   75 |   /* 32 */  {"xnc.version.current",                   "4.9.2   0"},
      |                                                       ^~~~~~~~~~~
config_file.cxx:76:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   76 |   /* 33 */  {"xnc.total.starts",                      "1"},
      |              ^~~~~~~~~~~~~~~~~~
config_file.cxx:76:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   76 |   /* 33 */  {"xnc.total.starts",                      "1"},
      |                                                       ^~~
config_file.cxx:77:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   77 |   /* 34 */  {"xnc.dirscan.timeout",                   "1"},
      |              ^~~~~~~~~~~~~~~~~~~~~
config_file.cxx:77:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   77 |   /* 34 */  {"xnc.dirscan.timeout",                   "1"},
      |                                                       ^~~
config_file.cxx:78:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   78 |   /* 35 */  {"xnc.text.shadow",                       "yes"},
      |              ^~~~~~~~~~~~~~~~~
config_file.cxx:78:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   78 |   /* 35 */  {"xnc.text.shadow",                       "yes"},
      |                                                       ^~~~~
config_file.cxx:79:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   79 |   /* 36 */  {"xnc.compare_by.size",                   "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~~
config_file.cxx:79:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   79 |   /* 36 */  {"xnc.compare_by.size",                   "yes"},
      |                                                       ^~~~~
config_file.cxx:80:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   80 |   /* 37 */  {"xnc.compare_by.time",                   "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~~
config_file.cxx:80:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   80 |   /* 37 */  {"xnc.compare_by.time",                   "yes"},
      |                                                       ^~~~~
config_file.cxx:81:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |   /* 38 */  {"panels.cursor.filled",                  "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:81:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |   /* 38 */  {"panels.cursor.filled",                  "yes"},
      |                                                       ^~~~~
config_file.cxx:82:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   82 |   /* 39 */  {"xnc.ives.exit.together",                "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:82:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   82 |   /* 39 */  {"xnc.ives.exit.together",                "yes"},
      |                                                       ^~~~~
config_file.cxx:83:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   83 |   /* 40 */  {"xnc.statusbar.show.name",               "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:83:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   83 |   /* 40 */  {"xnc.statusbar.show.name",               "yes"},
      |                                                       ^~~~~
config_file.cxx:84:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   84 |   /* 41 */  {"xnc.statusbar.show.attr",               "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:84:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   84 |   /* 41 */  {"xnc.statusbar.show.attr",               "yes"},
      |                                                       ^~~~~
config_file.cxx:85:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   85 |   /* 42 */  {"xnc.statusbar.show.time",               "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:85:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   85 |   /* 42 */  {"xnc.statusbar.show.time",               "yes"},
      |                                                       ^~~~~
config_file.cxx:86:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   86 |   /* 43 */  {"xnc.statusbar.show.size",               "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:86:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   86 |   /* 43 */  {"xnc.statusbar.show.size",               "yes"},
      |                                                       ^~~~~
config_file.cxx:87:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   87 |   /* 44 */  {"xnc.statusbar.show.owner",              "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:87:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   87 |   /* 44 */  {"xnc.statusbar.show.owner",              "yes"},
      |                                                       ^~~~~
config_file.cxx:88:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   88 |   /* 45 */  {"xnc.statinfo.position",                 "100, 100"},
      |              ^~~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:88:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   88 |   /* 45 */  {"xnc.statinfo.position",                 "100, 100"},
      |                                                       ^~~~~~~~~~
config_file.cxx:89:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   89 |   /* 46 */  {"xnc.magicfile.path",                    "/etc/magic"},
      |              ^~~~~~~~~~~~~~~~~~~~
config_file.cxx:89:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   89 |   /* 46 */  {"xnc.magicfile.path",                    "/etc/magic"},
      |                                                       ^~~~~~~~~~~~
config_file.cxx:90:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   90 |   /* 47 */  {"panels.format.brief",                   "f"},
      |              ^~~~~~~~~~~~~~~~~~~~~
config_file.cxx:90:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   90 |   /* 47 */  {"panels.format.brief",                   "f"},
      |                                                       ^~~
config_file.cxx:91:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |   /* 48 */  {"panels.format.full",                    "f|s|d|a|u"},
      |              ^~~~~~~~~~~~~~~~~~~~
config_file.cxx:91:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   91 |   /* 48 */  {"panels.format.full",                    "f|s|d|a|u"},
      |                                                       ^~~~~~~~~~~
config_file.cxx:92:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   92 |   /* 49 */  {"panels.format.custom",                  "o|f"},
      |              ^~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:92:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   92 |   /* 49 */  {"panels.format.custom",                  "o|f"},
      |                                                       ^~~~~
config_file.cxx:93:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   93 |   /* 50 */  {"xnc.start.top_window",                  "xnc"},
      |              ^~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:93:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   93 |   /* 50 */  {"xnc.start.top_window",                  "xnc"},
      |                                                       ^~~~~
config_file.cxx:94:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   94 |   /* 51 */  {"xnc.iconset.style",                     "1"},
      |              ^~~~~~~~~~~~~~~~~~~
config_file.cxx:94:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   94 |   /* 51 */  {"xnc.iconset.style",                     "1"},
      |                                                       ^~~
config_file.cxx:95:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   95 |   /* 52 */  {"xnc.plugin.name",                       "none"},
      |              ^~~~~~~~~~~~~~~~~
config_file.cxx:95:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   95 |   /* 52 */  {"xnc.plugin.name",                       "none"},
      |                                                       ^~~~~~
config_file.cxx:96:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   96 |   /* 53 */  {"panels.prompt.pack",                    "yes"},
      |              ^~~~~~~~~~~~~~~~~~~~
config_file.cxx:96:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   96 |   /* 53 */  {"panels.prompt.pack",                    "yes"},
      |                                                       ^~~~~
config_file.cxx:97:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |   /* 54 */  {"xnc.branch_view.depth",                 "3"},
      |              ^~~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:97:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   97 |   /* 54 */  {"xnc.branch_view.depth",                 "3"},
      |                                                       ^~~
config_file.cxx:98:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   98 |   /* 55 */  {"xnc.html.browser",                      "netscape %s"},
      |              ^~~~~~~~~~~~~~~~~~
config_file.cxx:98:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   98 |   /* 55 */  {"xnc.html.browser",                      "netscape %s"},
      |                                                       ^~~~~~~~~~~~~
config_file.cxx:99:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   99 |   /* 56 */  {"xnc.navigation.style",                  "xnc"},
      |              ^~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:99:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   99 |   /* 56 */  {"xnc.navigation.style",                  "xnc"},
      |                                                       ^~~~~
config_file.cxx:100:14: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  100 |   /* 57 */  {"panels.format.maxlen",                  "20"}
      |              ^~~~~~~~~~~~~~~~~~~~~~
config_file.cxx:100:55: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  100 |   /* 57 */  {"panels.format.maxlen",                  "20"}
      |                                                       ^~~~
In file included from config_file.cxx:16:
config_file.cxx: In function 'int load_config(char*, Lister*, Lister*)':
../src/include/xnc/xncversion.h:1:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
    1 | #define XNCVERSION "v.5.0.4"
      |                    ^~~~~~~~~
config_file.cxx:123:13: note: in expansion of macro 'XNCVERSION'
  123 |   char   *s=XNCVERSION;
      |             ^~~~~~~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   config_window.cxx -o config_window.o
In file included from ../src/include/xnc/query_windows.h:3,
                 from config_window.cxx:16:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
In file included from ../src/lib/vfs/vfs.h:4:
config_window.cxx: At global scope:
config_window.cxx:63:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   63 |         menu_none, _noop("Full mode"), 1, conf_mode_set, 0, 0, no_icon, AEmpty,
      |                          ^~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
config_window.cxx:64:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   64 |         menu_none, _noop("Brief mode"), 1, conf_mode_set, 0, 0, no_icon, AEmpty,
      |                          ^~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
config_window.cxx:65:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   65 |         menu_none, _noop("Custom mode"), 1, conf_mode_set, 0, 0, no_icon, AEmpty
      |                          ^~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
config_window.cxx:71:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   71 |         menu_none, _noop("XNC style icons"), 1, icon_mode_set, 0, 0, no_icon, AEmpty,
      |                          ^~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
config_window.cxx:72:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   72 |         menu_none, _noop("Windows style icons"), 1, icon_mode_set, 0, 0, no_icon, AEmpty,
      |                          ^~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
config_window.cxx:73:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   73 |         menu_none, _noop("KDE style icons"), 1, icon_mode_set, 0, 0, no_icon, AEmpty,
      |                          ^~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
config_window.cxx:74:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   74 |         menu_none, _noop("AquaFusion icons"), 1, icon_mode_set, 0, 0, no_icon, AEmpty,
      |                          ^~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
config_window.cxx:75:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   75 |         menu_none, _noop("GNOME style icons"), 1, icon_mode_set, 0, 0, no_icon, AEmpty
      |                          ^~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
config_window.cxx:81:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     { _noop("Original Look"),
      |             ^~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
config_window.cxx:82:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   82 |       _noop("Five Look"),
      |             ^~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
config_window.cxx:83:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   83 |       _noop("Aqua Look")
      |             ^~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
config_window.cxx:87:7: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   87 |     { "none",
      |       ^~~~~~
config_window.cxx:88:7: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   88 |       "five",
      |       ^~~~~~
config_window.cxx:89:7: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   89 |       "aqua"
      |       ^~~~~~
config_window.cxx: In function 'void show_config_win()':
config_window.cxx:487:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  487 |       mbetween_text=guiplugin->new_Text(230, 150, "=>",5);
      |                                                   ^~~~
config_window.cxx:508:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  508 |       confw->set_iname("CONFWIN");
      |                        ^~~~~~~~~
config_window.cxx:509:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  509 |       confok->set_iname("CONF_OK");
      |                         ^~~~~~~~~
config_window.cxx:510:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  510 |       confcan->set_iname("CONF_CAN");
      |                          ^~~~~~~~~~
config_window.cxx:742:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  742 |       confin1->set_histid("DIRTIM");
      |                           ^~~~~~~~
config_window.cxx:746:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  746 |       confin_mag->set_histid("MAGICF");
      |                              ^~~~~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   find.cxx -o find.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from find.cxx:17:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
find.cxx: At global scope:
find.cxx:87:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   87 | char  *workstr = "Working... Please, be patient!!!";
      |                  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
find.cxx: In function 'void findfind2()':
find.cxx:285:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  285 |       myftw("/");
      |             ^~~
find.cxx: In function 'void find_panel(int)':
find.cxx:306:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  306 |       fwin = guiplugin->new_Win(centerx - wl / 2, centery - 190, wl, 390, "Find file", 5);
      |                                                                           ^~~~~~~~~~~
find.cxx:313:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  313 |       ffind->set_iname("FFIND");
      |                        ^~~~~~~
find.cxx:314:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  314 |       ffind2->set_iname("FINDFR");
      |                         ^~~~~~~~
find.cxx:315:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  315 |       fstop->set_iname("FSTOP");
      |                        ^~~~~~~
find.cxx:316:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  316 |       fquit->set_iname("FQUIT");
      |                        ^~~~~~~
find.cxx:317:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  317 |       fwin->set_iname("FINDWIN");
      |                       ^~~~~~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ftpcfg.cxx -o ftpcfg.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from ftpcfg.cxx:15:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
ftpcfg.cxx: In function 'int ftpcfg_urlstart()':
ftpcfg.cxx:188:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  188 |     serror("Previous support not closed");
      |            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ftpcfg.cxx:194:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  194 |     serror("Memory allocation");
      |            ^~~~~~~~~~~~~~~~~~~
ftpcfg.cxx: In function 'int ftpcfg_urlend()':
ftpcfg.cxx:206:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  206 |     serror("No active support");
      |            ^~~~~~~~~~~~~~~~~~~
ftpcfg.cxx: In function 'int ftpcfg_stamp()':
ftpcfg.cxx:222:12: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  222 |     serror("No active support");
      |            ^~~~~~~~~~~~~~~~~~~
ftpcfg.cxx:228:11: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  228 |    serror("Missing separator ':'");
      |           ^~~~~~~~~~~~~~~~~~~~~~~
ftpcfg.cxx:236:11: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  236 |    serror("Must be character string");
      |           ^~~~~~~~~~~~~~~~~~~~~~~~~~
ftpcfg.cxx: In function 'int ftp_sup_init(char*)':
ftpcfg.cxx:388:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  388 |  dm->set_terminators(";:");
      |                      ^~~~
ftpcfg.cxx: In function 'void compile_FTP_supports(char*)':
ftpcfg.cxx:405:11: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  405 |  comp_sup("Loading FTP info..", str, ftp_sup_init, aufuncs);
      |           ^~~~~~~~~~~~~~~~~~~~
ftpcfg.cxx: In function 'void ftpcfg_reinit_hosts()':
ftpcfg.cxx:412:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  412 |   compile_FTP_supports("xnc.ftp");
      |                        ^~~~~~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ftpvisuals.cxx -o ftpvisuals.o
In file included from ../src/include/xnc/ftpvisuals.h:8,
                 from ftpvisuals.cxx:18:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
ftpvisuals.cxx: In member function 'virtual void FtpVisual::click()':
ftpvisuals.cxx:330:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  330 |                                    simple_mes("FTP",_("Can't close during operation!"));
      |                                               ^~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   iconsets.cxx -o iconsets.o
iconsets.cxx: In function 'void load_iconsets()':
iconsets.cxx:31:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   31 |                                   ResId("xnci_iconset1", iconset1_chr, iconset1_chr_size),
      |                                         ^~~~~~~~~~~~~~~
iconsets.cxx:32:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   32 |                                   ResId("iconset1mask", iconset1mask_bits,
      |                                         ^~~~~~~~~~~~~~
iconsets.cxx:30:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   30 |     default_iconman->load_iconset(menu_iconset, "menu_items",
      |                                                 ^~~~~~~~~~~~
iconsets.cxx:36:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   36 |                                   ResId("xnci_iconset2", iconset2_chr, iconset2_chr_size),
      |                                         ^~~~~~~~~~~~~~~
iconsets.cxx:37:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   37 |                                   ResId("iconset2mask", iconset2mask_bits,
      |                                         ^~~~~~~~~~~~~~
iconsets.cxx:35:54: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   35 |     default_iconman->load_iconset(file_type_iconset, "file_types",
      |                                                      ^~~~~~~~~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   infowin.cxx -o infowin.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from infowin.cxx:16:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
infowin.cxx: In member function 'virtual void InfoWin::init(Window)':
infowin.cxx:32:44: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   32 |     bgkey=guiplugin->new_KEY(-10,-10,40,20,"to BG",1,NULL);
      |                                            ^~~~~~~
infowin.cxx: In function 'void create_ftp_infowin(char*)':
infowin.cxx:234:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  234 |     infowin->set_iname("INFOWINK");
      |                        ^~~~~~~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   inodewin.cxx -o inodewin.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from inodewin.cxx:15:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
inodewin.cxx: In function 'void init_inodewin()':
inodewin.cxx:169:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  169 |                       "Stat Info", inode_redraw);
      |                       ^~~~~~~~~~~
inodewin.cxx: In function 'void init_inodewin_with_position(int, int)':
inodewin.cxx:178:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  178 |                       "Stat Info", inode_redraw);
      |                       ^~~~~~~~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   internals.cxx -o internals.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from ../src/include/xnc/bookmark.h:3,
                 from internals.cxx:21:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
internals.cxx: In function 'void show_about_dialog()':
internals.cxx:89:39: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   89 |                                 ResId("xnci_intro",
      |                                       ^~~~~~~~~~~~
internals.cxx: In function 'void show_intro()':
internals.cxx:401:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  401 |           w_intro = create_win("X Northern Captain", ScreenL / 2 - l_intro / 2,
      |                                ^~~~~~~~~~~~~~~~~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   main.cxx -o main.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from main.cxx:17:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
main.cxx: In function 'void xnc_sdir()':
main.cxx:352:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  352 |   tt_printf("cd %s\n", quote_path(tmpdir,panel->curdir));
      |             ^~~~~~~~~
main.cxx: In function 'void xnc_main(int, char**)':
main.cxx:427:33: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  427 |   create_cfgman(home_files_dir, "xnc.cfg");
      |                                 ^~~~~~~~~
main.cxx:465:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  465 |   compile_AFS_supports("xnc.afs");
      |                        ^~~~~~~~~
main.cxx:466:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  466 |   compile_FTP_supports("xnc.ftp");
      |                        ^~~~~~~~~
main.cxx:471:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  471 |   bmark->set_iname("BOOKMARK");
      |                    ^~~~~~~~~~
main.cxx: In function 'void xnc_gofunc()':
main.cxx:492:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  492 |   mn->set_iname("MENU_UP");
      |                 ^~~~~~~~~
main.cxx:499:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  499 |   mn2->set_iname("MENU_DN");
      |                  ^~~~~~~~~
main.cxx:500:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  500 |   fvis->set_iname("FVISUAL");
      |                   ^~~~~~~~~
main.cxx:501:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  501 |   fsw1->set_iname("MENU_SW");
      |                   ^~~~~~~~~
main.cxx:506:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  506 |   cmdl->set_iname("CMDLINE");
      |                   ^~~~~~~~~
main.cxx: In function 'void xnc_exit()':
main.cxx:640:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  640 |         sendtoives("shutdown", 6); //Say IVES bye, bye :)
      |                    ^~~~~~~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   menu_process.cxx -o menu_process.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from menu_process.cxx:17:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
In file included from ../src/lib/vfs/vfs.h:4:
menu_process.cxx: At global scope:
menu_process.cxx:185:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  185 |     menu_function,  _noop("Edit menu file"), 1, edit_menu, 0, 0, edit_icon, AEmpty,
      |                           ^~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:186:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  186 |     menu_function,  _noop("Edit extension file "), 1, edit_ext, 0, 0, edit_icon, AEmpty,
      |                           ^~~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:187:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  187 |     menu_function,  _noop("Clean AFS cache "), 1, try_clean_afs_cache, 0, 0, no_icon, ACleanCache,
      |                           ^~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:188:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  188 |     menu_function,  _noop("Configuration "), 1, configure_func, 0, 0, config_icon, AEmpty,
      |                           ^~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:189:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  189 |     menu_function,  _noop("Help in documentation"), 1, browse_documentation, 0, 0, help_icon, AEmpty,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:190:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  190 |     menu_function,  _noop("About XNC"), 1, show_about_dialog, 0, 0, owner_icon, AEmpty
      |                           ^~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:207:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  207 |     menu_function,  _noop("Reread current directory"), 1, 0, 0, &rereadcall, no_icon, ARereadDir,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:208:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  208 |     menu_function,  _noop("Switch to terminal "), 1, xnc_switch_term, 0, 0, no_icon, ASwitchtoTerm,
      |                           ^~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:209:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  209 |     menu_function,  _noop("Add entry to bookmark "), 1, 0, 0, &addbookcall, no_icon, ABookAdd,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     menu_function,  _noop("Add selection by mask"), 1, 0, 0, &addselmaskcall, no_icon, ASelectMask,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:211:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  211 |     menu_function,  _noop("Clean selection by mask"), 1, 0, 0, &delselmaskcall, no_icon, ADeselectMask,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:212:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  212 |     menu_function,  _noop("Invert selection"), 1, 0, 0, &invertcall, no_icon, AInvertMask,
      |                           ^~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:213:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  213 |     menu_function,  _noop("Add selection by extension"), 1, 0, 0, &addselextcall, no_icon, ASelectFileMask,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:214:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  214 |     menu_function,  _noop("Clean selection by extension "), 1, 0, 0, &delselextcall, no_icon, ADeselectFileMask,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:215:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  215 |     menu_function,  _noop("Insert left directory name"), 1, 0, 0, &leftdircall, no_icon, AInsertLeftDir,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:216:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  216 |     menu_function,  _noop("Insert right directory name "), 1, 0, 0, &rightdircall, no_icon, AInsertRightDir,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:217:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  217 |     menu_function,  _noop("Source <-> Target"), 1, 0, 0, &swapcall, no_icon, ASwapPanels,
      |                           ^~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:218:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  218 |     menu_function,  _noop("Target = Source"), 1, 0, 0, &targetsrccall, no_icon, ASetPanelToCurrent
      |                           ^~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:265:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  265 |     menu_function,  _noop("Remount current directory"), 1, remntfunc, 0, 0,  remount_icon, ARemount,
      |                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:266:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  266 |     menu_function,  _noop("Menu"), 1, menu_func, 0, 0, menu_icon, AMenu,
      |                           ^~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:267:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  267 |     menu_function,  _noop("View file"), 1, viewfunc, 0, 0, view_icon, AFView,
      |                           ^~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:268:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  268 |     menu_function,  _noop("Edit file"), 1, editfunc, 0, 0, edit_icon, AFEdit,
      |                           ^~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:269:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  269 |     menu_function,  _noop("Copy file"), 1, 0, 0, &copycall, copy_icon, AFCopy,
      |                           ^~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:270:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  270 |     menu_function,  _noop("Move/Rename file"), 1, movefunc, 0, 0, move_icon, AFMove,
      |                           ^~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:271:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  271 |     menu_function,  _noop("Rename file"), 1, 0, 0, &renamecall, no_icon, ARenameFile,
      |                           ^~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:272:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  272 |     menu_function,  _noop("Make directory"), 1, mkdirfunc, 0, 0, mkdir_icon, AMakeDir,
      |                           ^~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:273:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  273 |     menu_function,  _noop("Delete file"), 1, delfunc, 0, 0, delete_icon, AFDelete,
      |                           ^~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:274:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  274 |     menu_function,  _noop("Make link"), 1, 0, 0, &linkcall, no_icon, ASymLink,
      |                           ^~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:275:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  275 |     menu_function,  _noop("Attributes of file"), 1, attrfunc, 0, 0, attr_icon, AAttributes,
      |                           ^~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:276:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  276 |     menu_function,  _noop("Change Owner"), 1, ownerfunc, 0, 0, owner_icon, AChown,
      |                           ^~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:277:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  277 |     menu_function,  _noop("Create Archive"), 1, packfunc, 0, 0, pack_icon, ACreateArchive,
      |                           ^~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:278:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  278 |     menu_function,  _noop("Find files"), 1, findfunc, 0, 0, find_icon, AFind,
      |                           ^~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:279:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  279 |     menu_function,  _noop("Quick ScanDir Info"), 1, qview, 0, 0, no_icon, AQuickView,
      |                           ^~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:280:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  280 |     menu_function,  _noop("Processes Info"), 1, p_info, 0, 0, proc_icon, AKill,
      |                           ^~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:281:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  281 |     menu_function,  _noop("Memory Info"), 1, m_info, 0, 0, no_icon, AMemory,
      |                           ^~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:282:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  282 |     menu_function,  _noop("Disk Info"), 1, d_info, 0, 0, disk_icon, ADiskInfo,
      |                           ^~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:283:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  283 |     menu_function,  _noop("Stat Info"), 1, toggle_inodewin, 0, 0, no_icon, AInodeInfo,
      |                           ^~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:284:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  284 |     menu_function,  _noop("Ftp connection "), 1, ftp_callfunc, 0, 0, ftp_icon, AFtpLink,
      |                           ^~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:285:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  285 |     menu_function,  _noop("Compare directories"), 1, compare_dirs, 0, 0, no_icon, AEmpty,
      |                           ^~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:297:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     {menu_menu, _noop("Left"), 1, 0, submenu1, 0, no_icon, AEmpty,
      |                       ^~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:298:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  298 |      menu_menu, _noop("Commands"), 1, 0, submenu3, 0, no_icon, AEmpty,
      |                       ^~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:299:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  299 |      menu_menu, _noop("Operations"), 1, 0, submenu5, 0, no_icon, AEmpty,
      |                       ^~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:300:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  300 |      menu_menu, _noop("Options"), 1, 0, submenu4, 0, no_icon, AEmpty,
      |                       ^~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:301:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  301 |      menu_menu, _noop("-Right"), 1, 0, submenu2, 0, no_icon, AEmpty
      |                       ^~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:305:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  305 | {menu_menu, _noop("FTP"), 1, 0, submenu1, 0, no_icon};
      |                   ^~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:308:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  308 |     {menu_function, _noop("1.Man"), 1, manfunc, 0, 0,  help_icon, AEmpty,
      |                           ^~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:309:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  309 |      menu_function, _noop("2.Menu"), 1, menu_func, 0, 0, menu_icon, AEmpty,
      |                           ^~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:310:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  310 |      menu_function, _noop("3.View"), 1, viewfunc, 0, 0, view_icon, AEmpty,
      |                           ^~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:311:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  311 |      menu_function, _noop("4.Edit"), 1, editfunc, 0, 0, edit_icon, AEmpty,
      |                           ^~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:312:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  312 |      menu_function, _noop("5.Copy"), 1, copyfunc, 0, 0, copy_icon, AEmpty,
      |                           ^~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:313:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  313 |      menu_function, _noop("6.Move"), 1, movefunc, 0, 0, move_icon, AEmpty,
      |                           ^~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:314:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  314 |      menu_function, _noop("7.Mkdir"), 1, mkdirfunc, 0, 0, mkdir_icon, AEmpty,
      |                           ^~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:315:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  315 |      menu_function, _noop("8.Delete"), 1, delfunc, 0, 0, delete_icon, AEmpty,
      |                           ^~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:316:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  316 |      menu_function, _noop("9.Attr"), 1, attrfunc, 0, 0, attr_icon, AEmpty,
      |                           ^~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx:317:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  317 |      menu_function, _noop("-0.Quit"), 2, donefunc, 0, 0, no_icon, AEmpty
      |                           ^~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
menu_process.cxx: In function 'void donefunc()':
menu_process.cxx:359:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  359 |     qok->set_iname("Q_YES");
      |                    ^~~~~~~
menu_process.cxx:360:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  360 |     qcan->set_iname("Q_NEVER");
      |                     ^~~~~~~~~
menu_process.cxx:361:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  361 |     w1->set_iname("QWIN");
      |                   ^~~~~~
menu_process.cxx: In function 'void edit_ext()':
menu_process.cxx:567:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  567 |       tt_printf("%s %s\n", editname, name);
      |                 ^~~~~~~~~
menu_process.cxx: In function 'void edit_menu()':
menu_process.cxx:581:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  581 |       tt_printf("%s %s\n", editname, name);
      |                 ^~~~~~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   man_page.cxx -o man_page.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from man_page.cxx:16:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
man_page.cxx: In function 'void man_page()':
man_page.cxx:38:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   38 |       tt_printf("man %s\n", dbuf);
      |                 ^~~~~~~~~~
man_page.cxx:48:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   48 |       manf = new FList("Man_page", st.st_mode, st.st_size, st.st_uid, st.st_gid, st.st_mtime);
      |                        ^~~~~~~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   panel.cxx -o panel.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from panel.cxx:16:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
panel.cxx: In constructor 'Lister::Lister(int, int, int, int, int)':
panel.cxx:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     display_format[BriefMode].set_format("F");
      |                                          ^~~
panel.cxx:82:41: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   82 |     display_format[FullMode].set_format("F|S|D|A|U");
      |                                         ^~~~~~~~~~~
panel.cxx:83:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   83 |     display_format[CustomMode].set_format("O|F");
      |                                           ^~~~~
panel.cxx: In member function 'void Lister::cmdl_insert_name(char*)':
panel.cxx:105:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  105 |       tt_printf("'%s'", name);
      |                 ^~~~~~
panel.cxx:112:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  112 |   tt_printf("%s", name);
      |             ^~~~
panel.cxx: In member function 'virtual void Lister::show()':
panel.cxx:659:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  659 |     dndwin->add_type("text/uri-list");
      |                      ^~~~~~~~~~~~~~~
panel.cxx: In member function 'void Lister::remount()':
panel.cxx:1093:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1093 |     senddir("..");
      |             ^~~~
panel.cxx:1094:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1094 |     tt_printf("umount %s\n", mntptr);
      |               ^~~~~~~~~~~~~
panel.cxx:1095:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1095 |     tt_printf("mount %s\n", mntptr);
      |               ^~~~~~~~~~~~
panel.cxx: In member function 'void Lister::ext_exec(char*)':
panel.cxx:1148:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1148 |     if (findsubstr(execdup, "%s/%s"))
      |                             ^~~~~~~
panel.cxx:1166:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1166 |     tt_printf("%s\n", findchr);
      |               ^~~~~~
panel.cxx: In member function 'void Lister::menu_exec(char*)':
panel.cxx:1191:34: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1191 |     if ((suc = findsubstr(mecom, "%p(")))
      |                                  ^~~~~
panel.cxx:1201:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1201 |       if (findsubstr(mecom, "%s/%s"))
      |                             ^~~~~~~
panel.cxx:1215:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1215 |       tt_printf("%s\n", findchr);
      |                 ^~~~~~
panel.cxx: In member function 'void Lister::wide_exec()':
panel.cxx:1230:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1230 |   suc = findsubstr(menucom[comnumber], "%p(");
      |                                        ^~~~~
panel.cxx: In member function 'void Lister::lpr()':
panel.cxx:1282:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1282 |   tt_printf("lpr %s\n", dest);
      |             ^~~~~~~~~~
panel.cxx: In member function 'void Lister::view(int)':
panel.cxx:1310:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1310 |     tt_printf("%s %s\n", viewname, dest);
      |               ^~~~~~~~~
panel.cxx: In member function 'void Lister::bg_view(char*)':
panel.cxx:1355:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1355 |       tt_printf("%s %s\n", viewname, dest);
      |                 ^~~~~~~~~
panel.cxx: In member function 'void Lister::bg_edit(char*)':
panel.cxx:1373:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1373 |       tt_printf("%s %s\n", editname, dest);
      |                 ^~~~~~~~~
panel.cxx: In member function 'void Lister::edit()':
panel.cxx:1405:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1405 |     tt_printf("%s %s\n", editname, dest);
      |               ^~~~~~~~~
panel.cxx: In member function 'void Lister::insert_left_dir()':
panel.cxx:1595:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1595 |     tt_printf("/");
      |               ^~~
panel.cxx: In member function 'void Lister::insert_right_dir()':
panel.cxx:1606:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1606 |     tt_printf("/");
      |               ^~~
panel.cxx: In member function 'void Lister::activate()':
panel.cxx:1638:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1638 |             tt_printf("/");
      |                       ^~~
panel.cxx:1647:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1647 |                 tt_printf(" ");
      |                           ^~~
panel.cxx:1662:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1662 |                         tt_printf("/");
      |                                   ^~~
panel.cxx:1666:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1666 |                     tt_printf(" ");
      |                               ^~~
panel.cxx:1726:36: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1726 |                         vfs->chdir("..");
      |                                    ^~~~
panel.cxx:1803:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1803 |                             vfs->chdir("..");
      |                                        ^~~~
panel.cxx:1852:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1852 |                                     tt_printf("./");
      |                                               ^~~~
panel.cxx:1855:51: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1855 |                                         tt_printf("\n");
      |                                                   ^~~~
panel.cxx:1865:47: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1865 |                                     tt_printf("\n");
      |                                               ^~~~
panel.cxx:1877:43: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1877 |                                 tt_printf(" &");
      |                                           ^~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   panel_actions.cxx -o panel_actions.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from panel_actions.cxx:16:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   panel_click.cxx -o panel_click.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from panel_click.cxx:16:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   panel_dnd.cxx -o panel_dnd.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from panel_dnd.cxx:16:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
panel_dnd.cxx: In member function 'int Lister::internal_dnd_drop(int, int, DndAction)':
panel_dnd.cxx:63:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   63 |                 ivfs = define_vfs("DFS", fname);
      |                                   ^~~~~
panel_dnd.cxx:79:31: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   79 |             ivfs = define_vfs("DFS", fname);
      |                               ^~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   panel_format.cxx -o panel_format.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from panel_format.cxx:16:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   panel_metacall.cxx -o panel_metacall.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from panel_metacall.cxx:16:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
In file included from ../src/lib/vfs/vfs.h:4:
panel_metacall.cxx: In member function 'void Lister::build_context_menu_for_current_file()':
panel_metacall.cxx:65:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   65 |     context_items[max_context_idx++].init(_noop("Man page"),
      |                                                 ^~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
panel_metacall.cxx:70:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   70 |     context_items[max_context_idx++].init(_noop("Make directory "),
      |                                                 ^~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
panel_metacall.cxx:96:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   96 |         context_items[max_context_idx++].init(_noop("Go to subdirectory "),
      |                                                     ^~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
panel_metacall.cxx:104:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  104 |                 context_items[max_context_idx++].init(_noop("Execute "),
      |                                                             ^~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
panel_metacall.cxx:114:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  114 |                     context_items[max_context_idx++].init(_noop("Browse into archive "),
      |                                                                 ^~~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
panel_metacall.cxx:120:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  120 |                     context_items[max_context_idx++].init(_noop("Execute association "),
      |                                                                 ^~~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
panel_metacall.cxx:126:61: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  126 |                 context_items[max_context_idx++].init(_noop("Execute with ... "),
      |                                                             ^~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
panel_metacall.cxx:135:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  135 |         context_items[max_context_idx++].init(_noop("Copy file(s)"), menu_text_color_idx,
      |                                                     ^~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
panel_metacall.cxx:140:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  140 |         context_items[max_context_idx++].init(_noop("Move/Rename file(s)"), menu_text_color_idx,
      |                                                     ^~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
panel_metacall.cxx:144:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  144 |             context_items[max_context_idx++].init(_noop("Rename file"), menu_text_color_idx,
      |                                                         ^~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
panel_metacall.cxx:149:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  149 |         context_items[max_context_idx++].init(_noop("Delete file(s)"), menu_text_color_idx,
      |                                                     ^~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
panel_metacall.cxx:154:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  154 |         context_items[max_context_idx++].init(_noop("View file"), menu_text_color_idx,
      |                                                     ^~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
panel_metacall.cxx:158:57: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  158 |             context_items[max_context_idx++].init(_noop("Edit file"), menu_text_color_idx,
      |                                                         ^~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
panel_metacall.cxx:164:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  164 |         context_items[max_context_idx++].init(_noop("Change file(s) attributes"), menu_text_color_idx,
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
panel_metacall.cxx:168:53: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  168 |         context_items[max_context_idx++].init(_noop("Change file(s) owner"), menu_text_color_idx,
      |                                                     ^~~~~~~~~~~~~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   panel_vlook.cxx -o panel_vlook.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from panel_vlook.cxx:16:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   panel_wrap.cxx -o panel_wrap.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from panel_wrap.cxx:16:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   ps_info.cxx -o ps_info.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from ps_info.cxx:15:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   query_windows.cxx -o query_windows.o
In file included from ../src/include/xnc/query_windows.h:3,
                 from query_windows.cxx:15:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
query_windows.cxx: In function 'void init_overwrite_query(char*, char*)':
query_windows.cxx:198:49: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  198 |   ow_kyes = guiplugin->new_KEY(10, -20, 80, 25, "Yes", 1, ow_f_yes);
      |                                                 ^~~~~
query_windows.cxx:202:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  202 |   ow_win->set_iname("OVERWIN");
      |                     ^~~~~~~~~
query_windows.cxx:203:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  203 |   ow_kyes->set_iname("OVERYES");
      |                      ^~~~~~~~~
query_windows.cxx:204:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  204 |   ow_kyes_to_all->set_iname("OVERALL");
      |                             ^~~~~~~~~
query_windows.cxx:205:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  205 |   ow_kcancel->set_iname("OVERCAN");
      |                         ^~~~~~~~~
query_windows.cxx:206:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  206 |   ow_kno->set_iname("OVERNO");
      |                     ^~~~~~~~
query_windows.cxx: In function 'void msg(char*, char*, int, FList*)':
query_windows.cxx:300:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  300 |   msgw->set_iname("MSGWIN");
      |                   ^~~~~~~~
query_windows.cxx:301:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  301 |   msgok->set_iname("MSG_OK");
      |                    ^~~~~~~~
In file included from ../src/lib/vfs/vfs.h:4:
query_windows.cxx: At global scope:
query_windows.cxx:345:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  345 |         menu_none, _noop("Read"), 1, 0, 0, 0, no_icon, AEmpty,
      |                          ^~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
query_windows.cxx:346:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  346 |         menu_none, _noop("Write"), 1, 0, 0, 0, no_icon, AEmpty,
      |                          ^~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
query_windows.cxx:347:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  347 |         menu_none, _noop("Execute"), 1, 0, 0, 0, no_icon, AEmpty
      |                          ^~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
query_windows.cxx:352:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  352 |         menu_none, "KILL [9]", 1, 0, 0, 0, no_icon, AEmpty,
      |                    ^~~~~~~~~~
query_windows.cxx:353:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  353 |         menu_none, "Stop [19]", 1, 0, 0, 0, no_icon, AEmpty,
      |                    ^~~~~~~~~~~
query_windows.cxx:354:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  354 |         menu_none, "Cont [18]", 1, 0, 0, 0, no_icon, AEmpty,
      |                    ^~~~~~~~~~~
query_windows.cxx:355:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  355 |         menu_none, "Int [2]", 1, 0, 0, 0, no_icon, AEmpty,
      |                    ^~~~~~~~~
query_windows.cxx:356:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  356 |         menu_none, "Hup [1]", 1, 0, 0, 0, no_icon, AEmpty,
      |                    ^~~~~~~~~
query_windows.cxx:357:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  357 |         menu_none, "Term [15]", 1, 0, 0, 0, no_icon, AEmpty,
      |                    ^~~~~~~~~~~
query_windows.cxx:358:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  358 |         menu_none, "Alarm [14]", 1, 0, 0, 0, no_icon, AEmpty,
      |                    ^~~~~~~~~~~~
query_windows.cxx:359:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  359 |         menu_none, "User1 [10]", 1, 0, 0, 0, no_icon, AEmpty,
      |                    ^~~~~~~~~~~~
query_windows.cxx:360:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  360 |         menu_none, "User2 [12]", 1, 0, 0, 0, no_icon, AEmpty
      |                    ^~~~~~~~~~~~
query_windows.cxx: In function 'void attrib(FList*, ManFuncs)':
query_windows.cxx:578:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  578 |       ww->set_iname("ATTRWIN");
      |                     ^~~~~~~~~
query_windows.cxx:579:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  579 |       wwk1->set_iname("ATTR_OK");
      |                       ^~~~~~~~~
query_windows.cxx:580:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  580 |       wwk2->set_iname("ATTR_CAN");
      |                       ^~~~~~~~~~
query_windows.cxx: In function 'void attrib2()':
query_windows.cxx:651:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  651 |       ww->set_iname("ATTR2WIN");
      |                     ^~~~~~~~~~
query_windows.cxx:652:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  652 |       wwk1->set_iname("ATTR2_SET");
      |                       ^~~~~~~~~~~
query_windows.cxx:653:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  653 |       wwk2->set_iname("ATTR2_CLE");
      |                       ^~~~~~~~~~~
query_windows.cxx:654:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  654 |       wwk3->set_iname("ATTR2_CAN");
      |                       ^~~~~~~~~~~
query_windows.cxx: In function 'void initquery(char*, Lister*, VFS*, ManFuncs)':
query_windows.cxx:850:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  850 |         ww->set_iname("QUERYWIN");
      |                       ^~~~~~~~~~
query_windows.cxx:851:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  851 |         wwk1->set_iname("QUERY_OK");
      |                         ^~~~~~~~~~
query_windows.cxx:852:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  852 |         wwk2->set_iname("QUERY_CAN");
      |                         ^~~~~~~~~~~
query_windows.cxx: In function 'void init_copymove_query(char*, Lister*, VFS*, ManFuncs, char*)':
query_windows.cxx:938:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  938 |       ww->set_iname("COPYWIN");
      |                     ^~~~~~~~~
query_windows.cxx:939:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  939 |       wwk1->set_iname("COPY_OK");
      |                       ^~~~~~~~~
query_windows.cxx:940:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  940 |       wwk2->set_iname("COPY_CAN");
      |                       ^~~~~~~~~~
query_windows.cxx: In function 'void init_chown_dialog(FList*)':
query_windows.cxx:1163:15: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1163 |   char  *at = "rwxrwxrwx";
      |               ^~~~~~~~~~~
query_windows.cxx:1207:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1207 |       din->set_histid("CHOWN");
      |                       ^~~~~~~
query_windows.cxx:1220:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1220 |       dw->set_iname("OWNERWIN");
      |                     ^~~~~~~~~~
query_windows.cxx:1221:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1221 |       dok->set_iname("OWNERCHG");
      |                      ^~~~~~~~~~
query_windows.cxx:1222:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1222 |       dcan->set_iname("OWNERCAN");
      |                       ^~~~~~~~~~
query_windows.cxx: In function 'void ftp_prox()':
query_windows.cxx:1449:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1449 |       proxin->set_histid("PROXH");
      |                          ^~~~~~~
query_windows.cxx:1450:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1450 |       proxin2->set_histid("PROXL");
      |                           ^~~~~~~
query_windows.cxx:1451:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1451 |       proxin3->set_histid("PROXP");
      |                           ^~~~~~~
query_windows.cxx: In function 'void new_ftp_prompt(Lister*, ManFuncs)':
query_windows.cxx:1561:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1561 |       ftpw->set_iname("FTPWIN");
      |                       ^~~~~~~~
query_windows.cxx:1562:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1562 |       ftpok->set_iname("FTPOK");
      |                        ^~~~~~~
query_windows.cxx:1563:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1563 |       ftpcan->set_iname("FTPCAN");
      |                         ^~~~~~~~
query_windows.cxx:1564:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1564 |       ftpwp->set_iname("FTPPAGE");
      |                        ^~~~~~~~~
query_windows.cxx:1599:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1599 |       ftpk1->set_iname("FTPUPD");
      |                        ^~~~~~~~
query_windows.cxx:1719:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1719 |       ftpin1->set_iname("FTPB");
      |                         ^~~~~~
query_windows.cxx:1720:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1720 |       ftpin1->set_histid("FTPB");
      |                          ^~~~~~
query_windows.cxx:1722:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1722 |       ftpin2->set_iname("FTPH");
      |                         ^~~~~~
query_windows.cxx:1723:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1723 |       ftpin2->set_histid("FTPH");
      |                          ^~~~~~
query_windows.cxx:1725:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1725 |       ftpin4->set_iname("FTPL");
      |                         ^~~~~~
query_windows.cxx:1726:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1726 |       ftpin4->set_histid("FTPL");
      |                          ^~~~~~
query_windows.cxx:1728:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1728 |       ftpin3->set_iname("FTPP");
      |                         ^~~~~~
query_windows.cxx:1729:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1729 |       ftpin3->set_histid("FTPP");
      |                          ^~~~~~
query_windows.cxx:1731:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1731 |       ftpin5->set_iname("FTPPW");
      |                         ^~~~~~~
query_windows.cxx:1732:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1732 |       ftpin5->set_histid("FTPPW");
      |                          ^~~~~~~
query_windows.cxx:1735:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1735 |       ftpin6->set_iname("FTPPRT");
      |                         ^~~~~~~~
query_windows.cxx:1736:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1736 |       ftpin6->set_histid("FTPPRT");
      |                          ^~~~~~~~
query_windows.cxx:1746:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1746 |       proxin->set_histid("PROXH");
      |                          ^~~~~~~
query_windows.cxx:1747:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1747 |       proxin2->set_histid("PROXL");
      |                           ^~~~~~~
query_windows.cxx:1748:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1748 |       proxin3->set_histid("PROXP");
      |                           ^~~~~~~
query_windows.cxx: In function 'void initdialog(char*, Lister*, VFS*, ManFuncs, char*)':
query_windows.cxx:1815:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1815 |       dw->set_iname("DIALWIN");
      |                     ^~~~~~~~~
query_windows.cxx:1816:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1816 |       dok->set_iname("DIAL_OK");
      |                      ^~~~~~~~~
query_windows.cxx:1817:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1817 |       dcan->set_iname("DIAL_CAN");
      |                       ^~~~~~~~~~
query_windows.cxx: In function 'void newtextfile(char*, Lister*, ManFuncs, int, char*)':
query_windows.cxx:1865:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1865 |             text_title=_noop("New Name:");
      |                              ^~~~~~~~~~~
../src/include/globals.h:95:28: note: in definition of macro '_noop'
   95 | #define _noop(STRING)      STRING
      |                            ^~~~~~
query_windows.cxx:1877:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1877 |         dw->set_iname("NTEXTWIN");
      |                       ^~~~~~~~~~
query_windows.cxx:1878:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1878 |         dok->set_iname("NTEXT_OK");
      |                        ^~~~~~~~~~
query_windows.cxx:1879:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1879 |         dcan->set_iname("NTEXT_CAN");
      |                         ^~~~~~~~~~~
query_windows.cxx: In function 'void simple_mes(char*, char*)':
query_windows.cxx:1916:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1916 |       dw->set_iname("SIMPWIN");
      |                     ^~~~~~~~~
query_windows.cxx:1917:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1917 |       dok->set_iname("SIMP_OK");
      |                      ^~~~~~~~~
query_windows.cxx: In function 'void simple_input_window(char*, char*)':
query_windows.cxx:1940:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 1940 |         dw->set_iname("CDWIN");
      |                       ^~~~~~~
query_windows.cxx: In function 'int panmnt(int, char*)':
query_windows.cxx:2004:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2004 |   tt_printf("umount %s\n", m);
      |             ^~~~~~~~~~~~~
query_windows.cxx: In function 'int panmntmnt()':
query_windows.cxx:2012:13: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2012 |   tt_printf("mount %s\n", mntmnt);
      |             ^~~~~~~~~~~~
query_windows.cxx: In function 'void newkillpanel(char*, int, int (*)(int, char*), int)':
query_windows.cxx:2082:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2082 |       dw->set_iname("KILLWIN");
      |                     ^~~~~~~~~
query_windows.cxx:2083:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2083 |       dok->set_iname("KILLOK");
      |                      ^~~~~~~~
query_windows.cxx:2084:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2084 |       dcan->set_iname("KILLCAN");
      |                       ^~~~~~~~~
query_windows.cxx: In function 'void selectmask(Lister*, ManFuncs)':
query_windows.cxx:2173:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2173 |       din->set_histid("MASK");
      |                       ^~~~~~
query_windows.cxx:2176:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2176 |       dw->set_iname("SELWIN");
      |                     ^~~~~~~~
query_windows.cxx:2177:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2177 |       dok->set_iname("SEL_OK");
      |                      ^~~~~~~~
query_windows.cxx:2178:23: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
 2178 |       dcan->set_iname("SEL_CAN");
      |                       ^~~~~~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   qview.cxx -o qview.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from qview.cxx:16:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
qview.cxx: In function 'void init_qview()':
qview.cxx:234:83: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  234 |   qwin = guiplugin->new_EXWin(Mainx + Mainl - 270, Mainy + Mainh - 140, 270, 140, "Quick ScanDir Info", qredraw);
      |                                                                                   ^~~~~~~~~~~~~~~~~~~~
g++ -c -I../src/include/xnc  -I../src/lib/manage  -I../src/au  -I../src/lib/vfs  -I../src/lib/vfs/ftplib  -I../src/lib/xbitmaps  -I../src/lib/rxvt2  -I../src/lib/filedir   -I../intl  -I../src/include  -I../src/lib/northgui  -I../src/lib/image2 -DLOCALEDIR=\"/opt/pkg/share/locale\" -DHAVE_CONFIG_H -DOLD_STYLE -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include   xh.cxx -o xh.o
In file included from ../src/include/xnc/base_cap.h:5,
                 from ../src/include/xnc/panel.h:4,
                 from xh.cxx:16:
../src/lib/vfs/vfs.h:81:42: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
   81 |     VFS(int fst = VFS_TYPE, char *pref = "VFS", int need_prefix = 1)
      |                                          ^~~~~
../src/lib/vfs/vfs.h: In constructor 'FTP::FTP()':
../src/lib/vfs/vfs.h:210:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  210 |     FTP() : VFS(FTP_TYPE, "FTP")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'AFS::AFS()':
../src/lib/vfs/vfs.h:297:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  297 |     AFS() : VFS(AFS_TYPE, "ARC")
      |                           ^~~~~
../src/lib/vfs/vfs.h: In constructor 'DFS::DFS()':
../src/lib/vfs/vfs.h:364:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  364 |     DFS() : VFS(DFS_TYPE, "DFS", 0) {};
      |                           ^~~~~
xh.cxx: In function 'int auto_create_startup_files(char*)':
xh.cxx:102:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  102 |         if(create_file(path,"xnc.ini",xncini_chr,xncini_chr_size)==0) return 0;
      |                             ^~~~~~~~~
xh.cxx:106:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  106 |                         if(create_file(path,"xnc.afs",xncafs_chr,xncafs_chr_size)==0) return 0;
      |                                             ^~~~~~~~~
xh.cxx:109:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  109 |                         if(create_file(path,"xnc.afs",xncafstar_chr,xncafstar_chr_size)==0) return 0;
      |                                             ^~~~~~~~~
xh.cxx:112:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  112 |                         if(create_file(path,"xnc.afs",xncafsopenbsd_chr,xncafsopenbsd_chr_size)==0) return 0;
      |                                             ^~~~~~~~~
xh.cxx:115:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  115 |                         if(create_file(path,"xnc.afs",xncafsaix_chr,xncafsaix_chr_size)==0) return 0;
      |                                             ^~~~~~~~~
xh.cxx:119:45: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  119 |                         if(create_file(path,"xnc.afs",xncafs_chr,xncafs_chr_size)==0) return 0;
      |                                             ^~~~~~~~~
xh.cxx:122:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  122 |         if(create_file(path,"xnc.ext",xncext_chr,xncext_chr_size)==0) return 0;
      |                             ^~~~~~~~~
xh.cxx:123:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  123 |         if(create_file(path,"xnc.cfg",xnccfg_chr,xnccfg_chr_size)==0) return 0;
      |                             ^~~~~~~~~
xh.cxx:124:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  124 |         if(create_file(path,"xnc.menu",xncmenu_chr,xncmenu_chr_size)==0) return 0;
      |                             ^~~~~~~~~~
xh.cxx:125:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  125 |         if(create_file(path,"xnc.keys",xnckeys_chr,xnckeys_chr_size)==0) return 0;
      |                             ^~~~~~~~~~
xh.cxx: At global scope:
xh.cxx:447:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  447 |       *traise = "yes",
      |                 ^~~~~
xh.cxx:448:18: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  448 |       *tsticky = "yes",
      |                  ^~~~~
xh.cxx:451:16: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  451 |       *banim = "yes",
      |                ^~~~~
xh.cxx:453:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  453 |       *diriconchr = "yes",
      |                     ^~~~~
xh.cxx:454:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  454 |       *fileiconchr = "yes",
      |                      ^~~~~
xh.cxx:480:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  480 |   "leoprogs.font", "LeoProgs.Font", fontchr,
      |   ^~~~~~~~~~~~~~~
xh.cxx:480:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  480 |   "leoprogs.font", "LeoProgs.Font", fontchr,
      |                    ^~~~~~~~~~~~~~~
xh.cxx:481:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  481 |   "leoprogs.list.font", "LeoProgs.List.Font", lfontchr,
      |   ^~~~~~~~~~~~~~~~~~~~
xh.cxx:481:25: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  481 |   "leoprogs.list.font", "LeoProgs.List.Font", lfontchr,
      |                         ^~~~~~~~~~~~~~~~~~~~
xh.cxx:482:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  482 |   "leoprogs.font.fixed", "LeoProgs.Font.Fixed", fixfontchr,
      |   ^~~~~~~~~~~~~~~~~~~~~
xh.cxx:482:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  482 |   "leoprogs.font.fixed", "LeoProgs.Font.Fixed", fixfontchr,
      |                          ^~~~~~~~~~~~~~~~~~~~~
xh.cxx:483:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  483 |   "xnc.editor.name", "Xnc.Editor.Name", editname,
      |   ^~~~~~~~~~~~~~~~~
xh.cxx:483:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  483 |   "xnc.editor.name", "Xnc.Editor.Name", editname,
      |                      ^~~~~~~~~~~~~~~~~
xh.cxx:484:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  484 |   "xnc.sysfiles.path", "Xnc.SysFiles.Path", syspath,
      |   ^~~~~~~~~~~~~~~~~~~
xh.cxx:484:24: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  484 |   "xnc.sysfiles.path", "Xnc.SysFiles.Path", syspath,
      |                        ^~~~~~~~~~~~~~~~~~~
xh.cxx:485:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  485 |   "xnc.geometry", "Xnc.Geometry", geometrychr,
      |   ^~~~~~~~~~~~~~
xh.cxx:485:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  485 |   "xnc.geometry", "Xnc.Geometry", geometrychr,
      |                   ^~~~~~~~~~~~~~
xh.cxx:486:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  486 |   "leoprogs.viewer.font", "LeoProgs.Viewer.Font", vfontchr,
      |   ^~~~~~~~~~~~~~~~~~~~~~
xh.cxx:486:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  486 |   "leoprogs.viewer.font", "LeoProgs.Viewer.Font", vfontchr,
      |                           ^~~~~~~~~~~~~~~~~~~~~~
xh.cxx:487:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  487 |   "xnc.viewer.name", "Xnc.Viewer.Name", viewname,
      |   ^~~~~~~~~~~~~~~~~
xh.cxx:487:22: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  487 |   "xnc.viewer.name", "Xnc.Viewer.Name", viewname,
      |                      ^~~~~~~~~~~~~~~~~
xh.cxx:488:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  488 |   "xnc.viewer.geometry", "Xnc.Viewer.Geometry", viewgeom,
      |   ^~~~~~~~~~~~~~~~~~~~~
xh.cxx:488:26: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  488 |   "xnc.viewer.geometry", "Xnc.Viewer.Geometry", viewgeom,
      |                          ^~~~~~~~~~~~~~~~~~~~~
xh.cxx:489:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  489 |   "xnc.bookmark.show_and_use", "Xnc.BookMark.Show_and_Use", bshow,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
xh.cxx:489:32: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  489 |   "xnc.bookmark.show_and_use", "Xnc.BookMark.Show_and_Use", bshow,
      |                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
xh.cxx:490:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  490 |   "leoprogs.font.minifixed", "LeoProgs.Font.MiniFixed", mfixfontchr,
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~
xh.cxx:490:30: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  490 |   "leoprogs.font.minifixed", "LeoProgs.Font.MiniFixed", mfixfontchr,
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~
xh.cxx:491:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  491 |   "xnc.afs.update", "Xnc.AFS.Update", updatechr
      |   ^~~~~~~~~~~~~~~~
xh.cxx:491:21: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  491 |   "xnc.afs.update", "Xnc.AFS.Update", updatechr
      |                     ^~~~~~~~~~~~~~~~
xh.cxx:527:17: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  527 | char  *icname = "XNC";
      |                 ^~~~~
xh.cxx: In function 'void InitXClient(int, char**, int, int, int, int, char*)':
xh.cxx:715:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  715 |   pch->res_name = "xnc";
      |                   ^~~~~
xh.cxx:716:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  716 |   pch->res_class = "XNC";
      |                    ^~~~~
xh.cxx: In function 'Window create_win(char*, int, int, int, int, int, int)':
xh.cxx:821:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  821 |   pch->res_name = "leoprogs";
      |                   ^~~~~~~~~~
xh.cxx:822:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
  822 |   pch->res_class = "LeoProgs";
      |                    ^~~~~~~~~~
g++ -o ../bin/xnc au/au.o  au/au_lex.o  au/au_tree.o  au/key.o  base_cap.o  bookmark.o  cmdline.o  config_doc.o  config_file.o  config_window.o  find.o  ftpcfg.o  ftpvisuals.o  iconsets.o  infowin.o  inodewin.o  internals.o  main.o  menu_process.o  man_page.o  panel.o  panel_actions.o  panel_click.o  panel_dnd.o  panel_format.o  panel_metacall.o  panel_vlook.o  panel_wrap.o  ps_info.o  query_windows.o  qview.o  tartest.o  xh.o ../lib/libie.a  ../lib/libxncbitmaps.a  ../lib/libxncfiledir.a  ../lib/libxnciconset.a  ../lib/libxncrxvt.a  ../lib/libxnctool.a  ../lib/libnorthgui.a  ../lib/libxncvfs.a -lpng -lz -ltiff -lSM -lICE  -lsocket  -lnsl -lX11 -lXext -ldl -lm -ljpeg  -rdynamic -L/opt/pkg/lib -Wl,-R/opt/pkg/lib  
Undefined			first referenced
 symbol  			    in file
sys_nerr                            ../lib/libxncfiledir.a(file.o)
sys_errlist                         ../lib/libxncfiledir.a(file.o)
ld: fatal: symbol referencing errors. No output written to ../bin/xnc
collect2: error: ld returned 1 exit status
*** Error code 1

Stop.
make[2]: stopped in /home/pbulk/build/sysutils/xnc/work/xnc-5.0.4/src
*** Error code 1

Stop.
make[1]: stopped in /home/pbulk/build/sysutils/xnc/work/xnc-5.0.4/src
make compile-po
cd po && make compile
rm -f ru.gmo && /home/pbulk/build/sysutils/xnc/work/.tools/bin/msgfmt -c --statistics -o ru.gmo ru.po
ru.po:6: warning: header field 'Language' missing in header
497 translated messages.
rm -f pl.gmo && /home/pbulk/build/sysutils/xnc/work/.tools/bin/msgfmt -c --statistics -o pl.gmo pl.po
pl.po:7: warning: header field 'Language' missing in header
486 translated messages, 10 fuzzy translations, 1 untranslated message.
rm -f pt.gmo && /home/pbulk/build/sysutils/xnc/work/.tools/bin/msgfmt -c --statistics -o pt.gmo pt.po
pt.po:6: warning: header field 'Language' missing in header
481 translated messages, 15 fuzzy translations, 1 untranslated message.
rm -f fr.gmo && /home/pbulk/build/sysutils/xnc/work/.tools/bin/msgfmt -c --statistics -o fr.gmo fr.po
fr.po:7: warning: header field 'Language' missing in header
482 translated messages, 11 fuzzy translations, 4 untranslated messages.
rm -f es.gmo && /home/pbulk/build/sysutils/xnc/work/.tools/bin/msgfmt -c --statistics -o es.gmo es.po
es.po:8: warning: header field 'Language' missing in header
450 translated messages, 46 fuzzy translations, 1 untranslated message.
rm -f cs.gmo && /home/pbulk/build/sysutils/xnc/work/.tools/bin/msgfmt -c --statistics -o cs.gmo cs.po
cs.po:6: warning: header field 'Language' missing in header
451 translated messages, 11 fuzzy translations, 35 untranslated messages.
rm -f hu.gmo && /home/pbulk/build/sysutils/xnc/work/.tools/bin/msgfmt -c --statistics -o hu.gmo hu.po
hu.po:6: warning: header field 'Language' missing in header
137 translated messages, 24 fuzzy translations, 336 untranslated messages.
rm -f sr.gmo && /home/pbulk/build/sysutils/xnc/work/.tools/bin/msgfmt -c --statistics -o sr.gmo sr.po
sr.po:6: warning: header field 'Language' missing in header
486 translated messages, 10 fuzzy translations, 1 untranslated message.
rm -f sp.gmo && /home/pbulk/build/sysutils/xnc/work/.tools/bin/msgfmt -c --statistics -o sp.gmo sp.po
sp.po:6: warning: header field 'Language' missing in header
486 translated messages, 10 fuzzy translations, 1 untranslated message.
rm -f it.gmo && /home/pbulk/build/sysutils/xnc/work/.tools/bin/msgfmt -c --statistics -o it.gmo it.po
it.po:7: warning: header field 'Language' missing in header
486 translated messages, 10 fuzzy translations, 1 untranslated message.
rm -f nl.gmo && /home/pbulk/build/sysutils/xnc/work/.tools/bin/msgfmt -c --statistics -o nl.gmo nl.po
nl.po:9: warning: header field 'Language' missing in header
487 translated messages, 9 fuzzy translations, 1 untranslated message.
rm -f ro.gmo && /home/pbulk/build/sysutils/xnc/work/.tools/bin/msgfmt -c --statistics -o ro.gmo ro.po
ro.po:6: warning: header field 'Language' missing in header
432 translated messages, 9 fuzzy translations, 56 untranslated messages.