-- The C compiler identification is GNU 10.1.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: C:/msys32/mingw32/bin/gcc.exe - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Found PkgConfig: C:/msys32/mingw32/bin/pkg-config.exe (found version "0.29.2")
-- Checking for modules 'gtk+-2.0;gio-2.0'
-- Found gtk+-2.0, version 2.24.32
-- Found gio-2.0, version 2.64.2
-- Found ZLIB: C:/msys32/mingw32/lib/libz.dll.a (found version "1.2.11")
-- Found PNG: C:/msys32/mingw32/lib/libpng.dll.a (found version "1.6.37")
-- Found Perl: C:/Users/Josh/perl/perl/bin/perl.exe (found version "5.30.3")
-- Found Vala: C:/msys32/mingw32/bin/valac.exe (found version "0.48.3")
-- Checking for module 'libcurl'
-- Found libcurl, version 7.70.0
-- Found OpenGL: opengl32
-- Checking for module 'SDL_image'
-- Found SDL_image, version 1.2.12
-- Checking for module 'SDL_mixer'
-- Found SDL_mixer, version 1.2.12
CMake Warning at CMakeLists.txt:67 (message):
SOUND is enabled, but the sound configuration file was not found in
C:/msys32/home/Josh/crossfire-code/client/trunk/sounds. You will need to
install sounds yourself.


