Advertisement
poikilos

compiling mctemp

Feb 16th, 2021
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 126.91 KB | None | 0 0
  1. [owner@pgs mctemp]$ ./mtcompile-libraries.sh
  2. This is "mtcompile-libraries.sh". This Linux script compiles gcc8,
  3. leveldb (including snappy), luajit, luasocket, irrlicht, and sqlite3.
  4. A few patches are included. The gcc8 build may or may not be done de-
  5. pending on various factors.
  6.  
  7. For requirements and usage, see "linux-minetest-kit.txt". Or, if
  8. you're sure of what you're doing, just execute:
  9.  
  10. bash -e mtcompile-libraries.sh build
  11.  
  12. Warning: If compiles are started, and a "toolstree" directory tree al-
  13. ready exists, this script deletes it.
  14. [owner@pgs mctemp]$ ./mtcompile-libraries.sh build
  15. Using native gcc
  16. Tue Feb 16 08:20:02 PM EST 2021
  17. Building LuaJit using:
  18. gcc (GCC) 10.2.1 20201125 (Red Hat 10.2.1-9)
  19. Copyright (C) 2020 Free Software Foundation, Inc.
  20. This is free software; see the source for copying conditions. There is NO
  21. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  22.  
  23. ~/Downloads/git/OldCoder/Vinetest/mctemp/buildtmp ~/Downloads/git/OldCoder/Vinetest/mctemp
  24. Branch 'v2.1' set up to track remote branch 'v2.1' from 'origin'.
  25. Switched to a new branch 'v2.1'
  26. patching file Makefile
  27. patching file src/lauxlib.h
  28. patching file src/Makefile
  29. ==== Building LuaJIT 2.1.0-beta3 ====
  30. make -C src
  31. make[1]: Entering directory '/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/buildtmp/luajit-git-61464b0a5/src'
  32. HOSTCC host/minilua.o
  33. HOSTCC host/buildvm_asm.o
  34. HOSTCC host/buildvm_peobj.o
  35. HOSTCC host/buildvm_lib.o
  36. HOSTCC host/buildvm_fold.o
  37. CC lj_gc.o
  38. CC lj_char.o
  39. CC lj_obj.o
  40. CC lj_buf.o
  41. CC lj_str.o
  42. CC lj_tab.o
  43. CC lj_func.o
  44. CC lj_udata.o
  45. CC lj_meta.o
  46. CC lj_debug.o
  47. CC lj_state.o
  48. CC lj_vmevent.o
  49. CC lj_vmmath.o
  50. CC lj_strscan.o
  51. CC lj_strfmt.o
  52. CC lj_strfmt_num.o
  53. CC lj_api.o
  54. CC lj_profile.o
  55. CC lj_lex.o
  56. CC lj_parse.o
  57. CC lj_bcread.o
  58. CC lj_bcwrite.o
  59. CC lj_load.o
  60. CC lj_ir.o
  61. CC lj_opt_mem.o
  62. CC lj_opt_narrow.o
  63. CC lj_opt_dce.o
  64. CC lj_opt_loop.o
  65. CC lj_opt_split.o
  66. CC lj_opt_sink.o
  67. CC lj_mcode.o
  68. CC lj_snap.o
  69. CC lj_asm.o
  70. CC lj_trace.o
  71. CC lj_gdbjit.o
  72. CC lj_ctype.o
  73. CC lj_cdata.o
  74. CC lj_cconv.o
  75. CC lj_ccall.o
  76. CC lj_ccallback.o
  77. CC lj_carith.o
  78. CC lj_clib.o
  79. CC lj_cparse.o
  80. CC lj_lib.o
  81. CC lj_alloc.o
  82. CC lib_aux.o
  83. CC lib_package.o
  84. CC lib_init.o
  85. CC luajit.o
  86. HOSTLINK host/minilua
  87. DYNASM host/buildvm_arch.h
  88. HOSTCC host/buildvm.o
  89. HOSTLINK host/buildvm
  90. BUILDVM lj_vm.S
  91. BUILDVM lj_ffdef.h
  92. BUILDVM lj_bcdef.h
  93. BUILDVM lj_folddef.h
  94. BUILDVM lj_recdef.h
  95. BUILDVM lj_libdef.h
  96. BUILDVM jit/vmdef.lua
  97. CC lj_err.o
  98. CC lj_dispatch.o
  99. CC lj_record.o
  100. CC lj_crecord.o
  101. CC lj_ffrecord.o
  102. CC lib_base.o
  103. CC lib_math.o
  104. CC lib_bit.o
  105. CC lib_string.o
  106. CC lib_table.o
  107. CC lib_io.o
  108. CC lib_os.o
  109. CC lib_debug.o
  110. CC lib_jit.o
  111. CC lib_ffi.o
  112. ASM lj_vm.o
  113. CC lj_bc.o
  114. CC lj_opt_fold.o
  115. AR libluajit.a
  116. DYNLINK libluajit.so
  117. LINK luajit
  118. OK Successfully built LuaJIT
  119. make[1]: Leaving directory '/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/buildtmp/luajit-git-61464b0a5/src'
  120. ==== Successfully built LuaJIT 2.1.0-beta3 ====
  121. ==== Installing LuaJIT 2.1.0-beta3 to /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree ====
  122. mkdir -p /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/bin /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/share/man/man1 /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib/pkgconfig /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/share/luajit-2.1.0-beta3/jit /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/share/lua/5.1 /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib/lua/5.1
  123. cd src && install -m 0755 luajit /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/bin/luajit-2.1.0-beta3
  124. cd src && test -f libluajit.a && install -m 0644 libluajit.a /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib/libluajit-5.1.a || :
  125. rm -f /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib/libluajit-5.1.so.2.1.0 /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib/libluajit-5.1.so /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib/libluajit-5.1.so.2
  126. cd src && test -f libluajit.so && \
  127. install -m 0755 libluajit.so /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib/libluajit-5.1.so.2.1.0 && \
  128. ldconfig -n /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib && \
  129. ln -sf libluajit-5.1.so.2.1.0 /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib/libluajit-5.1.so && \
  130. ln -sf libluajit-5.1.so.2.1.0 /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib/libluajit-5.1.so.2 || :
  131. cd etc && install -m 0644 luajit.1 /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/share/man/man1
  132. cd etc && sed -e "s|^prefix=.*|prefix=/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \
  133. install -m 0644 luajit.pc.tmp /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib/pkgconfig/luajit.pc && \
  134. rm -f luajit.pc.tmp
  135. cd src && install -m 0644 lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1
  136. cd src/jit && install -m 0644 bc.lua bcsave.lua dump.lua p.lua v.lua zone.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_arm64.lua dis_arm64be.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua dis_mips64.lua dis_mips64el.lua vmdef.lua /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/share/luajit-2.1.0-beta3/jit
  137. ==== Successfully installed LuaJIT 2.1.0-beta3 to /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree ====
  138.  
  139. Note: the development releases deliberately do NOT install a symlink for luajit
  140. You can do this now by running this command (with sudo):
  141.  
  142. ln -sf luajit-2.1.0-beta3 /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/bin/luajit
  143.  
  144. ~/Downloads/git/OldCoder/Vinetest/mctemp
  145. Tue Feb 16 08:20:22 PM EST 2021
  146. Building LuaSocket using:
  147. gcc (GCC) 10.2.1 20201125 (Red Hat 10.2.1-9)
  148. Copyright (C) 2020 Free Software Foundation, Inc.
  149. This is free software; see the source for copying conditions. There is NO
  150. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  151.  
  152. ~/Downloads/git/OldCoder/Vinetest/mctemp/buildtmp ~/Downloads/git/OldCoder/Vinetest/mctemp
  153. patching file src/makefile
  154. make -C src linux
  155. make[1]: Entering directory '/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/buildtmp/luasocket-git-288219fd6/src'
  156. make all-unix PLAT=linux
  157. make[2]: Entering directory '/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/buildtmp/luasocket-git-288219fd6/src'
  158. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o luasocket.o luasocket.c
  159. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o timeout.o timeout.c
  160. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o buffer.o buffer.c
  161. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o io.o io.c
  162. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o auxiliar.o auxiliar.c
  163. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o compat.o compat.c
  164. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o options.o options.c
  165. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o inet.o inet.c
  166. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o usocket.o usocket.c
  167. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o except.o except.c
  168. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o select.o select.c
  169. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o tcp.o tcp.c
  170. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o udp.o udp.c
  171. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o mime.o mime.c
  172. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o unixstream.o unixstream.c
  173. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o unixdgram.o unixdgram.c
  174. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o unix.o unix.c
  175. gcc -I/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/include/luajit-2.1 -DLUASOCKET_NODEBUG -DLUASOCKET_API='__attribute__((visibility("default")))' -DUNIX_API='__attribute__((visibility("default")))' -DMIME_API='__attribute__((visibility("default")))' -Wall -Wshadow -Wextra -Wimplicit -O2 -ggdb3 -fpic -fvisibility=hidden -c -o serial.o serial.c
  176. gcc mime.o compat.o -O -shared -fpic -o mime-1.0.3.so
  177. gcc buffer.o auxiliar.o options.o timeout.o io.o usocket.o serial.o -O -shared -fpic -o serial.so
  178. gcc luasocket.o timeout.o buffer.o io.o auxiliar.o compat.o options.o inet.o usocket.o except.o select.o tcp.o udp.o -O -shared -fpic -o socket-3.0-rc1.so
  179. gcc buffer.o auxiliar.o options.o timeout.o io.o usocket.o unixstream.o unixdgram.o compat.o unix.o -O -shared -fpic -o unix.so
  180. make[2]: Leaving directory '/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/buildtmp/luasocket-git-288219fd6/src'
  181. make[1]: Leaving directory '/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/buildtmp/luasocket-git-288219fd6/src'
  182. make -C src install
  183. make[1]: Entering directory '/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/buildtmp/luasocket-git-288219fd6/src'
  184. install -d /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/share/lua/5.1
  185. install -m644 ltn12.lua socket.lua mime.lua /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/share/lua/5.1
  186. install -d /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/share/lua/5.1/socket
  187. install -m644 http.lua url.lua tp.lua ftp.lua headers.lua smtp.lua /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/share/lua/5.1/socket
  188. install -d /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib/lua/5.1/socket
  189. install socket-3.0-rc1.so /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib/lua/5.1/socket/core.so
  190. install -d /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib/lua/5.1/mime
  191. install mime-1.0.3.so /home/owner/Downloads/git/OldCoder/Vinetest/mctemp/toolstree/lib/lua/5.1/mime/core.so
  192. make[1]: Leaving directory '/home/owner/Downloads/git/OldCoder/Vinetest/mctemp/buildtmp/luasocket-git-288219fd6/src'
  193. ~/Downloads/git/OldCoder/Vinetest/mctemp
  194. Tue Feb 16 08:20:24 PM EST 2021
  195. Building Irrlicht using:
  196. g++ (GCC) 10.2.1 20201125 (Red Hat 10.2.1-9)
  197. Copyright (C) 2020 Free Software Foundation, Inc.
  198. This is free software; see the source for copying conditions. There is NO
  199. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  200.  
  201. ~/Downloads/git/OldCoder/Vinetest/mctemp/buildtmp ~/Downloads/git/OldCoder/Vinetest/mctemp
  202. patching file source/Irrlicht/CGUISkin.cpp
  203. patching file source/Irrlicht/CNullDriver.cpp
  204. patching file source/Irrlicht/libpng/png.c
  205. patching file source/Irrlicht/libpng/pngread.c
  206. patching file source/Irrlicht/CNullDriver.cpp
  207. ~/Downloads/git/OldCoder/Vinetest/mctemp/buildtmp/irrlicht-1.8.4/source/Irrlicht ~/Downloads/git/OldCoder/Vinetest/mctemp/buildtmp/irrlicht-1.8.4 ~/Downloads/git/OldCoder/Vinetest/mctemp
  208. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF bzip2/bzlib.d bzip2/bzlib.c
  209. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF bzip2/decompress.d bzip2/decompress.c
  210. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF bzip2/bzcompress.d bzip2/bzcompress.c
  211. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF bzip2/randtable.d bzip2/randtable.c
  212. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF bzip2/crctable.d bzip2/crctable.c
  213. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF bzip2/huffman.d bzip2/huffman.c
  214. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF bzip2/blocksort.d bzip2/blocksort.c
  215. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF aesGladman/sha2.d aesGladman/sha2.cpp
  216. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF aesGladman/sha1.d aesGladman/sha1.cpp
  217. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF aesGladman/pwd2key.d aesGladman/pwd2key.cpp
  218. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF aesGladman/prng.d aesGladman/prng.cpp
  219. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF aesGladman/hmac.d aesGladman/hmac.cpp
  220. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF aesGladman/fileenc.d aesGladman/fileenc.cpp
  221. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF aesGladman/aestab.d aesGladman/aestab.cpp
  222. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF aesGladman/aeskey.d aesGladman/aeskey.cpp
  223. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF aesGladman/aescrypt.d aesGladman/aescrypt.cpp
  224. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF libpng/pngwutil.d libpng/pngwutil.c
  225. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF libpng/pngwtran.d libpng/pngwtran.c
  226. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF libpng/pngwrite.d libpng/pngwrite.c
  227. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF libpng/pngwio.d libpng/pngwio.c
  228. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF libpng/pngtrans.d libpng/pngtrans.c
  229. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF libpng/pngset.d libpng/pngset.c
  230. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF libpng/pngrutil.d libpng/pngrutil.c
  231. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF libpng/pngrtran.d libpng/pngrtran.c
  232. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF libpng/pngrio.d libpng/pngrio.c
  233. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF libpng/pngread.d libpng/pngread.c
  234. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF libpng/pngpread.d libpng/pngpread.c
  235. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF libpng/pngmem.d libpng/pngmem.c
  236. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF libpng/pngget.d libpng/pngget.c
  237. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF libpng/pngerror.d libpng/pngerror.c
  238. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF libpng/png.d libpng/png.c
  239. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jaricom.d jpeglib/jaricom.c
  240. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdarith.d jpeglib/jdarith.c
  241. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jcarith.d jpeglib/jcarith.c
  242. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jutils.d jpeglib/jutils.c
  243. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jquant2.d jpeglib/jquant2.c
  244. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jquant1.d jpeglib/jquant1.c
  245. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jmemnobs.d jpeglib/jmemnobs.c
  246. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jmemmgr.d jpeglib/jmemmgr.c
  247. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jidctint.d jpeglib/jidctint.c
  248. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jidctfst.d jpeglib/jidctfst.c
  249. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jidctflt.d jpeglib/jidctflt.c
  250. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jfdctint.d jpeglib/jfdctint.c
  251. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jfdctfst.d jpeglib/jfdctfst.c
  252. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jfdctflt.d jpeglib/jfdctflt.c
  253. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jerror.d jpeglib/jerror.c
  254. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdtrans.d jpeglib/jdtrans.c
  255. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdsample.d jpeglib/jdsample.c
  256. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdpostct.d jpeglib/jdpostct.c
  257. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdmerge.d jpeglib/jdmerge.c
  258. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdmaster.d jpeglib/jdmaster.c
  259. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdmarker.d jpeglib/jdmarker.c
  260. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdmainct.d jpeglib/jdmainct.c
  261. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdinput.d jpeglib/jdinput.c
  262. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdhuff.d jpeglib/jdhuff.c
  263. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jddctmgr.d jpeglib/jddctmgr.c
  264. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdcolor.d jpeglib/jdcolor.c
  265. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdcoefct.d jpeglib/jdcoefct.c
  266. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdatasrc.d jpeglib/jdatasrc.c
  267. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdatadst.d jpeglib/jdatadst.c
  268. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdapistd.d jpeglib/jdapistd.c
  269. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jdapimin.d jpeglib/jdapimin.c
  270. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jctrans.d jpeglib/jctrans.c
  271. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jcsample.d jpeglib/jcsample.c
  272. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jcprepct.d jpeglib/jcprepct.c
  273. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jcparam.d jpeglib/jcparam.c
  274. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jcomapi.d jpeglib/jcomapi.c
  275. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jcmaster.d jpeglib/jcmaster.c
  276. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jcmarker.d jpeglib/jcmarker.c
  277. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jcmainct.d jpeglib/jcmainct.c
  278. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jcinit.d jpeglib/jcinit.c
  279. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jchuff.d jpeglib/jchuff.c
  280. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jcdctmgr.d jpeglib/jcdctmgr.c
  281. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jccolor.d jpeglib/jccolor.c
  282. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jccoefct.d jpeglib/jccoefct.c
  283. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jcapistd.d jpeglib/jcapistd.c
  284. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF jpeglib/jcapimin.d jpeglib/jcapimin.c
  285. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF zlib/zutil.d zlib/zutil.c
  286. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF zlib/uncompr.d zlib/uncompr.c
  287. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF zlib/trees.d zlib/trees.c
  288. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF zlib/inftrees.d zlib/inftrees.c
  289. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF zlib/inflate.d zlib/inflate.c
  290. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF zlib/inffast.d zlib/inffast.c
  291. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF zlib/deflate.d zlib/deflate.c
  292. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF zlib/crc32.d zlib/crc32.c
  293. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF zlib/compress.d zlib/compress.c
  294. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF zlib/adler32.d zlib/adler32.c
  295. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUITreeView.d CGUITreeView.cpp
  296. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIImageList.d CGUIImageList.cpp
  297. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUISpriteBank.d CGUISpriteBank.cpp
  298. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CDefaultGUIElementFactory.d CDefaultGUIElementFactory.cpp
  299. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIColorSelectDialog.d CGUIColorSelectDialog.cpp
  300. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIWindow.d CGUIWindow.cpp
  301. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIToolBar.d CGUIToolBar.cpp
  302. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUITable.d CGUITable.cpp
  303. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUITabControl.d CGUITabControl.cpp
  304. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIStaticText.d CGUIStaticText.cpp
  305. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUISkin.d CGUISkin.cpp
  306. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUISpinBox.d CGUISpinBox.cpp
  307. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIScrollBar.d CGUIScrollBar.cpp
  308. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIModalScreen.d CGUIModalScreen.cpp
  309. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIMessageBox.d CGUIMessageBox.cpp
  310. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIMeshViewer.d CGUIMeshViewer.cpp
  311. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIMenu.d CGUIMenu.cpp
  312. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIListBox.d CGUIListBox.cpp
  313. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIInOutFader.d CGUIInOutFader.cpp
  314. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIImage.d CGUIImage.cpp
  315. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIFont.d CGUIFont.cpp
  316. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIFileOpenDialog.d CGUIFileOpenDialog.cpp
  317. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIEnvironment.d CGUIEnvironment.cpp
  318. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIEditBox.d CGUIEditBox.cpp
  319. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIContextMenu.d CGUIContextMenu.cpp
  320. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIComboBox.d CGUIComboBox.cpp
  321. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUICheckBox.d CGUICheckBox.cpp
  322. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGUIButton.d CGUIButton.cpp
  323. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF os.d os.cpp
  324. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF Irrlicht.d Irrlicht.cpp
  325. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF COSOperator.d COSOperator.cpp
  326. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CLogger.d CLogger.cpp
  327. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CIrrDeviceFB.d CIrrDeviceFB.cpp
  328. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CIrrDeviceWin32.d CIrrDeviceWin32.cpp
  329. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CIrrDeviceStub.d CIrrDeviceStub.cpp
  330. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CIrrDeviceConsole.d CIrrDeviceConsole.cpp
  331. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CIrrDeviceLinux.d CIrrDeviceLinux.cpp
  332. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CIrrDeviceSDL.d CIrrDeviceSDL.cpp
  333. cc -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF lzma/LzmaDec.d lzma/LzmaDec.c
  334. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CAttributes.d CAttributes.cpp
  335. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF irrXML.d irrXML.cpp
  336. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CMountPointReader.d CMountPointReader.cpp
  337. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTarReader.d CTarReader.cpp
  338. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CNPKReader.d CNPKReader.cpp
  339. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CPakReader.d CPakReader.cpp
  340. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CZipReader.d CZipReader.cpp
  341. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CWADReader.d CWADReader.cpp
  342. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CXMLWriter.d CXMLWriter.cpp
  343. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CXMLReader.d CXMLReader.cpp
  344. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CWriteFile.d CWriteFile.cpp
  345. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CReadFile.d CReadFile.cpp
  346. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CMemoryFile.d CMemoryFile.cpp
  347. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CLimitReadFile.d CLimitReadFile.cpp
  348. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CFileSystem.d CFileSystem.cpp
  349. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CFileList.d CFileList.cpp
  350. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CBurningShader_Raster_Reference.d CBurningShader_Raster_Reference.cpp
  351. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CDepthBuffer.d CDepthBuffer.cpp
  352. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureGouraudAlphaNoZ.d CTRTextureGouraudAlphaNoZ.cpp
  353. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureGouraudAlpha.d CTRTextureGouraudAlpha.cpp
  354. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureBlend.d CTRTextureBlend.cpp
  355. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF IBurningShader.d IBurningShader.cpp
  356. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureLightMapGouraud2_M4.d CTRTextureLightMapGouraud2_M4.cpp
  357. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureLightMap2_Add.d CTRTextureLightMap2_Add.cpp
  358. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureWire2.d CTRTextureWire2.cpp
  359. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureGouraudAddNoZ2.d CTRTextureGouraudAddNoZ2.cpp
  360. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureGouraudAdd2.d CTRTextureGouraudAdd2.cpp
  361. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureDetailMap2.d CTRTextureDetailMap2.cpp
  362. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRGouraudAlphaNoZ2.d CTRGouraudAlphaNoZ2.cpp
  363. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRGouraudAlpha2.d CTRGouraudAlpha2.cpp
  364. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRGouraud2.d CTRGouraud2.cpp
  365. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureGouraud2.d CTRTextureGouraud2.cpp
  366. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSoftwareTexture2.d CSoftwareTexture2.cpp
  367. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSoftwareDriver2.d CSoftwareDriver2.cpp
  368. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureLightMap2_M1.d CTRTextureLightMap2_M1.cpp
  369. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureLightMap2_M4.d CTRTextureLightMap2_M4.cpp
  370. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureLightMap2_M2.d CTRTextureLightMap2_M2.cpp
  371. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureGouraudNoZ2.d CTRTextureGouraudNoZ2.cpp
  372. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureGouraudVertexAlpha2.d CTRTextureGouraudVertexAlpha2.cpp
  373. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CZBuffer.d CZBuffer.cpp
  374. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureGouraudWire.d CTRTextureGouraudWire.cpp
  375. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureGouraudNoZ.d CTRTextureGouraudNoZ.cpp
  376. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureGouraudAdd.d CTRTextureGouraudAdd.cpp
  377. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureGouraud.d CTRTextureGouraud.cpp
  378. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureFlatWire.d CTRTextureFlatWire.cpp
  379. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRTextureFlat.d CTRTextureFlat.cpp
  380. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRStencilShadow.d CTRStencilShadow.cpp
  381. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRNormalMap.d CTRNormalMap.cpp
  382. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRGouraudWire.d CTRGouraudWire.cpp
  383. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRGouraud.d CTRGouraud.cpp
  384. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRFlatWire.d CTRFlatWire.cpp
  385. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTRFlat.d CTRFlat.cpp
  386. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSoftwareTexture.d CSoftwareTexture.cpp
  387. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSoftwareDriver.d CSoftwareDriver.cpp
  388. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageWriterTGA.d CImageWriterTGA.cpp
  389. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageWriterPSD.d CImageWriterPSD.cpp
  390. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageWriterPPM.d CImageWriterPPM.cpp
  391. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageWriterPNG.d CImageWriterPNG.cpp
  392. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageWriterPCX.d CImageWriterPCX.cpp
  393. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageWriterJPG.d CImageWriterJPG.cpp
  394. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageWriterBMP.d CImageWriterBMP.cpp
  395. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageLoaderRGB.d CImageLoaderRGB.cpp
  396. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageLoaderWAL.d CImageLoaderWAL.cpp
  397. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageLoaderPPM.d CImageLoaderPPM.cpp
  398. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageLoaderTGA.d CImageLoaderTGA.cpp
  399. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageLoaderPSD.d CImageLoaderPSD.cpp
  400. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageLoaderPNG.d CImageLoaderPNG.cpp
  401. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageLoaderPCX.d CImageLoaderPCX.cpp
  402. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageLoaderJPG.d CImageLoaderJPG.cpp
  403. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageLoaderDDS.d CImageLoaderDDS.cpp
  404. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImageLoaderBMP.d CImageLoaderBMP.cpp
  405. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CImage.d CImage.cpp
  406. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CColorConverter.d CColorConverter.cpp
  407. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CD3D9Texture.d CD3D9Texture.cpp
  408. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CD3D9ShaderMaterialRenderer.d CD3D9ShaderMaterialRenderer.cpp
  409. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CD3D9ParallaxMapRenderer.d CD3D9ParallaxMapRenderer.cpp
  410. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CD3D9NormalMapRenderer.d CD3D9NormalMapRenderer.cpp
  411. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CD3D9HLSLMaterialRenderer.d CD3D9HLSLMaterialRenderer.cpp
  412. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CD3D9Driver.d CD3D9Driver.cpp
  413. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CD3D8Texture.d CD3D8Texture.cpp
  414. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CD3D8ShaderMaterialRenderer.d CD3D8ShaderMaterialRenderer.cpp
  415. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CD3D8ParallaxMapRenderer.d CD3D8ParallaxMapRenderer.cpp
  416. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CD3D8NormalMapRenderer.d CD3D8NormalMapRenderer.cpp
  417. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CD3D8Driver.d CD3D8Driver.cpp
  418. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF COpenGLExtensionHandler.d COpenGLExtensionHandler.cpp
  419. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF COpenGLSLMaterialRenderer.d COpenGLSLMaterialRenderer.cpp
  420. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF COpenGLTexture.d COpenGLTexture.cpp
  421. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF COpenGLShaderMaterialRenderer.d COpenGLShaderMaterialRenderer.cpp
  422. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF COpenGLParallaxMapRenderer.d COpenGLParallaxMapRenderer.cpp
  423. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF COpenGLNormalMapRenderer.d COpenGLNormalMapRenderer.cpp
  424. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF COpenGLDriver.d COpenGLDriver.cpp
  425. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CNullDriver.d CNullDriver.cpp
  426. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CFPSCounter.d CFPSCounter.cpp
  427. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CVideoModeList.d CVideoModeList.cpp
  428. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSceneNodeAnimatorTexture.d CSceneNodeAnimatorTexture.cpp
  429. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSceneNodeAnimatorRotation.d CSceneNodeAnimatorRotation.cpp
  430. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSceneNodeAnimatorFollowSpline.d CSceneNodeAnimatorFollowSpline.cpp
  431. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSceneNodeAnimatorFlyStraight.d CSceneNodeAnimatorFlyStraight.cpp
  432. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSceneNodeAnimatorFlyCircle.d CSceneNodeAnimatorFlyCircle.cpp
  433. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSceneNodeAnimatorDelete.d CSceneNodeAnimatorDelete.cpp
  434. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSceneNodeAnimatorCollisionResponse.d CSceneNodeAnimatorCollisionResponse.cpp
  435. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSceneNodeAnimatorCameraMaya.d CSceneNodeAnimatorCameraMaya.cpp
  436. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSceneNodeAnimatorCameraFPS.d CSceneNodeAnimatorCameraFPS.cpp
  437. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CParticleScaleAffector.d CParticleScaleAffector.cpp
  438. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CParticleSystemSceneNode.d CParticleSystemSceneNode.cpp
  439. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CParticleRotationAffector.d CParticleRotationAffector.cpp
  440. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CParticleGravityAffector.d CParticleGravityAffector.cpp
  441. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CParticleFadeOutAffector.d CParticleFadeOutAffector.cpp
  442. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CParticleAttractionAffector.d CParticleAttractionAffector.cpp
  443. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CParticleSphereEmitter.d CParticleSphereEmitter.cpp
  444. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CParticleRingEmitter.d CParticleRingEmitter.cpp
  445. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CParticlePointEmitter.d CParticlePointEmitter.cpp
  446. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CParticleMeshEmitter.d CParticleMeshEmitter.cpp
  447. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CParticleCylinderEmitter.d CParticleCylinderEmitter.cpp
  448. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CParticleBoxEmitter.d CParticleBoxEmitter.cpp
  449. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CParticleAnimatedMeshSceneNodeEmitter.d CParticleAnimatedMeshSceneNodeEmitter.cpp
  450. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSceneLoaderIrr.d CSceneLoaderIrr.cpp
  451. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CDefaultSceneNodeFactory.d CDefaultSceneNodeFactory.cpp
  452. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CDefaultSceneNodeAnimatorFactory.d CDefaultSceneNodeAnimatorFactory.cpp
  453. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CMeshCache.d CMeshCache.cpp
  454. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CWaterSurfaceSceneNode.d CWaterSurfaceSceneNode.cpp
  455. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTriangleSelector.d CTriangleSelector.cpp
  456. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTriangleBBSelector.d CTriangleBBSelector.cpp
  457. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTextSceneNode.d CTextSceneNode.cpp
  458. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSphereSceneNode.d CSphereSceneNode.cpp
  459. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CCubeSceneNode.d CCubeSceneNode.cpp
  460. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CVolumeLightSceneNode.d CVolumeLightSceneNode.cpp
  461. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTerrainTriangleSelector.d CTerrainTriangleSelector.cpp
  462. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CTerrainSceneNode.d CTerrainSceneNode.cpp
  463. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSkyDomeSceneNode.d CSkyDomeSceneNode.cpp
  464. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSkyBoxSceneNode.d CSkyBoxSceneNode.cpp
  465. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CShadowVolumeSceneNode.d CShadowVolumeSceneNode.cpp
  466. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSceneManager.d CSceneManager.cpp
  467. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSceneCollisionManager.d CSceneCollisionManager.cpp
  468. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF COctreeTriangleSelector.d COctreeTriangleSelector.cpp
  469. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF COctreeSceneNode.d COctreeSceneNode.cpp
  470. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CMetaTriangleSelector.d CMetaTriangleSelector.cpp
  471. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CMeshManipulator.d CMeshManipulator.cpp
  472. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CLightSceneNode.d CLightSceneNode.cpp
  473. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CGeometryCreator.d CGeometryCreator.cpp
  474. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CEmptySceneNode.d CEmptySceneNode.cpp
  475. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CDummyTransformationSceneNode.d CDummyTransformationSceneNode.cpp
  476. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CCameraSceneNode.d CCameraSceneNode.cpp
  477. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CBillboardSceneNode.d CBillboardSceneNode.cpp
  478. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CAnimatedMeshHalfLife.d CAnimatedMeshHalfLife.cpp
  479. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CQuake3ShaderSceneNode.d CQuake3ShaderSceneNode.cpp
  480. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CQ3LevelMesh.d CQ3LevelMesh.cpp
  481. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CAnimatedMeshMD3.d CAnimatedMeshMD3.cpp
  482. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CAnimatedMeshMD2.d CAnimatedMeshMD2.cpp
  483. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CAnimatedMeshSceneNode.d CAnimatedMeshSceneNode.cpp
  484. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CMeshSceneNode.d CMeshSceneNode.cpp
  485. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CBoneSceneNode.d CBoneSceneNode.cpp
  486. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSkinnedMesh.d CSkinnedMesh.cpp
  487. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CPLYMeshWriter.d CPLYMeshWriter.cpp
  488. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF COBJMeshWriter.d COBJMeshWriter.cpp
  489. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSTLMeshWriter.d CSTLMeshWriter.cpp
  490. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CIrrMeshWriter.d CIrrMeshWriter.cpp
  491. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CColladaMeshWriter.d CColladaMeshWriter.cpp
  492. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSMFMeshFileLoader.d CSMFMeshFileLoader.cpp
  493. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CPLYMeshFileLoader.d CPLYMeshFileLoader.cpp
  494. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CLWOMeshFileLoader.d CLWOMeshFileLoader.cpp
  495. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CSTLMeshFileLoader.d CSTLMeshFileLoader.cpp
  496. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CIrrMeshFileLoader.d CIrrMeshFileLoader.cpp
  497. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CXMeshFileLoader.d CXMeshFileLoader.cpp
  498. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF COCTLoader.d COCTLoader.cpp
  499. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CMY3DMeshFileLoader.d CMY3DMeshFileLoader.cpp
  500. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CLMTSMeshFileLoader.d CLMTSMeshFileLoader.cpp
  501. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CDMFLoader.d CDMFLoader.cpp
  502. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CCSMLoader.d CCSMLoader.cpp
  503. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CColladaFileLoader.d CColladaFileLoader.cpp
  504. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF COBJMeshFileLoader.d COBJMeshFileLoader.cpp
  505. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF COgreMeshFileLoader.d COgreMeshFileLoader.cpp
  506. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF C3DSMeshFileLoader.d C3DSMeshFileLoader.cpp
  507. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CB3DMeshFileLoader.d CB3DMeshFileLoader.cpp
  508. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CMS3DMeshFileLoader.d CMS3DMeshFileLoader.cpp
  509. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CMD3MeshFileLoader.d CMD3MeshFileLoader.cpp
  510. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CMD2MeshFileLoader.d CMD2MeshFileLoader.cpp
  511. g++ -I../../include -Izlib -Ijpeglib -Ilibpng -DIRRLICHT_EXPORTS=1 -MM -MF CBSPMeshFileLoader.d CBSPMeshFileLoader.cpp
  512. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CBSPMeshFileLoader.o CBSPMeshFileLoader.cpp
  513. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CMD2MeshFileLoader.o CMD2MeshFileLoader.cpp
  514. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CMD3MeshFileLoader.o CMD3MeshFileLoader.cpp
  515. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CMS3DMeshFileLoader.o CMS3DMeshFileLoader.cpp
  516. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CB3DMeshFileLoader.o CB3DMeshFileLoader.cpp
  517. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o C3DSMeshFileLoader.o C3DSMeshFileLoader.cpp
  518. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COgreMeshFileLoader.o COgreMeshFileLoader.cpp
  519. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COBJMeshFileLoader.o COBJMeshFileLoader.cpp
  520. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CColladaFileLoader.o CColladaFileLoader.cpp
  521. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CCSMLoader.o CCSMLoader.cpp
  522. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CDMFLoader.o CDMFLoader.cpp
  523. In file included from ../../include/coreutil.h:8,
  524. from ../../include/IReadFile.h:9,
  525. from CMS3DMeshFileLoader.cpp:8:
  526. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  527. inlined from ‘irr::core::stringc irr::scene::CMS3DMeshFileLoader::stripPathFromString(const stringc&, bool) const’ at CMS3DMeshFileLoader.cpp:811:75:
  528. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  529. 916 | o.array[length] = 0;
  530. | ~~~~~~~~~~~~~~~~^~~
  531. In file included from ../../include/irrString.h:9,
  532. from ../../include/coreutil.h:8,
  533. from ../../include/IReadFile.h:9,
  534. from CMS3DMeshFileLoader.cpp:8:
  535. ../../include/irrAllocator.h: In member function ‘irr::core::stringc irr::scene::CMS3DMeshFileLoader::stripPathFromString(const stringc&, bool) const’:
  536. ../../include/irrAllocator.h:60:22: note: at offset [1, -1] to an object with size 1 allocated by ‘operator new’ here
  537. 60 | return operator new(cnt);
  538. | ~~~~~~~~~~~~^~~~~
  539. In file included from ../../include/coreutil.h:8,
  540. from ../../include/IReadFile.h:9,
  541. from CMS3DMeshFileLoader.cpp:8:
  542. ../../include/irrString.h: In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’:
  543. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  544. 916 | o.array[length] = 0;
  545. | ~~~~~~~~~~~~~~~~^~~
  546. In file included from ../../include/irrString.h:9,
  547. from ../../include/coreutil.h:8,
  548. from ../../include/IReadFile.h:9,
  549. from CMS3DMeshFileLoader.cpp:8:
  550. ../../include/irrAllocator.h:60:22: note: at offset -1 to an object with size 1 allocated by ‘operator new’ here
  551. 60 | return operator new(cnt);
  552. | ~~~~~~~~~~~~^~~~~
  553. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CLMTSMeshFileLoader.o CLMTSMeshFileLoader.cpp
  554. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CMY3DMeshFileLoader.o CMY3DMeshFileLoader.cpp
  555. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COCTLoader.o COCTLoader.cpp
  556. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CXMeshFileLoader.o CXMeshFileLoader.cpp
  557. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CIrrMeshFileLoader.o CIrrMeshFileLoader.cpp
  558. COBJMeshFileLoader.cpp: In member function ‘virtual irr::scene::IAnimatedMesh* irr::scene::COBJMeshFileLoader::createMesh(irr::io::IReadFile*)’:
  559. COBJMeshFileLoader.cpp:78:6: warning: variable ‘smoothingGroup’ set but not used [-Wunused-but-set-variable]
  560. 78 | u32 smoothingGroup=0;
  561. | ^~~~~~~~~~~~~~
  562. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSTLMeshFileLoader.o CSTLMeshFileLoader.cpp
  563. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CLWOMeshFileLoader.o CLWOMeshFileLoader.cpp
  564. In file included from ../../include/path.h:8,
  565. from ../../include/IMeshLoader.h:9,
  566. from CMY3DMeshFileLoader.h:33,
  567. from CMY3DMeshFileLoader.cpp:14:
  568. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  569. inlined from ‘virtual irr::scene::IAnimatedMesh* irr::scene::CMY3DMeshFileLoader::createMesh(irr::io::IReadFile*)’ at CMY3DMeshFileLoader.cpp:183:92:
  570. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  571. 916 | o.array[length] = 0;
  572. | ~~~~~~~~~~~~~~~~^~~
  573. In file included from ../../include/irrString.h:9,
  574. from ../../include/path.h:8,
  575. from ../../include/IMeshLoader.h:9,
  576. from CMY3DMeshFileLoader.h:33,
  577. from CMY3DMeshFileLoader.cpp:14:
  578. ../../include/irrAllocator.h: In member function ‘virtual irr::scene::IAnimatedMesh* irr::scene::CMY3DMeshFileLoader::createMesh(irr::io::IReadFile*)’:
  579. ../../include/irrAllocator.h:60:22: note: at offset [1, -1] to an object with size 1 allocated by ‘operator new’ here
  580. 60 | return operator new(cnt);
  581. | ~~~~~~~~~~~~^~~~~
  582. In file included from CMY3DMeshFileLoader.cpp:14:
  583. CMY3DMeshFileLoader.h:93:9: warning: ‘<anonymous>.irr::scene::CMY3DMeshFileLoader::SMyMaterialEntry::Header’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  584. 93 | struct SMyMaterialEntry
  585. | ^~~~~~~~~~~~~~~~
  586. CMY3DMeshFileLoader.h:93:9: warning: ‘<anonymous>.irr::scene::CMY3DMeshFileLoader::SMyMaterialEntry::Header’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  587. 93 | struct SMyMaterialEntry
  588. | ^~~~~~~~~~~~~~~~
  589. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CPLYMeshFileLoader.o CPLYMeshFileLoader.cpp
  590. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSMFMeshFileLoader.o CSMFMeshFileLoader.cpp
  591. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CColladaMeshWriter.o CColladaMeshWriter.cpp
  592. In file included from CDMFLoader.cpp:31:
  593. dmfsupport.h:594:6: warning: ‘bool irr::scene::{anonymous}::GetDMFWaterPlanes(const StringList&, irr::scene::{anonymous}::dmfWaterPlane*, irr::scene::{anonymous}::dmfVert*, irr::scene::{anonymous}::dmfFace*)’ defined but not used [-Wunused-function]
  594. 594 | bool GetDMFWaterPlanes(const StringList& RawFile/**<StringList representing a DMF file.*/,
  595. | ^~~~~~~~~~~~~~~~~
  596. dmfsupport.h:510:6: warning: ‘bool irr::scene::{anonymous}::GetDMFLights(const StringList&, irr::scene::{anonymous}::dmfLight*)’ defined but not used [-Wunused-function]
  597. 510 | bool GetDMFLights(const StringList& RawFile/**<StringList representing a DMF file.*/,
  598. | ^~~~~~~~~~~~
  599. dmfsupport.h:362:6: warning: ‘bool irr::scene::{anonymous}::GetDMFWaterMaterials(const StringList&, irr::core::array<irr::scene::{anonymous}::dmfMaterial>&, int)’ defined but not used [-Wunused-function]
  600. 362 | bool GetDMFWaterMaterials(const StringList& RawFile /**<StringList representing a DMF file.*/,
  601. | ^~~~~~~~~~~~~~~~~~~~
  602. In file included from ../../include/path.h:8,
  603. from ../../include/IMeshLoader.h:9,
  604. from CDMFLoader.h:33,
  605. from CDMFLoader.cpp:24:
  606. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  607. inlined from ‘irr::scene::{anonymous}::StringList irr::scene::{anonymous}::SubdivideString(const stringc&, const stringc&)’ at ../../include/irrString.h:1227:28:
  608. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  609. 916 | o.array[length] = 0;
  610. | ~~~~~~~~~~~~~~~~^~~
  611. In file included from ../../include/irrString.h:9,
  612. from ../../include/path.h:8,
  613. from ../../include/IMeshLoader.h:9,
  614. from CDMFLoader.h:33,
  615. from CDMFLoader.cpp:24:
  616. ../../include/irrAllocator.h: In function ‘irr::scene::{anonymous}::StringList irr::scene::{anonymous}::SubdivideString(const stringc&, const stringc&)’:
  617. ../../include/irrAllocator.h:60:22: note: at offset [1, -1] to an object with size 1 allocated by ‘operator new’ here
  618. 60 | return operator new(cnt);
  619. | ~~~~~~~~~~~~^~~~~
  620. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CIrrMeshWriter.o CIrrMeshWriter.cpp
  621. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSTLMeshWriter.o CSTLMeshWriter.cpp
  622. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COBJMeshWriter.o COBJMeshWriter.cpp
  623. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CPLYMeshWriter.o CPLYMeshWriter.cpp
  624. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSkinnedMesh.o CSkinnedMesh.cpp
  625. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CBoneSceneNode.o CBoneSceneNode.cpp
  626. CXMeshFileLoader.cpp: In member function ‘bool irr::scene::CXMeshFileLoader::parseDataObjectMesh(irr::scene::CXMeshFileLoader::SXMesh&)’:
  627. CXMeshFileLoader.cpp:892:8: warning: variable ‘tangentpos’ set but not used [-Wunused-but-set-variable]
  628. 892 | s16 tangentpos = -1;
  629. | ^~~~~~~~~~
  630. CXMeshFileLoader.cpp:893:8: warning: variable ‘binormalpos’ set but not used [-Wunused-but-set-variable]
  631. 893 | s16 binormalpos = -1;
  632. | ^~~~~~~~~~~
  633. CXMeshFileLoader.cpp:897:8: warning: variable ‘tangenttype’ set but not used [-Wunused-but-set-variable]
  634. 897 | s16 tangenttype = -1;
  635. | ^~~~~~~~~~~
  636. CXMeshFileLoader.cpp:898:8: warning: variable ‘binormaltype’ set but not used [-Wunused-but-set-variable]
  637. 898 | s16 binormaltype = -1;
  638. | ^~~~~~~~~~~~
  639. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CMeshSceneNode.o CMeshSceneNode.cpp
  640. CColladaFileLoader.cpp: In member function ‘void irr::scene::CColladaFileLoader::readPolygonSection(irr::io::IXMLReaderUTF8*, irr::core::array<irr::scene::SSource>&, irr::scene::SMesh*, const stringc&)’:
  641. CColladaFileLoader.cpp:1920:7: warning: variable ‘unresolvedInput’ set but not used [-Wunused-but-set-variable]
  642. 1920 | bool unresolvedInput=false;
  643. | ^~~~~~~~~~~~~~~
  644. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CAnimatedMeshSceneNode.o CAnimatedMeshSceneNode.cpp
  645. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CAnimatedMeshMD2.o CAnimatedMeshMD2.cpp
  646. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CAnimatedMeshMD3.o CAnimatedMeshMD3.cpp
  647. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CQ3LevelMesh.o CQ3LevelMesh.cpp
  648. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CQuake3ShaderSceneNode.o CQuake3ShaderSceneNode.cpp
  649. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CAnimatedMeshHalfLife.o CAnimatedMeshHalfLife.cpp
  650. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CBillboardSceneNode.o CBillboardSceneNode.cpp
  651. In file included from ../../include/matrix4.h:14,
  652. from ../../include/SMaterial.h:9,
  653. from ../../include/IMesh.h:9,
  654. from ../../include/IAnimatedMesh.h:9,
  655. from ../../include/IAnimatedMeshMD3.h:8,
  656. from CAnimatedMeshMD3.h:8,
  657. from CAnimatedMeshMD3.cpp:8:
  658. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  659. inlined from ‘void irr::scene::quake3::getTextures(irr::scene::quake3::tTexArray&, const stringc&, irr::u32&, irr::io::IFileSystem*, irr::video::IVideoDriver*)’ at ../../include/IQ3Shader.h:145:68:
  660. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  661. 916 | o.array[length] = 0;
  662. | ~~~~~~~~~~~~~~~~^~~
  663. In file included from ../../include/irrString.h:9,
  664. from ../../include/matrix4.h:14,
  665. from ../../include/SMaterial.h:9,
  666. from ../../include/IMesh.h:9,
  667. from ../../include/IAnimatedMesh.h:9,
  668. from ../../include/IAnimatedMeshMD3.h:8,
  669. from CAnimatedMeshMD3.h:8,
  670. from CAnimatedMeshMD3.cpp:8:
  671. ../../include/irrAllocator.h: In function ‘void irr::scene::quake3::getTextures(irr::scene::quake3::tTexArray&, const stringc&, irr::u32&, irr::io::IFileSystem*, irr::video::IVideoDriver*)’:
  672. ../../include/irrAllocator.h:60:22: note: at offset [1, -1] to an object with size 1 allocated by ‘operator new’ here
  673. 60 | return operator new(cnt);
  674. | ~~~~~~~~~~~~^~~~~
  675. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CCameraSceneNode.o CCameraSceneNode.cpp
  676. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CDummyTransformationSceneNode.o CDummyTransformationSceneNode.cpp
  677. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CEmptySceneNode.o CEmptySceneNode.cpp
  678. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CGeometryCreator.o CGeometryCreator.cpp
  679. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CLightSceneNode.o CLightSceneNode.cpp
  680. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CMeshManipulator.o CMeshManipulator.cpp
  681. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CMetaTriangleSelector.o CMetaTriangleSelector.cpp
  682. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COctreeSceneNode.o COctreeSceneNode.cpp
  683. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COctreeTriangleSelector.o COctreeTriangleSelector.cpp
  684. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSceneCollisionManager.o CSceneCollisionManager.cpp
  685. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSceneManager.o CSceneManager.cpp
  686. In file included from ../../include/matrix4.h:14,
  687. from ../../include/SMaterial.h:9,
  688. from ../../include/IMesh.h:9,
  689. from ../../include/IAnimatedMesh.h:9,
  690. from CAnimatedMeshHalfLife.h:8,
  691. from CAnimatedMeshHalfLife.cpp:8:
  692. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  693. inlined from ‘irr::scene::SHalflifeHeader* irr::scene::CAnimatedMeshHalfLife::loadModel(irr::io::IReadFile*, const path&)’ at ../../include/coreutil.h:161:70:
  694. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  695. 916 | o.array[length] = 0;
  696. | ~~~~~~~~~~~~~~~~^~~
  697. In file included from ../../include/irrString.h:9,
  698. from ../../include/matrix4.h:14,
  699. from ../../include/SMaterial.h:9,
  700. from ../../include/IMesh.h:9,
  701. from ../../include/IAnimatedMesh.h:9,
  702. from CAnimatedMeshHalfLife.h:8,
  703. from CAnimatedMeshHalfLife.cpp:8:
  704. ../../include/irrAllocator.h: In member function ‘irr::scene::SHalflifeHeader* irr::scene::CAnimatedMeshHalfLife::loadModel(irr::io::IReadFile*, const path&)’:
  705. ../../include/irrAllocator.h:60:22: note: at offset [1, -1] to an object with size 1 allocated by ‘operator new’ here
  706. 60 | return operator new(cnt);
  707. | ~~~~~~~~~~~~^~~~~
  708. In file included from ../../include/matrix4.h:14,
  709. from ../../include/SMaterial.h:9,
  710. from ../../include/IMesh.h:9,
  711. from ../../include/IAnimatedMesh.h:9,
  712. from CAnimatedMeshHalfLife.h:8,
  713. from CAnimatedMeshHalfLife.cpp:8:
  714. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  715. inlined from ‘irr::scene::SHalflifeHeader* irr::scene::CAnimatedMeshHalfLife::loadModel(irr::io::IReadFile*, const path&)’ at ../../include/coreutil.h:155:86:
  716. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  717. 916 | o.array[length] = 0;
  718. | ~~~~~~~~~~~~~~~~^~~
  719. In file included from ../../include/irrString.h:9,
  720. from ../../include/matrix4.h:14,
  721. from ../../include/SMaterial.h:9,
  722. from ../../include/IMesh.h:9,
  723. from ../../include/IAnimatedMesh.h:9,
  724. from CAnimatedMeshHalfLife.h:8,
  725. from CAnimatedMeshHalfLife.cpp:8:
  726. ../../include/irrAllocator.h: In member function ‘irr::scene::SHalflifeHeader* irr::scene::CAnimatedMeshHalfLife::loadModel(irr::io::IReadFile*, const path&)’:
  727. ../../include/irrAllocator.h:60:22: note: at offset [1, -1] to an object with size 1 allocated by ‘operator new’ here
  728. 60 | return operator new(cnt);
  729. | ~~~~~~~~~~~~^~~~~
  730. In file included from ../../include/matrix4.h:14,
  731. from ../../include/SMaterial.h:9,
  732. from ../../include/IMesh.h:9,
  733. from ../../include/IAnimatedMesh.h:9,
  734. from CAnimatedMeshHalfLife.h:8,
  735. from CAnimatedMeshHalfLife.cpp:8:
  736. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  737. inlined from ‘bool irr::scene::CAnimatedMeshHalfLife::postLoadModel(const path&)’ at ../../include/coreutil.h:161:70:
  738. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  739. 916 | o.array[length] = 0;
  740. | ~~~~~~~~~~~~~~~~^~~
  741. In file included from ../../include/irrString.h:9,
  742. from ../../include/matrix4.h:14,
  743. from ../../include/SMaterial.h:9,
  744. from ../../include/IMesh.h:9,
  745. from ../../include/IAnimatedMesh.h:9,
  746. from CAnimatedMeshHalfLife.h:8,
  747. from CAnimatedMeshHalfLife.cpp:8:
  748. ../../include/irrAllocator.h: In member function ‘bool irr::scene::CAnimatedMeshHalfLife::postLoadModel(const path&)’:
  749. ../../include/irrAllocator.h:60:22: note: at offset [1, -1] to an object with size 1 allocated by ‘operator new’ here
  750. 60 | return operator new(cnt);
  751. | ~~~~~~~~~~~~^~~~~
  752. In file included from ../../include/matrix4.h:14,
  753. from ../../include/SMaterial.h:9,
  754. from ../../include/IMesh.h:9,
  755. from ../../include/IAnimatedMesh.h:9,
  756. from CAnimatedMeshHalfLife.h:8,
  757. from CAnimatedMeshHalfLife.cpp:8:
  758. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  759. inlined from ‘bool irr::scene::CAnimatedMeshHalfLife::postLoadModel(const path&)’ at ../../include/coreutil.h:172:54:
  760. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  761. 916 | o.array[length] = 0;
  762. | ~~~~~~~~~~~~~~~~^~~
  763. In file included from ../../include/irrString.h:9,
  764. from ../../include/matrix4.h:14,
  765. from ../../include/SMaterial.h:9,
  766. from ../../include/IMesh.h:9,
  767. from ../../include/IAnimatedMesh.h:9,
  768. from CAnimatedMeshHalfLife.h:8,
  769. from CAnimatedMeshHalfLife.cpp:8:
  770. ../../include/irrAllocator.h: In member function ‘bool irr::scene::CAnimatedMeshHalfLife::postLoadModel(const path&)’:
  771. ../../include/irrAllocator.h:60:22: note: at offset [1, 2147483647] to an object with size 1 allocated by ‘operator new’ here
  772. 60 | return operator new(cnt);
  773. | ~~~~~~~~~~~~^~~~~
  774. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CShadowVolumeSceneNode.o CShadowVolumeSceneNode.cpp
  775. In file included from ../../include/IEventReceiver.h:10,
  776. from ../../include/ISceneNodeAnimator.h:12,
  777. from ../../include/ISceneNode.h:12,
  778. from ../../include/IMeshSceneNode.h:8,
  779. from CQuake3ShaderSceneNode.h:8,
  780. from CQuake3ShaderSceneNode.cpp:9:
  781. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  782. inlined from ‘void irr::scene::quake3::getTextures(irr::scene::quake3::tTexArray&, const stringc&, irr::u32&, irr::io::IFileSystem*, irr::video::IVideoDriver*)’ at ../../include/IQ3Shader.h:145:68:
  783. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  784. 916 | o.array[length] = 0;
  785. | ~~~~~~~~~~~~~~~~^~~
  786. In file included from ../../include/irrString.h:9,
  787. from ../../include/IEventReceiver.h:10,
  788. from ../../include/ISceneNodeAnimator.h:12,
  789. from ../../include/ISceneNode.h:12,
  790. from ../../include/IMeshSceneNode.h:8,
  791. from CQuake3ShaderSceneNode.h:8,
  792. from CQuake3ShaderSceneNode.cpp:9:
  793. ../../include/irrAllocator.h: In function ‘void irr::scene::quake3::getTextures(irr::scene::quake3::tTexArray&, const stringc&, irr::u32&, irr::io::IFileSystem*, irr::video::IVideoDriver*)’:
  794. ../../include/irrAllocator.h:60:22: note: at offset [1, -1] to an object with size 1 allocated by ‘operator new’ here
  795. 60 | return operator new(cnt);
  796. | ~~~~~~~~~~~~^~~~~
  797. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSkyBoxSceneNode.o CSkyBoxSceneNode.cpp
  798. COctreeTriangleSelector.cpp: In member function ‘void irr::scene::COctreeTriangleSelector::constructOctree(irr::scene::COctreeTriangleSelector::SOctreeNode*)’:
  799. COctreeTriangleSelector.cpp:94:50: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘class irr::core::triangle3d<float>’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  800. 94 | sizeof(core::triangle3df)*keepTriangles.size());
  801. | ^
  802. In file included from ../../include/ITriangleSelector.h:9,
  803. from CTriangleSelector.h:8,
  804. from COctreeTriangleSelector.h:8,
  805. from COctreeTriangleSelector.cpp:5:
  806. ../../include/triangle3d.h:20:8: note: ‘class irr::core::triangle3d<float>’ declared here
  807. 20 | class triangle3d
  808. | ^~~~~~~~~~
  809. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSkyDomeSceneNode.o CSkyDomeSceneNode.cpp
  810. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTerrainSceneNode.o CTerrainSceneNode.cpp
  811. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTerrainTriangleSelector.o CTerrainTriangleSelector.cpp
  812. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CVolumeLightSceneNode.o CVolumeLightSceneNode.cpp
  813. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CCubeSceneNode.o CCubeSceneNode.cpp
  814. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSphereSceneNode.o CSphereSceneNode.cpp
  815. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTextSceneNode.o CTextSceneNode.cpp
  816. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTriangleBBSelector.o CTriangleBBSelector.cpp
  817. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTriangleSelector.o CTriangleSelector.cpp
  818. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CWaterSurfaceSceneNode.o CWaterSurfaceSceneNode.cpp
  819. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CMeshCache.o CMeshCache.cpp
  820. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CDefaultSceneNodeAnimatorFactory.o CDefaultSceneNodeAnimatorFactory.cpp
  821. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CDefaultSceneNodeFactory.o CDefaultSceneNodeFactory.cpp
  822. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSceneLoaderIrr.o CSceneLoaderIrr.cpp
  823. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CParticleAnimatedMeshSceneNodeEmitter.o CParticleAnimatedMeshSceneNodeEmitter.cpp
  824. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CParticleBoxEmitter.o CParticleBoxEmitter.cpp
  825. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CParticleCylinderEmitter.o CParticleCylinderEmitter.cpp
  826. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CParticleMeshEmitter.o CParticleMeshEmitter.cpp
  827. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CParticlePointEmitter.o CParticlePointEmitter.cpp
  828. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CParticleRingEmitter.o CParticleRingEmitter.cpp
  829. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CParticleSphereEmitter.o CParticleSphereEmitter.cpp
  830. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CParticleAttractionAffector.o CParticleAttractionAffector.cpp
  831. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CParticleFadeOutAffector.o CParticleFadeOutAffector.cpp
  832. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CParticleGravityAffector.o CParticleGravityAffector.cpp
  833. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CParticleRotationAffector.o CParticleRotationAffector.cpp
  834. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CParticleSystemSceneNode.o CParticleSystemSceneNode.cpp
  835. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CParticleScaleAffector.o CParticleScaleAffector.cpp
  836. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSceneNodeAnimatorCameraFPS.o CSceneNodeAnimatorCameraFPS.cpp
  837. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSceneNodeAnimatorCameraMaya.o CSceneNodeAnimatorCameraMaya.cpp
  838. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSceneNodeAnimatorCollisionResponse.o CSceneNodeAnimatorCollisionResponse.cpp
  839. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSceneNodeAnimatorDelete.o CSceneNodeAnimatorDelete.cpp
  840. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSceneNodeAnimatorFlyCircle.o CSceneNodeAnimatorFlyCircle.cpp
  841. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSceneNodeAnimatorFlyStraight.o CSceneNodeAnimatorFlyStraight.cpp
  842. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSceneNodeAnimatorFollowSpline.o CSceneNodeAnimatorFollowSpline.cpp
  843. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSceneNodeAnimatorRotation.o CSceneNodeAnimatorRotation.cpp
  844. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSceneNodeAnimatorTexture.o CSceneNodeAnimatorTexture.cpp
  845. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CVideoModeList.o CVideoModeList.cpp
  846. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CFPSCounter.o CFPSCounter.cpp
  847. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CNullDriver.o CNullDriver.cpp
  848. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COpenGLDriver.o COpenGLDriver.cpp
  849. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COpenGLNormalMapRenderer.o COpenGLNormalMapRenderer.cpp
  850. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COpenGLParallaxMapRenderer.o COpenGLParallaxMapRenderer.cpp
  851. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COpenGLShaderMaterialRenderer.o COpenGLShaderMaterialRenderer.cpp
  852. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COpenGLTexture.o COpenGLTexture.cpp
  853. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COpenGLSLMaterialRenderer.o COpenGLSLMaterialRenderer.cpp
  854. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COpenGLExtensionHandler.o COpenGLExtensionHandler.cpp
  855. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CD3D8Driver.o CD3D8Driver.cpp
  856. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CD3D8NormalMapRenderer.o CD3D8NormalMapRenderer.cpp
  857. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CD3D8ParallaxMapRenderer.o CD3D8ParallaxMapRenderer.cpp
  858. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CD3D8ShaderMaterialRenderer.o CD3D8ShaderMaterialRenderer.cpp
  859. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CD3D8Texture.o CD3D8Texture.cpp
  860. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CD3D9Driver.o CD3D9Driver.cpp
  861. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CD3D9HLSLMaterialRenderer.o CD3D9HLSLMaterialRenderer.cpp
  862. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CD3D9NormalMapRenderer.o CD3D9NormalMapRenderer.cpp
  863. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CD3D9ParallaxMapRenderer.o CD3D9ParallaxMapRenderer.cpp
  864. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CD3D9ShaderMaterialRenderer.o CD3D9ShaderMaterialRenderer.cpp
  865. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CD3D9Texture.o CD3D9Texture.cpp
  866. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CColorConverter.o CColorConverter.cpp
  867. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImage.o CImage.cpp
  868. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageLoaderBMP.o CImageLoaderBMP.cpp
  869. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageLoaderDDS.o CImageLoaderDDS.cpp
  870. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageLoaderJPG.o CImageLoaderJPG.cpp
  871. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageLoaderPCX.o CImageLoaderPCX.cpp
  872. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageLoaderPNG.o CImageLoaderPNG.cpp
  873. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageLoaderPSD.o CImageLoaderPSD.cpp
  874. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageLoaderTGA.o CImageLoaderTGA.cpp
  875. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageLoaderPPM.o CImageLoaderPPM.cpp
  876. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageLoaderWAL.o CImageLoaderWAL.cpp
  877. CColorConverter.cpp: In static member function ‘static void irr::video::CColorConverter::convert_viaFormat(const void*, irr::video::ECOLOR_FORMAT, irr::s32, void*, irr::video::ECOLOR_FORMAT)’:
  878. CColorConverter.cpp:614:9: warning: enumeration value ‘ECF_R16F’ not handled in switch [-Wswitch]
  879. 614 | switch (sF)
  880. | ^
  881. CColorConverter.cpp:614:9: warning: enumeration value ‘ECF_G16R16F’ not handled in switch [-Wswitch]
  882. CColorConverter.cpp:614:9: warning: enumeration value ‘ECF_A16B16G16R16F’ not handled in switch [-Wswitch]
  883. CColorConverter.cpp:614:9: warning: enumeration value ‘ECF_R32F’ not handled in switch [-Wswitch]
  884. CColorConverter.cpp:614:9: warning: enumeration value ‘ECF_G32R32F’ not handled in switch [-Wswitch]
  885. CColorConverter.cpp:614:9: warning: enumeration value ‘ECF_A32B32G32R32F’ not handled in switch [-Wswitch]
  886. CColorConverter.cpp:614:9: warning: enumeration value ‘ECF_UNKNOWN’ not handled in switch [-Wswitch]
  887. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageLoaderRGB.o CImageLoaderRGB.cpp
  888. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageWriterBMP.o CImageWriterBMP.cpp
  889. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageWriterJPG.o CImageWriterJPG.cpp
  890. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageWriterPCX.o CImageWriterPCX.cpp
  891. CImageLoaderWAL.cpp: In member function ‘virtual irr::video::IImage* irr::video::CImageLoaderWAL2::loadImage(irr::io::IReadFile*) const’:
  892. CImageLoaderWAL.cpp:209:9: warning: enumeration value ‘ECF_A1R5G5B5’ not handled in switch [-Wswitch]
  893. 209 | switch ( format )
  894. | ^
  895. CImageLoaderWAL.cpp:209:9: warning: enumeration value ‘ECF_R5G6B5’ not handled in switch [-Wswitch]
  896. CImageLoaderWAL.cpp:209:9: warning: enumeration value ‘ECF_R16F’ not handled in switch [-Wswitch]
  897. CImageLoaderWAL.cpp:209:9: warning: enumeration value ‘ECF_G16R16F’ not handled in switch [-Wswitch]
  898. CImageLoaderWAL.cpp:209:9: warning: enumeration value ‘ECF_A16B16G16R16F’ not handled in switch [-Wswitch]
  899. CImageLoaderWAL.cpp:209:9: warning: enumeration value ‘ECF_R32F’ not handled in switch [-Wswitch]
  900. CImageLoaderWAL.cpp:209:9: warning: enumeration value ‘ECF_G32R32F’ not handled in switch [-Wswitch]
  901. CImageLoaderWAL.cpp:209:9: warning: enumeration value ‘ECF_A32B32G32R32F’ not handled in switch [-Wswitch]
  902. CImageLoaderWAL.cpp:209:9: warning: enumeration value ‘ECF_UNKNOWN’ not handled in switch [-Wswitch]
  903. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageWriterPNG.o CImageWriterPNG.cpp
  904. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageWriterPPM.o CImageWriterPPM.cpp
  905. In file included from CImage.cpp:8:
  906. CBlit.h:1230:13: warning: ‘void irr::drawLine(irr::video::IImage*, const irr::core::vector2d<int>&, const irr::core::vector2d<int>&, const irr::video::SColor&)’ defined but not used [-Wunused-function]
  907. 1230 | static void drawLine(video::IImage* img, const core::position2d<s32>& from,
  908. | ^~~~~~~~
  909. CBlit.h:1222:13: warning: ‘void irr::drawRectangle(irr::video::IImage*, const irr::core::rect<int>&, const irr::video::SColor&)’ defined but not used [-Wunused-function]
  910. 1222 | static void drawRectangle(video::IImage* img, const core::rect<s32>& rect, const video::SColor &color)
  911. | ^~~~~~~~~~~~~
  912. CBlit.h:1165:12: warning: ‘irr::s32 irr::StretchBlit(irr::eBlitter, irr::video::IImage*, const irr::core::rect<int>*, const irr::core::rect<int>*, irr::video::IImage*, irr::u32)’ defined but not used [-Wunused-function]
  913. 1165 | static s32 StretchBlit(eBlitter operation,
  914. | ^~~~~~~~~~~
  915. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageWriterPSD.o CImageWriterPSD.cpp
  916. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CImageWriterTGA.o CImageWriterTGA.cpp
  917. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSoftwareDriver.o CSoftwareDriver.cpp
  918. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSoftwareTexture.o CSoftwareTexture.cpp
  919. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRFlat.o CTRFlat.cpp
  920. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRFlatWire.o CTRFlatWire.cpp
  921. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRGouraud.o CTRGouraud.cpp
  922. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRGouraudWire.o CTRGouraudWire.cpp
  923. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRNormalMap.o CTRNormalMap.cpp
  924. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRStencilShadow.o CTRStencilShadow.cpp
  925. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureFlat.o CTRTextureFlat.cpp
  926. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureFlatWire.o CTRTextureFlatWire.cpp
  927. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureGouraud.o CTRTextureGouraud.cpp
  928. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureGouraudAdd.o CTRTextureGouraudAdd.cpp
  929. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureGouraudNoZ.o CTRTextureGouraudNoZ.cpp
  930. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureGouraudWire.o CTRTextureGouraudWire.cpp
  931. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CZBuffer.o CZBuffer.cpp
  932. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureGouraudVertexAlpha2.o CTRTextureGouraudVertexAlpha2.cpp
  933. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureGouraudNoZ2.o CTRTextureGouraudNoZ2.cpp
  934. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureLightMap2_M2.o CTRTextureLightMap2_M2.cpp
  935. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureLightMap2_M4.o CTRTextureLightMap2_M4.cpp
  936. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureLightMap2_M1.o CTRTextureLightMap2_M1.cpp
  937. CNullDriver.cpp: In constructor ‘irr::video::CNullDriver::CNullDriver(irr::io::IFileSystem*, const irr::core::dimension2d<unsigned int>&)’:
  938. CNullDriver.cpp:184:45: warning: ‘void* memset(void*, int, size_t)’ clearing an object of non-trivial type ‘struct irr::video::SExposedVideoData’; use assignment or value-initialization instead [-Wclass-memaccess]
  939. 184 | memset(&ExposedData, 0, sizeof(ExposedData));
  940. | ^
  941. In file included from ../../include/IVideoDriver.h:21,
  942. from CNullDriver.h:8,
  943. from CNullDriver.cpp:5:
  944. ../../include/SExposedVideoData.h:25:8: note: ‘struct irr::video::SExposedVideoData’ declared here
  945. 25 | struct SExposedVideoData
  946. | ^~~~~~~~~~~~~~~~~
  947. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSoftwareDriver2.o CSoftwareDriver2.cpp
  948. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CSoftwareTexture2.o CSoftwareTexture2.cpp
  949. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureGouraud2.o CTRTextureGouraud2.cpp
  950. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRGouraud2.o CTRGouraud2.cpp
  951. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRGouraudAlpha2.o CTRGouraudAlpha2.cpp
  952. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRGouraudAlphaNoZ2.o CTRGouraudAlphaNoZ2.cpp
  953. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureDetailMap2.o CTRTextureDetailMap2.cpp
  954. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureGouraudAdd2.o CTRTextureGouraudAdd2.cpp
  955. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureGouraudAddNoZ2.o CTRTextureGouraudAddNoZ2.cpp
  956. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureWire2.o CTRTextureWire2.cpp
  957. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureLightMap2_Add.o CTRTextureLightMap2_Add.cpp
  958. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureLightMapGouraud2_M4.o CTRTextureLightMapGouraud2_M4.cpp
  959. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o IBurningShader.o IBurningShader.cpp
  960. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureBlend.o CTRTextureBlend.cpp
  961. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureGouraudAlpha.o CTRTextureGouraudAlpha.cpp
  962. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTRTextureGouraudAlphaNoZ.o CTRTextureGouraudAlphaNoZ.cpp
  963. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CDepthBuffer.o CDepthBuffer.cpp
  964. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CBurningShader_Raster_Reference.o CBurningShader_Raster_Reference.cpp
  965. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CFileList.o CFileList.cpp
  966. In file included from CSoftwareDriver.cpp:11:
  967. CBlit.h:1165:12: warning: ‘irr::s32 irr::StretchBlit(irr::eBlitter, irr::video::IImage*, const irr::core::rect<int>*, const irr::core::rect<int>*, irr::video::IImage*, irr::u32)’ defined but not used [-Wunused-function]
  968. 1165 | static s32 StretchBlit(eBlitter operation,
  969. | ^~~~~~~~~~~
  970. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CFileSystem.o CFileSystem.cpp
  971. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CLimitReadFile.o CLimitReadFile.cpp
  972. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CMemoryFile.o CMemoryFile.cpp
  973. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CReadFile.o CReadFile.cpp
  974. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CWriteFile.o CWriteFile.cpp
  975. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CXMLReader.o CXMLReader.cpp
  976. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CXMLWriter.o CXMLWriter.cpp
  977. CBurningShader_Raster_Reference.cpp: In member function ‘void irr::video::CBurningShader_Raster_Reference::scanline()’:
  978. CBurningShader_Raster_Reference.cpp:781:7: warning: variable ‘condition’ set but not used [-Wunused-but-set-variable]
  979. 781 | u32 condition;
  980. | ^~~~~~~~~
  981. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CWADReader.o CWADReader.cpp
  982. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CZipReader.o CZipReader.cpp
  983. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CPakReader.o CPakReader.cpp
  984. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CNPKReader.o CNPKReader.cpp
  985. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CTarReader.o CTarReader.cpp
  986. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CMountPointReader.o CMountPointReader.cpp
  987. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o irrXML.o irrXML.cpp
  988. CSoftwareDriver2.cpp: In member function ‘virtual void irr::video::CBurningVideoDriver::draw2DRectangle(const irr::core::rect<int>&, irr::video::SColor, irr::video::SColor, irr::video::SColor, irr::video::SColor, const irr::core::rect<int>*)’:
  989. CSoftwareDriver2.cpp:2424:67: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct irr::video::s4DVertex’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  990. 2424 | memcpy ( CurrentOut.data + 0, face[0], sizeof ( s4DVertex ) * 2 );
  991. | ^
  992. In file included from IDepthBuffer.h:10,
  993. from CDepthBuffer.h:8,
  994. from IBurningShader.h:14,
  995. from CSoftwareDriver2.h:9,
  996. from CSoftwareDriver2.cpp:6:
  997. S4DVertex.h:448:8: note: ‘struct irr::video::s4DVertex’ declared here
  998. 448 | struct s4DVertex
  999. | ^~~~~~~~~
  1000. CSoftwareDriver2.cpp:2425:67: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct irr::video::s4DVertex’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  1001. 2425 | memcpy ( CurrentOut.data + 2, face[1], sizeof ( s4DVertex ) * 2 );
  1002. | ^
  1003. In file included from IDepthBuffer.h:10,
  1004. from CDepthBuffer.h:8,
  1005. from IBurningShader.h:14,
  1006. from CSoftwareDriver2.h:9,
  1007. from CSoftwareDriver2.cpp:6:
  1008. S4DVertex.h:448:8: note: ‘struct irr::video::s4DVertex’ declared here
  1009. 448 | struct s4DVertex
  1010. | ^~~~~~~~~
  1011. CSoftwareDriver2.cpp:2426:67: warning: ‘void* memcpy(void*, const void*, size_t)’ writing to an object of type ‘struct irr::video::s4DVertex’ with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
  1012. 2426 | memcpy ( CurrentOut.data + 4, face[2], sizeof ( s4DVertex ) * 2 );
  1013. | ^
  1014. In file included from IDepthBuffer.h:10,
  1015. from CDepthBuffer.h:8,
  1016. from IBurningShader.h:14,
  1017. from CSoftwareDriver2.h:9,
  1018. from CSoftwareDriver2.cpp:6:
  1019. S4DVertex.h:448:8: note: ‘struct irr::video::s4DVertex’ declared here
  1020. 448 | struct s4DVertex
  1021. | ^~~~~~~~~
  1022. CSoftwareDriver2.cpp: In function ‘irr::video::glsl::vec4 irr::video::glsl::ftransform()’:
  1023. CSoftwareDriver2.cpp:48:12: warning: ‘out’ is used uninitialized in this function [-Wuninitialized]
  1024. 48 | return out;
  1025. | ^~~
  1026. CSoftwareDriver2.cpp: In function ‘irr::video::glsl::vec3 irr::video::glsl::fnormal()’:
  1027. CSoftwareDriver2.cpp:59:12: warning: ‘out’ is used uninitialized in this function [-Wuninitialized]
  1028. 59 | return out;
  1029. | ^~~
  1030. CSoftwareDriver2.cpp:59:12: warning: ‘*((void*)& out +4)’ is used uninitialized in this function [-Wuninitialized]
  1031. CSoftwareDriver2.cpp:59:12: warning: ‘*((void*)& out +8)’ is used uninitialized in this function [-Wuninitialized]
  1032. CSoftwareDriver2.cpp: In member function ‘void irr::video::CBurningVideoDriver::VertexCache_get(const irr::video::s4DVertex**)’:
  1033. CSoftwareDriver2.cpp:1537:5: warning: ‘sourceIndex’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1034. 1537 | if ( info[ dIndex ].index == sourceIndex )
  1035. | ^~
  1036. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CAttributes.o CAttributes.cpp
  1037. cc -O3 -fexpensive-optimizations -DPNG_THREAD_UNSAFE_OK -DPNG_NO_MMX_CODE -DPNG_NO_MNG_FEATURES -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o lzma/LzmaDec.o lzma/LzmaDec.c
  1038. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CIrrDeviceSDL.o CIrrDeviceSDL.cpp
  1039. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CIrrDeviceLinux.o CIrrDeviceLinux.cpp
  1040. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CIrrDeviceConsole.o CIrrDeviceConsole.cpp
  1041. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CIrrDeviceStub.o CIrrDeviceStub.cpp
  1042. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CIrrDeviceWin32.o CIrrDeviceWin32.cpp
  1043. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CIrrDeviceFB.o CIrrDeviceFB.cpp
  1044. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o CLogger.o CLogger.cpp
  1045. In file included from ../../include/coreutil.h:8,
  1046. from ../../include/IReadFile.h:9,
  1047. from ../../include/IFileArchive.h:8,
  1048. from ../../include/IFileSystem.h:10,
  1049. from CFileSystem.h:8,
  1050. from CFileSystem.cpp:7:
  1051. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  1052. inlined from ‘virtual irr::io::path& irr::io::CFileSystem::flattenFilename(irr::io::path&, const path&) const’ at CFileSystem.cpp:719:58:
  1053. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  1054. 916 | o.array[length] = 0;
  1055. | ~~~~~~~~~~~~~~~~^~~
  1056. In file included from ../../include/irrString.h:9,
  1057. from ../../include/coreutil.h:8,
  1058. from ../../include/IReadFile.h:9,
  1059. from ../../include/IFileArchive.h:8,
  1060. from ../../include/IFileSystem.h:10,
  1061. from CFileSystem.h:8,
  1062. from CFileSystem.cpp:7:
  1063. ../../include/irrAllocator.h: In member function ‘virtual irr::io::path& irr::io::CFileSystem::flattenFilename(irr::io::path&, const path&) const’:
  1064. ../../include/irrAllocator.h:60:22: note: at offset [1, -1] to an object with size 1 allocated by ‘operator new’ here
  1065. 60 | return operator new(cnt);
  1066. | ~~~~~~~~~~~~^~~~~
  1067. In file included from ../../include/coreutil.h:8,
  1068. from ../../include/IReadFile.h:9,
  1069. from ../../include/IFileArchive.h:8,
  1070. from ../../include/IFileSystem.h:10,
  1071. from CFileSystem.h:8,
  1072. from CFileSystem.cpp:7:
  1073. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  1074. inlined from ‘virtual irr::io::path irr::io::CFileSystem::getFileBasename(const path&, bool) const’ at CFileSystem.cpp:695:73:
  1075. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  1076. 916 | o.array[length] = 0;
  1077. | ~~~~~~~~~~~~~~~~^~~
  1078. In file included from ../../include/irrString.h:9,
  1079. from ../../include/coreutil.h:8,
  1080. from ../../include/IReadFile.h:9,
  1081. from ../../include/IFileArchive.h:8,
  1082. from ../../include/IFileSystem.h:10,
  1083. from CFileSystem.h:8,
  1084. from CFileSystem.cpp:7:
  1085. ../../include/irrAllocator.h: In member function ‘virtual irr::io::path irr::io::CFileSystem::getFileBasename(const path&, bool) const’:
  1086. ../../include/irrAllocator.h:60:22: note: at offset [1, -1] to an object with size 1 allocated by ‘operator new’ here
  1087. 60 | return operator new(cnt);
  1088. | ~~~~~~~~~~~~^~~~~
  1089. In file included from ../../include/coreutil.h:8,
  1090. from ../../include/IReadFile.h:9,
  1091. from ../../include/IFileArchive.h:8,
  1092. from ../../include/IFileSystem.h:10,
  1093. from CFileSystem.h:8,
  1094. from CFileSystem.cpp:7:
  1095. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  1096. inlined from ‘virtual irr::io::path irr::io::CFileSystem::getRelativeFilename(const path&, const path&) const’ at ../../include/coreutil.h:161:70:
  1097. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  1098. 916 | o.array[length] = 0;
  1099. | ~~~~~~~~~~~~~~~~^~~
  1100. In file included from ../../include/irrString.h:9,
  1101. from ../../include/coreutil.h:8,
  1102. from ../../include/IReadFile.h:9,
  1103. from ../../include/IFileArchive.h:8,
  1104. from ../../include/IFileSystem.h:10,
  1105. from CFileSystem.h:8,
  1106. from CFileSystem.cpp:7:
  1107. ../../include/irrAllocator.h: In member function ‘virtual irr::io::path irr::io::CFileSystem::getRelativeFilename(const path&, const path&) const’:
  1108. ../../include/irrAllocator.h:60:22: note: at offset [1, -1] to an object with size 1 allocated by ‘operator new’ here
  1109. 60 | return operator new(cnt);
  1110. | ~~~~~~~~~~~~^~~~~
  1111. g++ -Wall -pipe -fno-exceptions -fno-rtti -fstrict-aliasing -fexpensive-optimizations -O3 -I../../include -Izlib -Ijpeglib -Ilibpng -I/usr/X11R6/include -DIRRLICHT_EXPORTS=1 -c -o COSOperator.o COSOperator.cpp
  1112. COSOperator.cpp:16:10: fatal error: sys/sysctl.h: No such file or directory
  1113. 16 | #include <sys/sysctl.h>
  1114. | ^~~~~~~~~~~~~~
  1115. compilation terminated.
  1116. make: *** [<builtin>: COSOperator.o] Error 1
  1117. make: *** Waiting for unfinished jobs....
  1118. In file included from CXMLReaderImpl.h:9,
  1119. from CXMLReader.cpp:5:
  1120. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  1121. inlined from ‘irr::core::string<T> irr::io::CXMLReaderImpl<char_type, superclass>::replaceSpecialCharacters(irr::core::string<T>&) [with char_type = char; superclass = irr::IReferenceCounted]’ at CXMLReaderImpl.h:540:36:
  1122. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  1123. 916 | o.array[length] = 0;
  1124. | ~~~~~~~~~~~~~~~~^~~
  1125. In file included from ../../include/irrString.h:9,
  1126. from CXMLReaderImpl.h:9,
  1127. from CXMLReader.cpp:5:
  1128. ../../include/irrAllocator.h: In member function ‘irr::core::string<T> irr::io::CXMLReaderImpl<char_type, superclass>::replaceSpecialCharacters(irr::core::string<T>&) [with char_type = char; superclass = irr::IReferenceCounted]’:
  1129. ../../include/irrAllocator.h:60:22: note: at offset [1, -1] to an object with size 1 allocated by ‘operator new’ here
  1130. 60 | return operator new(cnt);
  1131. | ~~~~~~~~~~~~^~~~~
  1132. In file included from CXMLReaderImpl.h:9,
  1133. from CXMLReader.cpp:5:
  1134. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  1135. inlined from ‘irr::core::string<T> irr::io::CXMLReaderImpl<char_type, superclass>::replaceSpecialCharacters(irr::core::string<T>&) [with char_type = char; superclass = irr::IReferenceCounted]’ at CXMLReaderImpl.h:546:36:
  1136. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  1137. 916 | o.array[length] = 0;
  1138. | ~~~~~~~~~~~~~~~~^~~
  1139. In file included from ../../include/irrString.h:9,
  1140. from CXMLReaderImpl.h:9,
  1141. from CXMLReader.cpp:5:
  1142. ../../include/irrAllocator.h: In member function ‘irr::core::string<T> irr::io::CXMLReaderImpl<char_type, superclass>::replaceSpecialCharacters(irr::core::string<T>&) [with char_type = char; superclass = irr::IReferenceCounted]’:
  1143. ../../include/irrAllocator.h:60:22: note: at offset [1, -1] to an object with size 1 allocated by ‘operator new’ here
  1144. 60 | return operator new(cnt);
  1145. | ~~~~~~~~~~~~^~~~~
  1146. In file included from irrXML.cpp:6:
  1147. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  1148. inlined from ‘irr::core::string<T> irr::io::CXMLReaderImpl<char_type, superclass>::replaceSpecialCharacters(irr::core::string<T>&) [with char_type = char; superclass = irr::io::IXMLBase]’ at CXMLReaderImpl.h:540:36:
  1149. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  1150. 916 | o.array[length] = 0;
  1151. | ~~~~~~~~~~~~~~~~^~~
  1152. In file included from ../../include/irrString.h:9,
  1153. from irrXML.cpp:6:
  1154. ../../include/irrAllocator.h: In member function ‘irr::core::string<T> irr::io::CXMLReaderImpl<char_type, superclass>::replaceSpecialCharacters(irr::core::string<T>&) [with char_type = char; superclass = irr::io::IXMLBase]’:
  1155. ../../include/irrAllocator.h:60:22: note: at offset [1, -1] to an object with size 1 allocated by ‘operator new’ here
  1156. 60 | return operator new(cnt);
  1157. | ~~~~~~~~~~~~^~~~~
  1158. In file included from irrXML.cpp:6:
  1159. In member function ‘irr::core::string<T> irr::core::string<T, TAlloc>::subString(irr::u32, irr::s32, bool) const [with T = char; TAlloc = irr::core::irrAllocator<char>]’,
  1160. inlined from ‘irr::core::string<T> irr::io::CXMLReaderImpl<char_type, superclass>::replaceSpecialCharacters(irr::core::string<T>&) [with char_type = char; superclass = irr::io::IXMLBase]’ at CXMLReaderImpl.h:546:36:
  1161. ../../include/irrString.h:916:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
  1162. 916 | o.array[length] = 0;
  1163. | ~~~~~~~~~~~~~~~~^~~
  1164. In file included from ../../include/irrString.h:9,
  1165. from irrXML.cpp:6:
  1166. ../../include/irrAllocator.h: In member function ‘irr::core::string<T> irr::io::CXMLReaderImpl<char_type, superclass>::replaceSpecialCharacters(irr::core::string<T>&) [with char_type = char; superclass = irr::io::IXMLBase]’:
  1167. ../../include/irrAllocator.h:60:22: note: at offset [1, -1] to an object with size 1 allocated by ‘operator new’ here
  1168. 60 | return operator new(cnt);
  1169. | ~~~~~~~~~~~~^~~~~
  1170. In file included from CAttributes.cpp:6:
  1171. CAttributeImpl.h: In member function ‘virtual void irr::io::CUserPointerAttribute::setString(const char*)’:
  1172. CAttributeImpl.h:2039:11: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  1173. 2039 | Value = (void *) tmp;
  1174. | ^~~~~~~~~~~~
  1175.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement