=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/games/criticalmass", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for criticalmass-1.0.2nb42 /opt/local/bin/gmake all-recursive gmake[1]: Entering directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2' Making all in tinyxml gmake[2]: Entering directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/tinyxml' g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o tinyxml.o tinyxml.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o tinyxmlerror.o tinyxmlerror.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o tinyxmlparser.o tinyxmlparser.cpp rm -f libtinyxml.a ar cru libtinyxml.a tinyxml.o tinyxmlerror.o tinyxmlparser.o ranlib libtinyxml.a gmake[2]: Leaving directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/tinyxml' Making all in utils gmake[2]: Entering directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/utils' g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Config.o Config.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Endian.o Endian.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o FPS.o FPS.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ./hashMap.hpp:32, from ./Config.hpp:19, from Config.cpp:26: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Random.o Random.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o R250.o R250.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o ResourceManager.o ResourceManager.cpp In file included from Config.cpp:29: ./Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 23 | Tokenizer( string line, char *whitespace = " \t\n\r"): | ^~~~~~~~~ ./Tokenizer.hpp:32:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 32 | Tokenizer( string line, bool withQuotes, char *whitespace = " \t\n\r"): | ^~~~~~~~~ Config.cpp: In member function 'void Config::updateFromFile()': Config.cpp:200:29: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 200 | Tokenizer t( line, " \t\n\r="); | ^~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ./hashMap.hpp:32, from ./ResourceManager.hpp:19, from ResourceManager.cpp:21: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Trace.o Trace.cpp Trace.cpp: In static member function 'static std::ostream& Trace::Log(int)': Trace.cpp:80:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 80 | type = "DEBUG"; | ^~~~~~~ Trace.cpp:83:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 83 | type = "INFO"; | ^~~~~~ Trace.cpp:86:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 86 | type = "WARNING"; | ^~~~~~~~~ Trace.cpp:89:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 89 | type = "*ERROR*"; | ^~~~~~~~~ Trace.cpp:92:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 92 | type = "FATAL"; | ^~~~~~~ Trace.cpp:99:20: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 99 | type = "TRACE"; | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Value.o Value.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o WalkDirectory.o WalkDirectory.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o zStream.o zStream.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o zStreamBufferImplLZMA.o zStreamBufferImplLZMA.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o zStreamBufferImplZLib.o zStreamBufferImplZLib.cpp rm -f libutils.a ar cru libutils.a Config.o Endian.o FPS.o Random.o R250.o ResourceManager.o Trace.o Value.o WalkDirectory.o zStream.o zStreamBufferImplLZMA.o zStreamBufferImplZLib.o ranlib libutils.a gmake[2]: Leaving directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/utils' Making all in utilssdl gmake[2]: Entering directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/utilssdl' g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o PNG.o PNG.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o zrwops.o zrwops.cpp rm -f libutilssdl.a ar cru libutilssdl.a PNG.o zrwops.o ranlib libutilssdl.a gmake[2]: Leaving directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/utilssdl' Making all in utilsgl gmake[2]: Entering directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/utilsgl' g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utilssdl -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o GLBitmapCollection.o GLBitmapCollection.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utilssdl -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o GLBitmapFont.o GLBitmapFont.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utilssdl -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o GLExtension.o GLExtension.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/HashString.hpp:18, from ./GLBitmapCollection.hpp:21, from GLBitmapCollection.cpp:23: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/HashString.hpp:18, from ./GLBitmapCollection.hpp:21, from ./GLBitmapFont.hpp:18, from GLBitmapFont.cpp:17: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utilssdl -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o GLMultiTexture.o GLMultiTexture.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utilssdl -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o GLVertexArrayEXT.o GLVertexArrayEXT.cpp GLMultiTexture.cpp: In constructor 'GLMultiTexture::GLMultiTexture()': GLMultiTexture.cpp:63:78: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 63 | _glActiveTextureARB = (PFNGLACTIVETEXTUREARBPROC) GetExtensionProc("glActiveTextureARB"); | ^~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:64:83: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 64 | _glClientActiveTextureARB = (PFNGLCLIENTACTIVETEXTUREARBPROC)GetExtensionProc("glClientActiveTextureARB"); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:66:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 66 | _glMultiTexCoord1dARB = (PFNGLMULTITEXCOORD1DARBPROC)GetExtensionProc("glMultiTexCoord1dARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:67:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 67 | _glMultiTexCoord1dvARB = (PFNGLMULTITEXCOORD1DVARBPROC)GetExtensionProc("glMultiTexCoord1dvARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:68:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 68 | _glMultiTexCoord1fARB = (PFNGLMULTITEXCOORD1FARBPROC)GetExtensionProc("glMultiTexCoord1fARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:69:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 69 | _glMultiTexCoord1fvARB = (PFNGLMULTITEXCOORD1FVARBPROC)GetExtensionProc("glMultiTexCoord1fvARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:70:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 70 | _glMultiTexCoord1iARB = (PFNGLMULTITEXCOORD1IARBPROC)GetExtensionProc("glMultiTexCoord1iARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:71:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 71 | _glMultiTexCoord1ivARB = (PFNGLMULTITEXCOORD1IVARBPROC)GetExtensionProc("glMultiTexCoord1ivARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:72:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 72 | _glMultiTexCoord1sARB = (PFNGLMULTITEXCOORD1SARBPROC)GetExtensionProc("glMultiTexCoord1sARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:73:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 73 | _glMultiTexCoord1svARB = (PFNGLMULTITEXCOORD1SVARBPROC)GetExtensionProc("glMultiTexCoord1svARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:75:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 75 | _glMultiTexCoord2dARB = (PFNGLMULTITEXCOORD2DARBPROC)GetExtensionProc("glMultiTexCoord2dARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:76:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 76 | _glMultiTexCoord2dvARB = (PFNGLMULTITEXCOORD2DVARBPROC)GetExtensionProc("glMultiTexCoord2dvARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:77:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 77 | _glMultiTexCoord2fARB = (PFNGLMULTITEXCOORD2FARBPROC)GetExtensionProc("glMultiTexCoord2fARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:78:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 78 | _glMultiTexCoord2fvARB = (PFNGLMULTITEXCOORD2FVARBPROC)GetExtensionProc("glMultiTexCoord2fvARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:79:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 79 | _glMultiTexCoord2iARB = (PFNGLMULTITEXCOORD2IARBPROC)GetExtensionProc("glMultiTexCoord2iARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:80:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 80 | _glMultiTexCoord2ivARB = (PFNGLMULTITEXCOORD2IVARBPROC)GetExtensionProc("glMultiTexCoord2ivARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:81:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 81 | _glMultiTexCoord2sARB = (PFNGLMULTITEXCOORD2SARBPROC)GetExtensionProc("glMultiTexCoord2sARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:82:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 82 | _glMultiTexCoord2svARB = (PFNGLMULTITEXCOORD2SVARBPROC)GetExtensionProc("glMultiTexCoord2svARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:84:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 84 | _glMultiTexCoord3dARB = (PFNGLMULTITEXCOORD3DARBPROC)GetExtensionProc("glMultiTexCoord3dARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:85:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 85 | _glMultiTexCoord3dvARB = (PFNGLMULTITEXCOORD3DVARBPROC)GetExtensionProc("glMultiTexCoord3dvARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:86:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 86 | _glMultiTexCoord3fARB = (PFNGLMULTITEXCOORD3FARBPROC)GetExtensionProc("glMultiTexCoord3fARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:87:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 87 | _glMultiTexCoord3fvARB = (PFNGLMULTITEXCOORD3FVARBPROC)GetExtensionProc("glMultiTexCoord3fvARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:88:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 88 | _glMultiTexCoord3iARB = (PFNGLMULTITEXCOORD3IARBPROC)GetExtensionProc("glMultiTexCoord3iARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:89:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 89 | _glMultiTexCoord3ivARB = (PFNGLMULTITEXCOORD3IVARBPROC)GetExtensionProc("glMultiTexCoord3ivARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:90:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 90 | _glMultiTexCoord3sARB = (PFNGLMULTITEXCOORD3SARBPROC)GetExtensionProc("glMultiTexCoord3sARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:91:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 91 | _glMultiTexCoord3svARB = (PFNGLMULTITEXCOORD3SVARBPROC)GetExtensionProc("glMultiTexCoord3svARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:93:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 93 | _glMultiTexCoord4dARB = (PFNGLMULTITEXCOORD4DARBPROC)GetExtensionProc("glMultiTexCoord4dARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:94:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 94 | _glMultiTexCoord4dvARB = (PFNGLMULTITEXCOORD4DVARBPROC)GetExtensionProc("glMultiTexCoord4dvARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:95:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 95 | _glMultiTexCoord4fARB = (PFNGLMULTITEXCOORD4FARBPROC)GetExtensionProc("glMultiTexCoord4fARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:96:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 96 | _glMultiTexCoord4fvARB = (PFNGLMULTITEXCOORD4FVARBPROC)GetExtensionProc("glMultiTexCoord4fvARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:97:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 97 | _glMultiTexCoord4iARB = (PFNGLMULTITEXCOORD4IARBPROC)GetExtensionProc("glMultiTexCoord4iARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:98:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 98 | _glMultiTexCoord4ivARB = (PFNGLMULTITEXCOORD4IVARBPROC)GetExtensionProc("glMultiTexCoord4ivARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:99:79: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 99 | _glMultiTexCoord4sARB = (PFNGLMULTITEXCOORD4SARBPROC)GetExtensionProc("glMultiTexCoord4sARB"); | ^~~~~~~~~~~~~~~~~~~~~~ GLMultiTexture.cpp:100:80: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 100 | _glMultiTexCoord4svARB = (PFNGLMULTITEXCOORD4SVARBPROC)GetExtensionProc("glMultiTexCoord4svARB"); | ^~~~~~~~~~~~~~~~~~~~~~~ GLVertexArrayEXT.cpp: In constructor 'GLVertexArrayEXT::GLVertexArrayEXT()': GLVertexArrayEXT.cpp:29:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 29 | _glArrayElementEXT = (PFNGLARRAYELEMENTEXTPROC)GetExtensionProc("glArrayElementEXT"); | ^~~~~~~~~~~~~~~~~~~ GLVertexArrayEXT.cpp:30:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 30 | _glColorPointerEXT = (PFNGLCOLORPOINTEREXTPROC)GetExtensionProc("glColorPointerEXT"); | ^~~~~~~~~~~~~~~~~~~ GLVertexArrayEXT.cpp:31:70: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 31 | _glDrawArraysEXT = (PFNGLDRAWARRAYSEXTPROC)GetExtensionProc("glDrawArraysEXT"); | ^~~~~~~~~~~~~~~~~ GLVertexArrayEXT.cpp:32:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 32 | _glEdgeFlagPointerEXT = (PFNGLEDGEFLAGPOINTEREXTPROC)GetExtensionProc("glEdgeFlagPointerEXT"); | ^~~~~~~~~~~~~~~~~~~~~~ GLVertexArrayEXT.cpp:33:71: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 33 | _glGetPointervEXT = (PFNGLGETPOINTERVEXTPROC)GetExtensionProc("glGetPointervEXT"); | ^~~~~~~~~~~~~~~~~~ GLVertexArrayEXT.cpp:34:72: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 34 | _glIndexPointerEXT = (PFNGLINDEXPOINTEREXTPROC)GetExtensionProc("glIndexPointerEXT"); | ^~~~~~~~~~~~~~~~~~~ GLVertexArrayEXT.cpp:35:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 35 | _glNormalPointerEXT = (PFNGLNORMALPOINTEREXTPROC)GetExtensionProc("glNormalPointerEXT"); | ^~~~~~~~~~~~~~~~~~~~ GLVertexArrayEXT.cpp:36:75: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 36 | _glTexCoordPointerEXT = (PFNGLTEXCOORDPOINTEREXTPROC)GetExtensionProc("glTexCoordPointerEXT"); | ^~~~~~~~~~~~~~~~~~~~~~ GLVertexArrayEXT.cpp:37:73: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 37 | _glVertexPointerEXT = (PFNGLVERTEXPOINTEREXTPROC)GetExtensionProc("glVertexPointerEXT"); | ^~~~~~~~~~~~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utilssdl -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o GLTexture.o GLTexture.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utilssdl -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o GLTextureCubeMap.o GLTextureCubeMap.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utilssdl -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Model.o Model.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/ResourceManager.hpp:19, from Model.cpp:19: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utilssdl -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o TextureManager.o TextureManager.cpp In file included from Model.cpp:16: ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 23 | Tokenizer( string line, char *whitespace = " \t\n\r"): | ^~~~~~~~~ ../utils/Tokenizer.hpp:32:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 32 | Tokenizer( string line, bool withQuotes, char *whitespace = " \t\n\r"): | ^~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I../utilssdl -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o gl++.o gl++.cpp ../utils/Tokenizer.hpp: In member function 'bool Model::load(const char*)': ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 23 | Tokenizer( string line, char *whitespace = " \t\n\r"): | ^~~~~~~~~ ../utils/Tokenizer.hpp: In member function 'bool Model::readVertices(ziStream&, const vec3&, int&)': ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] ../utils/Tokenizer.hpp: In member function 'bool Model::readNormals(ziStream&, int&)': ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] ../utils/Tokenizer.hpp: In member function 'bool Model::readFaces(ziStream&, int&)': ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] ../utils/Tokenizer.hpp: In member function 'bool Model::readColors(ziStream&, int&)': ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] rm -f libutilsgl.a ar cru libutilsgl.a GLBitmapCollection.o GLBitmapFont.o GLExtension.o GLMultiTexture.o GLVertexArrayEXT.o GLTexture.o GLTextureCubeMap.o Model.o TextureManager.o gl++.o ranlib libutilsgl.a gmake[2]: Leaving directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/utilsgl' Making all in tools gmake[2]: Entering directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/tools' g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../utils -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Packer.o Packer.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/ResourceManager.hpp:19, from Packer.cpp:17: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from Packer.cpp:16: ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 23 | Tokenizer( string line, char *whitespace = " \t\n\r"): | ^~~~~~~~~ ../utils/Tokenizer.hpp:32:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 32 | Tokenizer( string line, bool withQuotes, char *whitespace = " \t\n\r"): | ^~~~~~~~~ ../utils/Tokenizer.hpp: In member function 'bool Packer::Process()': ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 23 | Tokenizer( string line, char *whitespace = " \t\n\r"): | ^~~~~~~~~ g++ -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -lsocket -lnsl -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -liconv -lintl -o Packer Packer.o ../utils/libutils.a -lm -lGL -lz -lpng -L/usr/local/lib -L/usr/X11R6/lib -L/opt/local/lib -R/opt/local/lib -lSDL -lpthread -lposix4 -lSDL_image -lSDL_mixer gmake[2]: Leaving directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/tools' Making all in data gmake[2]: Entering directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data' Making all in music gmake[3]: Entering directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/music' gmake[3]: Nothing to be done for 'all'. gmake[3]: Leaving directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/music' gmake[3]: Entering directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data' gmake[3]: Nothing to be done for 'all-am'. gmake[3]: Leaving directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data' gmake[2]: Leaving directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data' Making all in game gmake[2]: Entering directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/game' g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o ActionCallbacks.o ActionCallbacks.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Audio.o Audio.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o BitmapManager.o BitmapManager.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/ResourceCache.hpp:20, from ./BitmapManager.hpp:19, from BitmapManager.cpp:17: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/Config.hpp:19, from Audio.cpp:18: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ./Input.hpp:18, from ActionCallbacks.cpp:19: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from ./Hero.hpp:21, from ActionCallbacks.cpp:21: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Callback.o Callback.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o CallbackManager.o CallbackManager.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ./Input.hpp:18, from ./Callback.hpp:19, from Callback.cpp:16: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Camera.o Camera.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ./Input.hpp:18, from ./Callback.hpp:19, from ./ActionCallbacks.hpp:19, from CallbackManager.cpp:16: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o EnemyFactory.o EnemyFactory.cpp In file included from ./Hero.hpp:21, from CallbackManager.cpp:19: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o FontManager.o FontManager.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/ResourceManager.hpp:19, from ../utils/BezierCurve.cpp:22, from ../utils/BezierCurve.hpp:80, from ./LevelPack.hpp:20, from EnemyFactory.cpp:17: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/ResourceCache.hpp:20, from ./FontManager.hpp:19, from FontManager.cpp:16: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from ./ParticleGroup.hpp:24, from ./BaseEnemy.hpp:20, from ./SimpleEnemy.hpp:18, from EnemyFactory.cpp:20: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Game.o Game.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/Config.hpp:19, from Game.cpp:20: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o GameState.o GameState.cpp In file included from ./Hero.hpp:21, from Game.cpp:28: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Hero.o Hero.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Input.o Input.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ./ParticleGroup.hpp:19, from Hero.cpp:16: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ./Input.hpp:18, from Input.cpp:17: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from ./Hero.hpp:21, from Hero.cpp:15: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Keys.o Keys.cpp In file included from Input.cpp:25: ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 23 | Tokenizer( string line, char *whitespace = " \t\n\r"): | ^~~~~~~~~ ../utils/Tokenizer.hpp:32:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 32 | Tokenizer( string line, bool withQuotes, char *whitespace = " \t\n\r"): | ^~~~~~~~~ ../utils/Tokenizer.hpp: In member function 'virtual void Input::handleLine(std::string)': ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 23 | Tokenizer( string line, char *whitespace = " \t\n\r"): | ^~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o LPathManager.o LPathManager.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/ResourceCache.hpp:20, from ./LPathManager.hpp:18, from LPathManager.cpp:16: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o MenuManager.o MenuManager.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o ModelManager.o ModelManager.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ./ModelManager.hpp:19, from ModelManager.cpp:17: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ./ParticleGroup.hpp:19, from ./MenuManager.hpp:26, from MenuManager.cpp:18: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from ./ParticleGroup.hpp:24: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ In file included from ./SelectableFactory.hpp:23, from MenuManager.cpp:25: ../utils/Tokenizer.hpp: At global scope: ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 23 | Tokenizer( string line, char *whitespace = " \t\n\r"): | ^~~~~~~~~ ../utils/Tokenizer.hpp:32:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 32 | Tokenizer( string line, bool withQuotes, char *whitespace = " \t\n\r"): | ^~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o OnlineUpdate.o OnlineUpdate.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o OnlineUpdateDisplay.o OnlineUpdateDisplay.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/Config.hpp:19, from OnlineUpdate.cpp:17: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/ResourceCache.hpp:20, from ./FontManager.hpp:19, from OnlineUpdateDisplay.cpp:16: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o ParticleGroup.o ParticleGroup.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/HashString.hpp:18, from ../utilsgl/GLBitmapCollection.hpp:21, from ../utilsgl/GLBitmapFont.hpp:18, from ./Particles.hpp:21, from ParticleGroup.cpp:16: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o ParticleGroupManager.o ParticleGroupManager.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o ParticleType.o ParticleType.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ./ParticleGroup.hpp:19, from ParticleGroupManager.cpp:17: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ./ParticleGroup.hpp:19, from ParticleType.cpp:17: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from ./Particles.hpp:23: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ In file included from ParticleType.cpp:16: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ In file included from ./ParticleGroup.hpp:24: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Particles.o Particles.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/HashString.hpp:18, from ../utilsgl/GLBitmapCollection.hpp:21, from ../utilsgl/GLBitmapFont.hpp:18, from ./Particles.hpp:21, from Particles.cpp:16: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o SampleManager.o SampleManager.cpp In file included from ./Particles.hpp:23: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o ScoreKeeper.o ScoreKeeper.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/ResourceCache.hpp:20, from ./SampleManager.hpp:18, from SampleManager.cpp:18: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/Config.hpp:19, from ScoreKeeper.cpp:20: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from ScoreKeeper.cpp:21: ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 23 | Tokenizer( string line, char *whitespace = " \t\n\r"): | ^~~~~~~~~ ../utils/Tokenizer.hpp:32:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 32 | Tokenizer( string line, bool withQuotes, char *whitespace = " \t\n\r"): | ^~~~~~~~~ In file included from ./ParticleGroup.hpp:24, from ScoreKeeper.cpp:28: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ ScoreKeeper.cpp: In member function 'void ScoreKeeper::load()': ScoreKeeper.cpp:250:40: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 250 | Tokenizer t( line, false, " \t\n\r"); | ^~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Selectable.o Selectable.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/HashString.hpp:18, from ../utilsgl/GLBitmapCollection.hpp:21, from ../utilsgl/GLBitmapFont.hpp:18, from ./Selectable.hpp:23, from Selectable.cpp:17: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from Selectable.cpp:16: ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 23 | Tokenizer( string line, char *whitespace = " \t\n\r"): | ^~~~~~~~~ ../utils/Tokenizer.hpp:32:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 32 | Tokenizer( string line, bool withQuotes, char *whitespace = " \t\n\r"): | ^~~~~~~~~ In file included from ./ParticleGroup.hpp:24, from ./MenuManager.hpp:26, from Selectable.cpp:23: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ ../utils/Tokenizer.hpp: In constructor 'FloatSelectable::FloatSelectable(const BoundingBox&, const std::string&, const std::string&, const std::string&, const std::string&, const std::string&)': ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 23 | Tokenizer( string line, char *whitespace = " \t\n\r"): | ^~~~~~~~~ ../utils/Tokenizer.hpp: In constructor 'EnumSelectable::EnumSelectable(const BoundingBox&, const std::string&, const std::string&, const std::string&, const std::string&)': ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] Selectable.cpp: In constructor 'ResolutionSelectable::ResolutionSelectable(const BoundingBox&, const std::string&, const std::string&)': Selectable.cpp:631:35: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 631 | Tokenizer rToken(resolutions, ","); | ^~~ Selectable.cpp:650:37: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 650 | Tokenizer t(nextResolution, "x"); | ^~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o SelectableFactory.o SelectableFactory.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ./SelectableFactory.hpp:19, from SelectableFactory.cpp:15: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from ./SelectableFactory.hpp:23: ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 23 | Tokenizer( string line, char *whitespace = " \t\n\r"): | ^~~~~~~~~ ../utils/Tokenizer.hpp:32:65: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 32 | Tokenizer( string line, bool withQuotes, char *whitespace = " \t\n\r"): | ^~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o BaseEnemy.o BaseEnemy.cpp ../utils/Tokenizer.hpp: In member function 'void SelectableFactory::posToPoint2D(const std::string&, Point2D&)': ../utils/Tokenizer.hpp:23:48: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 23 | Tokenizer( string line, char *whitespace = " \t\n\r"): | ^~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/ResourceManager.hpp:19, from ../utils/BezierCurve.cpp:22, from ../utils/BezierCurve.hpp:80, from ./LevelPack.hpp:20, from ./BaseEnemy.hpp:19, from BaseEnemy.cpp:16: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o SimpleEnemy.o SimpleEnemy.cpp In file included from ./ParticleGroup.hpp:24, from ./BaseEnemy.hpp:20: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/ResourceManager.hpp:19, from ../utils/BezierCurve.cpp:22, from ../utils/BezierCurve.hpp:80, from ./LevelPack.hpp:20, from ./BaseEnemy.hpp:19, from ./SimpleEnemy.hpp:18, from SimpleEnemy.cpp:16: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from ./ParticleGroup.hpp:24, from ./BaseEnemy.hpp:20: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Boss1Enemy.o Boss1Enemy.cpp g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Skill.o Skill.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/ResourceManager.hpp:19, from ../utils/BezierCurve.cpp:22, from ../utils/BezierCurve.hpp:80, from ./LevelPack.hpp:20, from ./BaseEnemy.hpp:19, from ./Boss1Enemy.hpp:18, from Boss1Enemy.cpp:16: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/Config.hpp:19, from Skill.cpp:17: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from ./ParticleGroup.hpp:24, from ./BaseEnemy.hpp:20: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o StageManager.o StageManager.cpp In file included from ./Hero.hpp:21, from Skill.cpp:19: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/ResourceManager.hpp:19, from ../utils/BezierCurve.cpp:22, from ../utils/BezierCurve.hpp:80, from ./LevelPack.hpp:20, from ./StageManager.hpp:21, from StageManager.cpp:18: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Starfield.o Starfield.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/HashString.hpp:18, from ../utilsgl/GLBitmapCollection.hpp:21, from ./Starfield.hpp:19, from Starfield.cpp:18: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from ./Particles.hpp:23, from StageManager.cpp:25: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o TextInput.o TextInput.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ./Input.hpp:18, from TextInput.cpp:19: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Video.o Video.cpp TextInput.cpp: In member function 'virtual void TextInput::input(const Trigger&, const bool&)': TextInput.cpp:37:13: warning: variable 't' set but not used [-Wunused-but-set-variable] 37 | Trigger t = trigger; | ^ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o Weapon.o Weapon.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/HashString.hpp:18, from ../utilsgl/GLBitmapCollection.hpp:21, from ../utilsgl/GLBitmapFont.hpp:18, from ./Video.hpp:19, from Video.cpp:20: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o WeaponDepot.o WeaponDepot.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ./ParticleGroup.hpp:19, from Weapon.cpp:21: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ./WeaponDepot.hpp:19, from WeaponDepot.cpp:17: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ In file included from ./ParticleGroup.hpp:24: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ In file included from ./Hero.hpp:21, from Video.cpp:27: ./ParticleType.hpp: In member function 'virtual void ParticleType::hit(ParticleInfo*, int, int)': ./ParticleType.hpp:31:60: warning: parameter 'radIndex' set but not used [-Wunused-but-set-parameter] 31 | virtual void hit( ParticleInfo *p, int /*damage*/, int radIndex=0) { p->tod = 0; radIndex=0;} | ~~~~^~~~~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o XMLHelper.o XMLHelper.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/ResourceManager.hpp:19, from XMLHelper.cpp:16: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../curl/include -I../tinyxml -I../utils -I../utilssdl -I../utilsgl -DDATA_DIR=\"/opt/local/share/Critical_Mass/\" -I/opt/local/include/SDL -I/opt/local/include -I/opt/local/include/libdrm -I/usr/include -DLDAP_DEPRECATED -I/opt/local/include/libxml2 -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -c -o main.o main.cpp In file included from /opt/local/gcc13/include/c++/13.4.0/ext/hash_map:60, from ../utils/hashMap.hpp:32, from ../utils/Config.hpp:19, from main.cpp:19: /opt/local/gcc13/include/c++/13.4.0/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp] 32 | #warning \ | ^~~~~~~ main.cpp:142:17: warning: C++11 requires a space between string literal and macro [-Wc++11-compat] 142 | << " - "__TIME__" "__DATE__ | ^ main.cpp:142:30: warning: C++11 requires a space between string literal and macro [-Wc++11-compat] 142 | << " - "__TIME__" "__DATE__ | ^ ../tools/Packer ../data/description_file resource.dat INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/entryb1.path] INFO: OK (227/86) 37% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec10.path] INFO: OK (57/53) 92% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec11.path] INFO: OK (57/53) 92% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec10a.path] INFO: OK (59/54) 91% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec12.path] INFO: OK (96/70) 72% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec11a.path] INFO: OK (59/52) 88% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec13.path] INFO: OK (138/83) 60% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec12a.path] INFO: OK (99/70) 70% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec14.path] INFO: OK (310/115) 37% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec13a.path] INFO: OK (138/83) 60% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec15.path] INFO: OK (239/99) 41% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec14a.path] INFO: OK (303/115) 37% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec15a.path] INFO: OK (235/98) 41% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec1.path] INFO: OK (134/82) 61% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec2.path] INFO: OK (172/93) 54% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec1a.path] INFO: OK (142/83) 58% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec2a.path] INFO: OK (183/94) 51% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec3.path] INFO: OK (134/82) 61% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec3a.path] INFO: OK (142/81) 57% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec4.path] INFO: OK (170/95) 55% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec4a.path] INFO: OK (181/96) 53% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec5.path] INFO: OK (133/81) 60% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec5a.path] INFO: OK (141/81) 57% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec6.path] INFO: OK (328/147) 44% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec6a.path] INFO: OK (351/148) 42% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec7.path] INFO: OK (408/173) 42% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec7a.path] INFO: OK (437/174) 39% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec8.path] INFO: OK (174/92) 52% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec8a.path] INFO: OK (185/92) 49% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec9.path] INFO: OK (134/80) 59% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry/ec9a.path] INFO: OK (144/82) 56% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc1a.path] INFO: OK (129/77) 59% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc1.path] INFO: OK (123/76) 61% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc2.path] INFO: OK (125/76) 60% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc2a.path] INFO: OK (125/76) 60% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc3.path] INFO: OK (127/76) 59% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc3a.path] INFO: OK (125/76) 60% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc4.path] INFO: OK (127/76) 59% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc4a.path] INFO: OK (125/77) 61% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc5.path] INFO: OK (126/75) 59% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc5a.path] INFO: OK (128/77) 60% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc6.path] INFO: OK (123/73) 59% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc6a.path] INFO: OK (127/75) 59% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc7.path] INFO: OK (231/81) 35% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc7a.path] INFO: OK (237/81) 34% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc8.path] INFO: OK (227/82) 36% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/retreat/dc8a.path] INFO: OK (233/84) 36% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/RT-LongEntry1.path] INFO: OK (172/113) 65% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/Retreat1.path] INFO: OK (162/89) 54% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/RT_Entry1.path] INFO: OK (139/77) 55% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/Retreat2.path] INFO: OK (129/79) 61% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/Attack1.path] INFO: OK (126/75) 59% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/Retreat3.path] INFO: OK (404/170) 42% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/Attack2.path] INFO: OK (165/90) 54% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/Idle1.path] INFO: OK (161/87) 54% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/LB_Entry1.path] INFO: OK (131/78) 59% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/RB_Entry1.path] INFO: OK (139/77) 55% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac10.path] INFO: OK (87/65) 74% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac11.path] INFO: OK (293/95) 32% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac10a.path] INFO: OK (88/65) 73% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac12.path] INFO: OK (230/103) 44% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac13.path] INFO: OK (231/84) 36% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac12a.path] INFO: OK (228/101) 44% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac13a.path] INFO: OK (229/83) 36% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac1.path] INFO: OK (125/74) 59% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac2.path] INFO: OK (126/78) 61% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac1a.path] INFO: OK (129/74) 57% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac3.path] INFO: OK (88/65) 73% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac2a.path] INFO: OK (130/78) 60% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac4.path] INFO: OK (129/77) 59% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac3a.path] INFO: OK (89/65) 73% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac5.path] INFO: OK (127/78) 61% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac4a.path] INFO: OK (127/76) 59% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac5a.path] INFO: OK (125/78) 62% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac6.path] INFO: OK (125/76) 60% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac6a.path] INFO: OK (129/77) 59% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac7.path] INFO: OK (85/61) 71% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac7a.path] INFO: OK (85/61) 71% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac8.path] INFO: OK (88/65) 73% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac8a.path] INFO: OK (89/64) 71% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac9.path] INFO: OK (88/63) 71% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/attack/ac9a.path] INFO: OK (85/62) 72% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle16.path] INFO: OK (88/62) 70% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle18.path] INFO: OK (162/46) 28% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle19.path] INFO: OK (152/53) 34% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle1.path] INFO: OK (161/88) 54% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle2.path] INFO: OK (162/79) 48% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle3.path] INFO: OK (162/79) 48% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idleb1.path] INFO: OK (302/90) 29% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle4.path] INFO: OK (162/79) 48% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle5.path] INFO: OK (162/78) 48% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle6.path] INFO: OK (157/83) 52% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle7.path] INFO: OK (85/49) 57% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle8.path] INFO: OK (85/55) 64% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle9.path] INFO: OK (85/55) 64% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle17x.path] INFO: OK (91/66) 72% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle10.path] INFO: OK (85/53) 62% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle11.path] INFO: OK (84/61) 72% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle12.path] INFO: OK (85/64) 75% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle13.path] INFO: OK (85/59) 69% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle14.path] INFO: OK (85/58) 68% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/idle/idle15.path] INFO: OK (88/59) 67% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/entry1.path] INFO: OK (540/154) 28% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/LT-LongEntry1.path] INFO: OK (250/122) 48% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/paths/LT_Entry1.path] INFO: OK (131/78) 59% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/TheEye.model] INFO: OK (8044/2398) 29% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/P1.model] INFO: OK (239/114) 47% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/SixLegBugYellow.model] INFO: OK (16500/6033) 36% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/SixLegBugRed.model] INFO: OK (16497/6029) 36% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/DarkAngel.model] INFO: OK (7957/2491) 31% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/FlyBug.model] INFO: OK (7263/2414) 33% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/WingPhaserPierce.model] INFO: OK (14940/4581) 30% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/HeroStinger.model] INFO: OK (1805/897) 49% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/MiniBug.model] INFO: OK (12877/4979) 38% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/Hero.model] INFO: OK (21711/6270) 28% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/Boss1_Leg1.model] INFO: OK (16674/6162) 36% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/Boss1_Leg2.model] INFO: OK (16554/6169) 37% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/WeaponUpgrade.model] INFO: OK (6963/1594) 22% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/E1.model] INFO: OK (245/122) 49% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/Bug1Blue.model] INFO: OK (6881/2558) 37% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/DoubleWingBlue.model] INFO: OK (5481/1640) 29% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/IceSprayPierce.model] INFO: OK (28895/4651) 16% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/WingPhaser.model] INFO: OK (14945/4583) 30% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/Bonus1.model] INFO: OK (4897/1157) 23% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/Boss1_Teeth.model] INFO: OK (2069/711) 34% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/Pumpkin.model] INFO: OK (27234/10448) 38% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/MouseBug.model] INFO: OK (15026/5046) 33% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/MapleLeaf.model] INFO: OK (4724/1387) 29% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/EnergyBlob.model] INFO: OK (21571/7469) 34% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/BigFoot.model] INFO: OK (8737/2561) 29% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/DoubleWingRed.model] INFO: OK (5447/1620) 29% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/TheEyeBlue.model] INFO: OK (8021/2384) 29% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/Bug1.model] INFO: OK (6910/2573) 37% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/Bug2.model] INFO: OK (12117/3530) 29% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/DoubleWing.model] INFO: OK (5487/1645) 29% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/SixLegBugBlue.model] INFO: OK (16498/6030) 36% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/FlankBurster.model] INFO: OK (33555/7050) 21% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/NextGenShippy.model] INFO: OK (87590/33531) 38% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/Boss1_Face.model] INFO: OK (17846/4714) 26% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/SuperBonus.model] INFO: OK (94426/23411) 24% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/ArmorPierce.model] INFO: OK (5915/1450) 24% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/Doggy.model] INFO: OK (4071/1756) 43% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/Boss1_Eye1.model] INFO: OK (3321/910) 27% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/Boss1_Eye2.model] INFO: OK (3320/911) 27% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/Stinger.model] INFO: OK (1783/906) 50% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/BigMouthBug.model] INFO: OK (16629/6347) 38% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/FourEye.model] INFO: OK (18008/5192) 28% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/IceSpray.model] INFO: OK (28889/4645) 16% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/models/ShieldBoost.model] INFO: OK (22146/9615) 43% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/menuShadow.data] INFO: OK (1919/719) 37% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/menuIcons.png] INFO: OK (11815/11408) 96% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/vipna.data] INFO: OK (1950/754) 38% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/vipnaUpper.font] INFO: OK (19216/19197) 99% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/arial-small.data] INFO: OK (1941/731) 37% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/menu.font] INFO: OK (15287/15258) 99% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/menuWhite.font] INFO: OK (14608/14584) 99% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/board.png] INFO: OK (102365/102183) 99% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/ammo.png] INFO: OK (91696/91679) 99% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/gameover.data] INFO: OK (171/116) 67% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/nebula.data] INFO: OK (25/30) 120% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/cubemap_0.png] INFO: OK (76526/76542) 100% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/menuShadow.font] INFO: OK (36132/36157) 100% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/cubemap_1.png] INFO: OK (95065/95093) 100% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/cubemap_2.png] INFO: OK (97758/97765) 100% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/cubemap_3.png] INFO: OK (95623/95616) 99% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/vipna.font] INFO: OK (15252/15221) 99% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/cubemap_4.png] INFO: OK (99443/99434) 99% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/cubemap_5.png] INFO: OK (74427/74329) 99% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/menuBoard.data] INFO: OK (30/35) 116% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/nebula.png] INFO: OK (44015/43957) 99% main.cpp: In function 'int main(int, char**)': main.cpp:199:27: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] 199 | cfg->setSubdirectory( ".critter"); | ^~~~~~~~~~ INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/menuBoard.png] INFO: OK (104932/104634) 99% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/board.data] INFO: OK (31/39) 125% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/vipnaUpper.data] INFO: OK (1229/485) 39% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/ammo.data] INFO: OK (896/391) 43% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/arial-small.font] INFO: OK (23428/23429) 100% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/titleA.png] INFO: OK (69521/69082) 99% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/titleB.png] INFO: OK (53501/53106) 99% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/menuIcons.data] INFO: OK (219/135) 61% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/gameover.font] INFO: OK (12041/11942) 99% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/menu.data] INFO: OK (1919/719) 37% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/bitmaps/menuWhite.data] INFO: OK (1919/719) 37% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/attackWave.wav] INFO: OK (76028/72183) 94% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/bonus.wav] INFO: OK (89294/81064) 90% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/laser3.wav] INFO: OK (25628/22782) 88% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/voiceShield.wav] INFO: OK (66908/60159) 89% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/puididl.wav] INFO: OK (33462/29980) 89% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/voiceGo.wav] INFO: OK (41372/39200) 94% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/whoop.wav] INFO: OK (5964/5596) 93% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/confirm.wav] INFO: OK (13210/11782) 89% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/pop.wav] INFO: OK (4140/3540) 85% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/big_explosion.wav] INFO: OK (65341/33685) 51% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/phaser1.wav] INFO: OK (57590/52015) 90% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/ieow.wav] INFO: OK (76532/69876) 91% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/laser.wav] INFO: OK (5140/4089) 79% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/humm.wav] INFO: OK (5520/3133) 56% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/bang.wav] INFO: OK (15982/15387) 96% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/beep.wav] INFO: OK (2524/2526) 100% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/bark.wav] INFO: OK (3596/3186) 88% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/voiceEnergy.wav] INFO: OK (76636/71803) 93% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/explosion.wav] INFO: OK (52866/48276) 91% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/prriarr.wav] INFO: OK (66804/57391) 85% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/sounds/chrblub.wav] INFO: OK (42100/38685) 91% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/levelpacks/CritterPack.xml] INFO: OK (143035/3711) 2% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/system/config.txt] INFO: OK (918/495) 53% INFO: Processing [/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/data/system/Menu.xml] INFO: OK (7049/2253) 31% INFO: Starting sort of 205 elements INFO: Writing: bitmaps/ammo.data [1215248] INFO: Writing: bitmaps/ammo.png [384116] INFO: Writing: bitmaps/arial-small.data [251360] INFO: Writing: bitmaps/arial-small.font [1215639] INFO: Writing: bitmaps/board.data [1214724] INFO: Writing: bitmaps/board.png [281933] INFO: Writing: bitmaps/cubemap_0.png [475941] INFO: Writing: bitmaps/cubemap_1.png [588640] INFO: Writing: bitmaps/cubemap_2.png [683733] INFO: Writing: bitmaps/cubemap_3.png [781498] INFO: Writing: bitmaps/cubemap_4.png [892335] INFO: Writing: bitmaps/cubemap_5.png [991769] INFO: Writing: bitmaps/gameover.data [475795] INFO: Writing: bitmaps/gameover.font [1361391] INFO: Writing: bitmaps/menu.data [1373333] INFO: Writing: bitmaps/menu.font [252091] INFO: Writing: bitmaps/menuBoard.data [1066098] INFO: Writing: bitmaps/menuBoard.png [1110090] INFO: Writing: bitmaps/menuIcons.data [1361256] INFO: Writing: bitmaps/menuIcons.png [220001] INFO: Writing: bitmaps/menuShadow.data [219282] INFO: Writing: bitmaps/menuShadow.font [552483] INFO: Writing: bitmaps/menuWhite.data [1374052] INFO: Writing: bitmaps/menuWhite.font [267349] INFO: Writing: bitmaps/nebula.data [475911] INFO: Writing: bitmaps/nebula.png [1066133] INFO: Writing: bitmaps/titleA.png [1239068] INFO: Writing: bitmaps/titleB.png [1308150] INFO: Writing: bitmaps/vipna.data [231409] INFO: Writing: bitmaps/vipna.font [877114] INFO: Writing: bitmaps/vipnaUpper.data [1214763] INFO: Writing: bitmaps/vipnaUpper.font [232163] INFO: Writing: levelpacks/CritterPack.xml [2101109] INFO: Writing: models/ArmorPierce.model [187550] INFO: Writing: models/BigFoot.model [98501] INFO: Writing: models/BigMouthBug.model [193483] INFO: Writing: models/Bonus1.model [72283] INFO: Writing: models/Boss1_Eye1.model [190756] INFO: Writing: models/Boss1_Eye2.model [191666] INFO: Writing: models/Boss1_Face.model [159425] INFO: Writing: models/Boss1_Leg1.model [44804] INFO: Writing: models/Boss1_Leg2.model [50966] INFO: Writing: models/Boss1_Teeth.model [73440] INFO: Writing: models/Bug1.model [105066] INFO: Writing: models/Bug1Blue.model [58851] INFO: Writing: models/Bug2.model [107639] INFO: Writing: models/DarkAngel.model [23172] INFO: Writing: models/Doggy.model [189000] INFO: Writing: models/DoubleWing.model [111169] INFO: Writing: models/DoubleWingBlue.model [61409] INFO: Writing: models/DoubleWingRed.model [101062] INFO: Writing: models/E1.model [58729] INFO: Writing: models/EnergyBlob.model [91032] INFO: Writing: models/FlankBurster.model [118844] INFO: Writing: models/FlyBug.model [25663] INFO: Writing: models/FourEye.model [199830] INFO: Writing: models/Hero.model [38534] INFO: Writing: models/HeroStinger.model [32658] INFO: Writing: models/IceSpray.model [205022] INFO: Writing: models/IceSprayPierce.model [63049] INFO: Writing: models/MapleLeaf.model [89645] INFO: Writing: models/MiniBug.model [33555] INFO: Writing: models/MouseBug.model [84599] INFO: Writing: models/NextGenShippy.model [125894] INFO: Writing: models/P1.model [10996] INFO: Writing: models/Pumpkin.model [74151] INFO: Writing: models/ShieldBoost.model [209667] INFO: Writing: models/SixLegBugBlue.model [112814] INFO: Writing: models/SixLegBugRed.model [17143] INFO: Writing: models/SixLegBugYellow.model [11110] INFO: Writing: models/Stinger.model [192577] INFO: Writing: models/SuperBonus.model [164139] INFO: Writing: models/TheEye.model [8598] INFO: Writing: models/TheEyeBlue.model [102682] INFO: Writing: models/WeaponUpgrade.model [57135] INFO: Writing: models/WingPhaser.model [67700] INFO: Writing: models/WingPhaserPierce.model [28077] INFO: Writing: paths/Attack1.path [4483] INFO: Writing: paths/Attack2.path [4728] INFO: Writing: paths/Idle1.path [4818] INFO: Writing: paths/LB_Entry1.path [4905] INFO: Writing: paths/LT-LongEntry1.path [8398] INFO: Writing: paths/LT_Entry1.path [8520] INFO: Writing: paths/RB_Entry1.path [4983] INFO: Writing: paths/RT-LongEntry1.path [4125] INFO: Writing: paths/RT_Entry1.path [4327] INFO: Writing: paths/Retreat1.path [4238] INFO: Writing: paths/Retreat2.path [4404] INFO: Writing: paths/Retreat3.path [4558] INFO: Writing: paths/attack/ac1.path [5656] INFO: Writing: paths/attack/ac10.path [5060] INFO: Writing: paths/attack/ac10a.path [5220] INFO: Writing: paths/attack/ac11.path [5125] INFO: Writing: paths/attack/ac12.path [5285] INFO: Writing: paths/attack/ac12a.path [5472] INFO: Writing: paths/attack/ac13.path [5388] INFO: Writing: paths/attack/ac13a.path [5573] INFO: Writing: paths/attack/ac1a.path [5808] INFO: Writing: paths/attack/ac2.path [5730] INFO: Writing: paths/attack/ac2a.path [5947] INFO: Writing: paths/attack/ac3.path [5882] INFO: Writing: paths/attack/ac3a.path [6102] INFO: Writing: paths/attack/ac4.path [6025] INFO: Writing: paths/attack/ac4a.path [6245] INFO: Writing: paths/attack/ac5.path [6167] INFO: Writing: paths/attack/ac5a.path [6321] INFO: Writing: paths/attack/ac6.path [6399] INFO: Writing: paths/attack/ac6a.path [6475] INFO: Writing: paths/attack/ac7.path [6552] INFO: Writing: paths/attack/ac7a.path [6613] INFO: Writing: paths/attack/ac8.path [6674] INFO: Writing: paths/attack/ac8a.path [6739] INFO: Writing: paths/attack/ac9.path [6803] INFO: Writing: paths/attack/ac9a.path [6866] INFO: Writing: paths/entry/ec1.path [1031] INFO: Writing: paths/entry/ec10.path [86] INFO: Writing: paths/entry/ec10a.path [192] INFO: Writing: paths/entry/ec11.path [139] INFO: Writing: paths/entry/ec11a.path [316] INFO: Writing: paths/entry/ec12.path [246] INFO: Writing: paths/entry/ec12a.path [451] INFO: Writing: paths/entry/ec13.path [368] INFO: Writing: paths/entry/ec13a.path [636] INFO: Writing: paths/entry/ec14.path [521] INFO: Writing: paths/entry/ec14a.path [818] INFO: Writing: paths/entry/ec15.path [719] INFO: Writing: paths/entry/ec15a.path [933] INFO: Writing: paths/entry/ec1a.path [1206] INFO: Writing: paths/entry/ec2.path [1113] INFO: Writing: paths/entry/ec2a.path [1289] INFO: Writing: paths/entry/ec3.path [1383] INFO: Writing: paths/entry/ec3a.path [1465] INFO: Writing: paths/entry/ec4.path [1546] INFO: Writing: paths/entry/ec4a.path [1641] INFO: Writing: paths/entry/ec5.path [1737] INFO: Writing: paths/entry/ec5a.path [1818] INFO: Writing: paths/entry/ec6.path [1899] INFO: Writing: paths/entry/ec6a.path [2046] INFO: Writing: paths/entry/ec7.path [2194] INFO: Writing: paths/entry/ec7a.path [2367] INFO: Writing: paths/entry/ec8.path [2541] INFO: Writing: paths/entry/ec8a.path [2633] INFO: Writing: paths/entry/ec9.path [2725] INFO: Writing: paths/entry/ec9a.path [2805] INFO: Writing: paths/entry/entryb1.path [0] INFO: Writing: paths/entry1.path [8244] INFO: Writing: paths/idle/idle1.path [7089] INFO: Writing: paths/idle/idle10.path [7890] INFO: Writing: paths/idle/idle11.path [7943] INFO: Writing: paths/idle/idle12.path [8004] INFO: Writing: paths/idle/idle13.path [8068] INFO: Writing: paths/idle/idle14.path [8127] INFO: Writing: paths/idle/idle15.path [8185] INFO: Writing: paths/idle/idle16.path [6928] INFO: Writing: paths/idle/idle17x.path [7824] INFO: Writing: paths/idle/idle18.path [6990] INFO: Writing: paths/idle/idle19.path [7036] INFO: Writing: paths/idle/idle2.path [7177] INFO: Writing: paths/idle/idle3.path [7256] INFO: Writing: paths/idle/idle4.path [7425] INFO: Writing: paths/idle/idle5.path [7504] INFO: Writing: paths/idle/idle6.path [7582] INFO: Writing: paths/idle/idle7.path [7665] INFO: Writing: paths/idle/idle8.path [7714] INFO: Writing: paths/idle/idle9.path [7769] INFO: Writing: paths/idle/idleb1.path [7335] INFO: Writing: paths/retreat/dc1.path [2964] INFO: Writing: paths/retreat/dc1a.path [2887] INFO: Writing: paths/retreat/dc2.path [3040] INFO: Writing: paths/retreat/dc2a.path [3116] INFO: Writing: paths/retreat/dc3.path [3192] INFO: Writing: paths/retreat/dc3a.path [3268] INFO: Writing: paths/retreat/dc4.path [3344] INFO: Writing: paths/retreat/dc4a.path [3420] INFO: Writing: paths/retreat/dc5.path [3497] INFO: Writing: paths/retreat/dc5a.path [3572] INFO: Writing: paths/retreat/dc6.path [3649] INFO: Writing: paths/retreat/dc6a.path [3722] INFO: Writing: paths/retreat/dc7.path [3797] INFO: Writing: paths/retreat/dc7a.path [3878] INFO: Writing: paths/retreat/dc8.path [3959] INFO: Writing: paths/retreat/dc8a.path [4041] INFO: Writing: sounds/attackWave.wav [1374771] INFO: Writing: sounds/bang.wav [1863855] INFO: Writing: sounds/bark.wav [1881768] INFO: Writing: sounds/beep.wav [1879242] INFO: Writing: sounds/big_explosion.wav [1701057] INFO: Writing: sounds/bonus.wav [1446954] INFO: Writing: sounds/chrblub.wav [2062424] INFO: Writing: sounds/confirm.wav [1685735] INFO: Writing: sounds/explosion.wav [1956757] INFO: Writing: sounds/humm.wav [1860722] INFO: Writing: sounds/ieow.wav [1786757] INFO: Writing: sounds/laser.wav [1856633] INFO: Writing: sounds/laser3.wav [1528018] INFO: Writing: sounds/phaser1.wav [1734742] INFO: Writing: sounds/pop.wav [1697517] INFO: Writing: sounds/prriarr.wav [2005033] INFO: Writing: sounds/puididl.wav [1610959] INFO: Writing: sounds/voiceEnergy.wav [1884954] INFO: Writing: sounds/voiceGo.wav [1640939] INFO: Writing: sounds/voiceShield.wav [1550800] INFO: Writing: sounds/whoop.wav [1680139] INFO: Writing: system/Menu.xml [2105315] INFO: Writing: system/config.txt [2104820] INFO: Dirlen = 6962, Read = 6962 INFO: Loading: resource.dat INFO: bitmaps/ammo.data (896/391) INFO: bitmaps/ammo.png (91696/91679) INFO: bitmaps/arial-small.data (1941/731) INFO: bitmaps/arial-small.font (23428/23429) INFO: bitmaps/board.data (31/39) INFO: bitmaps/board.png (102365/102183) INFO: bitmaps/cubemap_0.png (76526/76542) INFO: bitmaps/cubemap_1.png (95065/95093) INFO: bitmaps/cubemap_2.png (97758/97765) INFO: bitmaps/cubemap_3.png (95623/95616) INFO: bitmaps/cubemap_4.png (99443/99434) INFO: bitmaps/cubemap_5.png (74427/74329) INFO: bitmaps/gameover.data (171/116) INFO: bitmaps/gameover.font (12041/11942) INFO: bitmaps/menu.data (1919/719) INFO: bitmaps/menu.font (15287/15258) INFO: bitmaps/menuBoard.data (30/35) INFO: bitmaps/menuBoard.png (104932/104634) INFO: bitmaps/menuIcons.data (219/135) INFO: bitmaps/menuIcons.png (11815/11408) INFO: bitmaps/menuShadow.data (1919/719) INFO: bitmaps/menuShadow.font (36132/36157) INFO: bitmaps/menuWhite.data (1919/719) INFO: bitmaps/menuWhite.font (14608/14584) INFO: bitmaps/nebula.data (25/30) INFO: bitmaps/nebula.png (44015/43957) INFO: bitmaps/titleA.png (69521/69082) INFO: bitmaps/titleB.png (53501/53106) INFO: bitmaps/vipna.data (1950/754) INFO: bitmaps/vipna.font (15252/15221) INFO: bitmaps/vipnaUpper.data (1229/485) INFO: bitmaps/vipnaUpper.font (19216/19197) INFO: levelpacks/CritterPack.xml (143035/3711) INFO: models/ArmorPierce.model (5915/1450) INFO: models/BigFoot.model (8737/2561) INFO: models/BigMouthBug.model (16629/6347) INFO: models/Bonus1.model (4897/1157) INFO: models/Boss1_Eye1.model (3321/910) INFO: models/Boss1_Eye2.model (3320/911) INFO: models/Boss1_Face.model (17846/4714) INFO: models/Boss1_Leg1.model (16674/6162) INFO: models/Boss1_Leg2.model (16554/6169) INFO: models/Boss1_Teeth.model (2069/711) INFO: models/Bug1.model (6910/2573) INFO: models/Bug1Blue.model (6881/2558) INFO: models/Bug2.model (12117/3530) INFO: models/DarkAngel.model (7957/2491) INFO: models/Doggy.model (4071/1756) INFO: models/DoubleWing.model (5487/1645) INFO: models/DoubleWingBlue.model (5481/1640) INFO: models/DoubleWingRed.model (5447/1620) INFO: models/E1.model (245/122) INFO: models/EnergyBlob.model (21571/7469) INFO: models/FlankBurster.model (33555/7050) INFO: models/FlyBug.model (7263/2414) INFO: models/FourEye.model (18008/5192) INFO: models/Hero.model (21711/6270) INFO: models/HeroStinger.model (1805/897) INFO: models/IceSpray.model (28889/4645) INFO: models/IceSprayPierce.model (28895/4651) INFO: models/MapleLeaf.model (4724/1387) INFO: models/MiniBug.model (12877/4979) INFO: models/MouseBug.model (15026/5046) INFO: models/NextGenShippy.model (87590/33531) INFO: models/P1.model (239/114) INFO: models/Pumpkin.model (27234/10448) INFO: models/ShieldBoost.model (22146/9615) INFO: models/SixLegBugBlue.model (16498/6030) INFO: models/SixLegBugRed.model (16497/6029) INFO: models/SixLegBugYellow.model (16500/6033) INFO: models/Stinger.model (1783/906) INFO: models/SuperBonus.model (94426/23411) INFO: models/TheEye.model (8044/2398) INFO: models/TheEyeBlue.model (8021/2384) INFO: models/WeaponUpgrade.model (6963/1594) INFO: models/WingPhaser.model (14945/4583) INFO: models/WingPhaserPierce.model (14940/4581) INFO: paths/Attack1.path (126/75) INFO: paths/Attack2.path (165/90) INFO: paths/Idle1.path (161/87) INFO: paths/LB_Entry1.path (131/78) INFO: paths/LT-LongEntry1.path (250/122) INFO: paths/LT_Entry1.path (131/78) INFO: paths/RB_Entry1.path (139/77) INFO: paths/RT-LongEntry1.path (172/113) INFO: paths/RT_Entry1.path (139/77) INFO: paths/Retreat1.path (162/89) INFO: paths/Retreat2.path (129/79) INFO: paths/Retreat3.path (404/170) INFO: paths/attack/ac1.path (125/74) INFO: paths/attack/ac10.path (87/65) INFO: paths/attack/ac10a.path (88/65) INFO: paths/attack/ac11.path (293/95) INFO: paths/attack/ac12.path (230/103) INFO: paths/attack/ac12a.path (228/101) INFO: paths/attack/ac13.path (231/84) INFO: paths/attack/ac13a.path (229/83) INFO: paths/attack/ac1a.path (129/74) INFO: paths/attack/ac2.path (126/78) INFO: paths/attack/ac2a.path (130/78) INFO: paths/attack/ac3.path (88/65) INFO: paths/attack/ac3a.path (89/65) INFO: paths/attack/ac4.path (129/77) INFO: paths/attack/ac4a.path (127/76) INFO: paths/attack/ac5.path (127/78) INFO: paths/attack/ac5a.path (125/78) INFO: paths/attack/ac6.path (125/76) INFO: paths/attack/ac6a.path (129/77) INFO: paths/attack/ac7.path (85/61) INFO: paths/attack/ac7a.path (85/61) INFO: paths/attack/ac8.path (88/65) INFO: paths/attack/ac8a.path (89/64) INFO: paths/attack/ac9.path (88/63) INFO: paths/attack/ac9a.path (85/62) INFO: paths/entry/ec1.path (134/82) INFO: paths/entry/ec10.path (57/53) INFO: paths/entry/ec10a.path (59/54) INFO: paths/entry/ec11.path (57/53) INFO: paths/entry/ec11a.path (59/52) INFO: paths/entry/ec12.path (96/70) INFO: paths/entry/ec12a.path (99/70) INFO: paths/entry/ec13.path (138/83) INFO: paths/entry/ec13a.path (138/83) INFO: paths/entry/ec14.path (310/115) INFO: paths/entry/ec14a.path (303/115) INFO: paths/entry/ec15.path (239/99) INFO: paths/entry/ec15a.path (235/98) INFO: paths/entry/ec1a.path (142/83) INFO: paths/entry/ec2.path (172/93) INFO: paths/entry/ec2a.path (183/94) INFO: paths/entry/ec3.path (134/82) INFO: paths/entry/ec3a.path (142/81) INFO: paths/entry/ec4.path (170/95) INFO: paths/entry/ec4a.path (181/96) INFO: paths/entry/ec5.path (133/81) INFO: paths/entry/ec5a.path (141/81) INFO: paths/entry/ec6.path (328/147) INFO: paths/entry/ec6a.path (351/148) INFO: paths/entry/ec7.path (408/173) INFO: paths/entry/ec7a.path (437/174) INFO: paths/entry/ec8.path (174/92) INFO: paths/entry/ec8a.path (185/92) INFO: paths/entry/ec9.path (134/80) INFO: paths/entry/ec9a.path (144/82) INFO: paths/entry/entryb1.path (227/86) INFO: paths/entry1.path (540/154) INFO: paths/idle/idle1.path (161/88) INFO: paths/idle/idle10.path (85/53) INFO: paths/idle/idle11.path (84/61) INFO: paths/idle/idle12.path (85/64) INFO: paths/idle/idle13.path (85/59) INFO: paths/idle/idle14.path (85/58) INFO: paths/idle/idle15.path (88/59) INFO: paths/idle/idle16.path (88/62) INFO: paths/idle/idle17x.path (91/66) INFO: paths/idle/idle18.path (162/46) INFO: paths/idle/idle19.path (152/53) INFO: paths/idle/idle2.path (162/79) INFO: paths/idle/idle3.path (162/79) INFO: paths/idle/idle4.path (162/79) INFO: paths/idle/idle5.path (162/78) INFO: paths/idle/idle6.path (157/83) INFO: paths/idle/idle7.path (85/49) INFO: paths/idle/idle8.path (85/55) INFO: paths/idle/idle9.path (85/55) INFO: paths/idle/idleb1.path (302/90) INFO: paths/retreat/dc1.path (123/76) INFO: paths/retreat/dc1a.path (129/77) INFO: paths/retreat/dc2.path (125/76) INFO: paths/retreat/dc2a.path (125/76) INFO: paths/retreat/dc3.path (127/76) INFO: paths/retreat/dc3a.path (125/76) INFO: paths/retreat/dc4.path (127/76) INFO: paths/retreat/dc4a.path (125/77) INFO: paths/retreat/dc5.path (126/75) INFO: paths/retreat/dc5a.path (128/77) INFO: paths/retreat/dc6.path (123/73) INFO: paths/retreat/dc6a.path (127/75) INFO: paths/retreat/dc7.path (231/81) INFO: paths/retreat/dc7a.path (237/81) INFO: paths/retreat/dc8.path (227/82) INFO: paths/retreat/dc8a.path (233/84) INFO: sounds/attackWave.wav (76028/72183) INFO: sounds/bang.wav (15982/15387) INFO: sounds/bark.wav (3596/3186) INFO: sounds/beep.wav (2524/2526) INFO: sounds/big_explosion.wav (65341/33685) INFO: sounds/bonus.wav (89294/81064) INFO: sounds/chrblub.wav (42100/38685) INFO: sounds/confirm.wav (13210/11782) INFO: sounds/explosion.wav (52866/48276) INFO: sounds/humm.wav (5520/3133) INFO: sounds/ieow.wav (76532/69876) INFO: sounds/laser.wav (5140/4089) INFO: sounds/laser3.wav (25628/22782) INFO: sounds/phaser1.wav (57590/52015) INFO: sounds/pop.wav (4140/3540) INFO: sounds/prriarr.wav (66804/57391) INFO: sounds/puididl.wav (33462/29980) INFO: sounds/voiceEnergy.wav (76636/71803) INFO: sounds/voiceGo.wav (41372/39200) INFO: sounds/voiceShield.wav (66908/60159) INFO: sounds/whoop.wav (5964/5596) INFO: system/Menu.xml (7049/2253) INFO: system/config.txt (918/495) INFO: Verified packfile OK. main.cpp: In function 'void addOtherResourcePacks()': main.cpp:109:28: warning: 'std::sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] 109 | sprintf( num, "%03d", i); | ^ main.cpp:109:16: note: 'std::sprintf' output between 4 and 11 bytes into a destination of size 10 109 | sprintf( num, "%03d", i); | ~~~~~~~^~~~~~~~~~~~~~~~~ g++ -W -Wall -fno-exceptions -O2 -I/opt/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -lsocket -lnsl -L/opt/local/lib -Wl,-R/opt/local/lib -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -liconv -lintl -o critter ActionCallbacks.o Audio.o BitmapManager.o Callback.o CallbackManager.o Camera.o EnemyFactory.o FontManager.o Game.o GameState.o Hero.o Input.o Keys.o LPathManager.o MenuManager.o ModelManager.o OnlineUpdate.o OnlineUpdateDisplay.o ParticleGroup.o ParticleGroupManager.o ParticleType.o Particles.o SampleManager.o ScoreKeeper.o Selectable.o SelectableFactory.o BaseEnemy.o SimpleEnemy.o Boss1Enemy.o Skill.o StageManager.o Starfield.o TextInput.o Video.o Weapon.o WeaponDepot.o XMLHelper.o main.o -lcurl ../utils/libutils.a ../utilssdl/libutilssdl.a ../utilsgl/libutilsgl.a ../tinyxml/libtinyxml.a -lm -lGL -lz -lpng -L/usr/local/lib -L/usr/X11R6/lib -L/opt/local/lib -R/opt/local/lib -lSDL -lpthread -lposix4 -lSDL_image -lSDL_mixer gmake[2]: Leaving directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2/game' gmake[2]: Entering directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2' gmake[2]: Leaving directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2' gmake[1]: Leaving directory '/tmp/work/games/criticalmass/work/CriticalMass-1.0.2'