-- Looking for include file gio/gnetworking.h
-- Looking for include file gio/gnetworking.h - found
-- Looking for sysconf
-- Looking for sysconf - not found
-- Configuring done
-- Generating done
-- Build files have been written to: C:/msys32/home/Josh/crossfire-code/client/trunk/build
[ 2%] Generating snd.c, snd.h, snd_internal.h
Scanning dependencies of target cfsndserv
[ 4%] Building C object sound-src/CMakeFiles/cfsndserv.dir/snd.c.obj
[ 6%] Building C object sound-src/CMakeFiles/cfsndserv.dir/cfsndserv.c.obj
[ 8%] Building C object sound-src/CMakeFiles/cfsndserv.dir/main.c.obj
[ 10%] Linking C executable cfsndserv.exe
[ 10%] Built target cfsndserv
[ 12%] Generating msgtypes.h
[ 14%] Generating def-keys.h
Scanning dependencies of target cfclient
[ 17%] Building C object common/CMakeFiles/cfclient.dir/client.c.obj
[ 19%] Building C object common/CMakeFiles/cfclient.dir/commands.c.obj
[ 21%] Building C object common/CMakeFiles/cfclient.dir/image.c.obj
[ 23%] Building C object common/CMakeFiles/cfclient.dir/init.c.obj
[ 25%] Building C object common/CMakeFiles/cfclient.dir/item.c.obj
[ 27%] Building C object common/CMakeFiles/cfclient.dir/mapdata.c.obj
[ 29%] Building C object common/CMakeFiles/cfclient.dir/metaserver.c.obj
[ 31%] Building C object common/CMakeFiles/cfclient.dir/misc.c.obj
[ 34%] Building C object common/CMakeFiles/cfclient.dir/newsocket.c.obj
[ 36%] Building C object common/CMakeFiles/cfclient.dir/p_cmd.c.obj
[ 38%] Building C object common/CMakeFiles/cfclient.dir/player.c.obj
[ 40%] Building C object common/CMakeFiles/cfclient.dir/script.c.obj
C:\msys32\home\Josh\crossfire-code\client\trunk\common\script.c: In function 'script_process':
C:\msys32\home\Josh\crossfire-code\client\trunk\common\script.c:608:47: warning: multi-character character constant [-Wmultichar]
608 | || strchr(scripts[i].cmd, '\r\n'))
| ^~~~~~
[ 42%] Building C object common/CMakeFiles/cfclient.dir/script_lua.c.obj
[ 44%] Linking C static library libcfclient.a
[ 44%] Built target cfclient
Scanning dependencies of target test-metaserver
[ 46%] Building C object common/CMakeFiles/test-metaserver.dir/test-metaserver.c.obj
[ 48%] Building C object common/CMakeFiles/test-metaserver.dir/metaserver.c.obj
[ 51%] Linking C executable test-metaserver.exe
[ 51%] Built target test-metaserver
[ 53%] Generating sound-vala.c, client-vala.h, client-vala_internal.h
Scanning dependencies of target crossfire-client-gtk2
[ 55%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/sound-vala.c.obj
[ 57%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/account.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\account.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\account.c:19:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\account.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\account.c:19:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 59%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/config.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\config.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\config.c:19:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\config.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\config.c:19:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 61%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/create_char.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\create_char.c:21:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\create_char.c:19:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\create_char.c:21:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\create_char.c:19:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 63%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/image.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\image.c:23:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\image.c:21:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\image.c:23:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\image.c:21:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 65%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/info.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\info.c:21:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\info.c:19:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\info.c:21:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\info.c:19:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 68%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/inventory.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\inventory.c:21:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\inventory.c:19:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\inventory.c:21:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\inventory.c:19:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 70%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/keys.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\keys.c:23:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\keys.c:20:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\keys.c:23:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\keys.c:20:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 72%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/magicmap.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\magicmap.c:19:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/mingw32/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gdk/gdk.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:32,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\magicmap.c:19:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\magicmap.c:19:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:28,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/mingw32/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gdk/gdk.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:32,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\magicmap.c:19:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 74%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/main.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\main.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\main.c:19:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\main.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\main.c:19:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 76%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/map.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\map.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\map.c:20:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\map.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\map.c:20:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 78%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/menubar.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\menubar.c:26:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\menubar.c:24:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\menubar.c:26:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\menubar.c:24:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 80%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/metaserver.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\metaserver.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\metaserver.c:20:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\metaserver.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\metaserver.c:20:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 82%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/opengl.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\opengl.c:28:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\opengl.c:22:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\opengl.c:28:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\opengl.c:22:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 85%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/pickup.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\pickup.c:23:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\pickup.c:21:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\pickup.c:23:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\pickup.c:21:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 87%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/png.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\png.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\png.c:19:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\png.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\png.c:19:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 89%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/sdl.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\sdl.c:25:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\sdl.c:19:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\sdl.c:25:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\sdl.c:19:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\sdl.c: In function 'display_mapcell':
C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\sdl.c:895:13: warning: 'mapdata_face' is deprecated [-Wdeprecated-declarations]
895 | int face = mapdata_face(ax, ay, layer);
| ^~~
In file included from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\sdl.c:35:
C:/msys32/home/Josh/crossfire-code/client/trunk/common/mapdata.h:114:8: note: declared here
114 | gint16 mapdata_face(int x, int y, int layer) __attribute__((deprecated));
| ^~~~~~~~~~~~
[ 91%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/skills.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\skills.c:21:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\skills.c:19:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\skills.c:21:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\skills.c:19:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 93%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/sound.c.obj
[ 95%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/spells.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\spells.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\spells.c:19:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\spells.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\spells.c:19:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[ 97%] Building C object gtk-v2/src/CMakeFiles/crossfire-client-gtk2.dir/stats.c.obj
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkobject.h:37,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwidget.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkcontainer.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkbin.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkwindow.h:36,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkdialog.h:35,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:33,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\stats.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktypeutils.h:236:1: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations]
236 | void gtk_type_init (GTypeDebugFlags debug_flags);
| ^~~~
In file included from C:/msys32/mingw32/include/glib-2.0/gobject/gobject.h:24,
from C:/msys32/mingw32/include/glib-2.0/gobject/gbinding.h:29,
from C:/msys32/mingw32/include/glib-2.0/glib-object.h:22,
from C:/msys32/mingw32/include/glib-2.0/gio/gioenums.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/giotypes.h:28,
from C:/msys32/mingw32/include/glib-2.0/gio/gio.h:26,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:26,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\stats.c:19:
C:/msys32/mingw32/include/glib-2.0/gobject/gtype.h:679:1: note: declared here
679 | {
| ^
In file included from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolitem.h:31,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtktoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
from C:/msys32/mingw32/include/gtk-2.0/gtk/gtk.h:126,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\stats.c:22:
C:/msys32/mingw32/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
73 | GTimeVal last_popdown;
| ^~~~~~~~
In file included from C:/msys32/mingw32/include/glib-2.0/glib/galloca.h:32,
from C:/msys32/mingw32/include/glib-2.0/glib.h:30,
from C:/msys32/home/Josh/crossfire-code/client/trunk/common/client.h:16,
from C:\msys32\home\Josh\crossfire-code\client\trunk\gtk-v2\src\stats.c:19:
C:/msys32/mingw32/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
547 | struct _GTimeVal
| ^~~~~~~~~
[100%] Linking C executable crossfire-client-gtk2.exe
[100%] Built target crossfire-client-gtk2
[ 10%] Built target cfsndserv
[ 44%] Built target cfclient
[ 51%] Built target test-metaserver
[100%] Built target crossfire-client-gtk2
Install the project...
-- Install configuration: ""
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./bin/cfsndserv.exe
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/themes
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/themes/Black
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/themes/Standard
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/ui
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/ui/caelestis.ui
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/ui/chthonic.ui
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/ui/dialogs.ui
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/ui/eureka.ui
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/ui/gtk-v1.ui
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/ui/gtk-v2.ui
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/ui/lobotomy.ui
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/ui/meflin.ui
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/ui/oroboros.ui
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/ui/sixforty.ui
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/ui/un-deux.ui
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/crossfire-client/ui/v1-redux.ui
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/applications/crossfire-client.desktop
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/icons/hicolor/16x16/apps/crossfire-client.png
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/icons/hicolor/32x32/apps/crossfire-client.png
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./share/icons/hicolor/48x48/apps/crossfire-client.png
-- Installing: C:/msys32/home/Josh/crossfire-code/client/trunk/build/./bin/crossfire-client-gtk2.exe
creating directory release/sharecreating directory release/libcopying from C:\msys32\mingw32\bin\libbrotlidec.dll to release/libbrotlidec.dll
copying from C:\msys32\mingw32\bin\libdatrie-1.dll to release/libdatrie-1.dll
copying from C:\msys32\mingw32\bin\libffi-7.dll to release/libffi-7.dll
copying from C:\msys32\mingw32\bin\libgmodule-2.0-0.dll to release/libgmodule-2.0-0.dll
copying from C:\msys32\mingw32\bin\libwinpthread-1.dll to release/libwinpthread-1.dll
copying from C:\msys32\mingw32\bin\libbz2-1.dll to release/libbz2-1.dll
copying from C:\msys32\mingw32\bin\libgcc_s_dw2-1.dll to release/libgcc_s_dw2-1.dll
copying from C:\msys32\mingw32\bin\libpangocairo-1.0-0.dll to release/libpangocairo-1.0-0.dll
copying from C:\msys32\mingw32\bin\libpangowin32-1.0-0.dll to release/libpangowin32-1.0-0.dll
copying from C:\msys32\mingw32\bin\libpangoft2-1.0-0.dll to release/libpangoft2-1.0-0.dll
copying from C:\msys32\mingw32\bin\libpsl-5.dll to release/libpsl-5.dll
copying from C:\msys32\mingw32\bin\zlib1.dll to release/zlib1.dll
copying from C:\msys32\mingw32\bin\libthai-0.dll to release/libthai-0.dll
copying from C:\msys32\mingw32\bin\libbrotlicommon.dll to release/libbrotlicommon.dll
copying from C:\msys32\mingw32\bin\libfribidi-0.dll to release/libfribidi-0.dll
copying from C:\msys32\mingw32\bin\libgdk_pixbuf-2.0-0.dll to release/libgdk_pixbuf-2.0-0.dll
copying from C:\msys32\mingw32\bin\libgraphite2.dll to release/libgraphite2.dll
copying from C:\msys32\mingw32\bin\libintl-8.dll to release/libintl-8.dll
copying from C:\msys32\mingw32\bin\libnghttp2-14.dll to release/libnghttp2-14.dll
copying from C:\msys32\mingw32\bin\libidn2-0.dll to release/libidn2-0.dll
copying from C:\msys32\mingw32\bin\libatk-1.0-0.dll to release/libatk-1.0-0.dll
copying from C:\msys32\mingw32\bin\libexpat-1.dll to release/libexpat-1.dll
copying from C:\msys32\mingw32\bin\libfontconfig-1.dll to release/libfontconfig-1.dll
copying from C:\msys32\mingw32\bin\libpango-1.0-0.dll to release/libpango-1.0-0.dll
copying from C:\msys32\mingw32\bin\libpng16-16.dll to release/libpng16-16.dll
copying from C:\msys32\mingw32\bin\libpcre-1.dll to release/libpcre-1.dll
copying from C:\msys32\mingw32\bin\libssh2-1.dll to release/libssh2-1.dll
copying from C:\msys32\mingw32\bin\libgobject-2.0-0.dll to release/libgobject-2.0-0.dll
copying from bin/cfsndserv.exe to release/cfsndserv.exe
copying from C:\msys32\mingw32\bin\SDL.dll to release/SDL.dll
copying from C:\msys32\mingw32\bin\libssl-1_1.dll to release/libssl-1_1.dll
copying from C:\msys32\mingw32\bin\libcurl-4.dll to release/libcurl-4.dll
copying from C:\msys32\mingw32\bin\libfreetype-6.dll to release/libfreetype-6.dll
copying from C:\msys32\mingw32\bin\libpixman-1-0.dll to release/libpixman-1-0.dll
copying from C:\msys32\mingw32\bin\libgdk-win32-2.0-0.dll to release/libgdk-win32-2.0-0.dll
copying from C:\msys32\mingw32\share\themes to release/share/themes
copying from C:\msys32\mingw32\lib\gtk-2.0 to release/lib/gtk-2.0
copying from C:\msys32\mingw32\bin\libharfbuzz-0.dll to release/libharfbuzz-0.dll
copying from bin/crossfire-client-gtk2.exe to release/crossfire-client-gtk2.exe
copying from C:\msys32\mingw32\bin\libiconv-2.dll to release/libiconv-2.dll
copying from C:\msys32\mingw32\bin\libcairo-2.dll to release/libcairo-2.dll
copying from share to release/share
copying from C:\msys32\mingw32\bin\libglib-2.0-0.dll to release/libglib-2.0-0.dll
copying from C:\msys32\mingw32\lib\gdk-pixbuf-2.0 to release/lib/gdk-pixbuf-2.0
copying from C:\msys32\mingw32\bin\libgio-2.0-0.dll to release/libgio-2.0-0.dll
copying from C:\msys32\mingw32\bin\libstdc++-6.dll to release/libstdc++-6.dll
copying from C:\msys32\mingw32\bin\libunistring-2.dll to release/libunistring-2.dll
copying from C:\msys32\mingw32\bin\libcrypto-1_1.dll to release/libcrypto-1_1.dll
copying from C:\msys32\mingw32\bin\libgtk-win32-2.0-0.dll to release/libgtk-win32-2.0-0.dll