Advertisement
Guest User

ENIGMA Output

a guest
Jun 16th, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 58.96 KB | None | 0 0
  1. Running make from `mingw32-make.exe'
  2. Full command line: mingw32-make.exe Game WORKDIR="C:/ProgramData/ENIGMA/" GMODE=Debug GRAPHICS=Direct3D9 AUDIO=OpenAL COLLISION=Precise WIDGETS=Win32 NETWORKING=None PLATFORM=Win32 CXXFLAGS="-std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE" COMPILEPATH="Windows/Windows" EXTENSIONS=" Universal_System/Extensions/DateTime Universal_System/Extensions/Paths Universal_System/Extensions/DataStructures Universal_System/Extensions/MotionPlanning Universal_System/Extensions/Alarms Universal_System/Extensions/BasicGUI Universal_System/Extensions/ParticleSystems Universal_System/Extensions/Timelines" OUTPUTNAME="C:/Users/nolan/AppData/Local/Temp/egm3786496079349354878.exe" eTCpath=""
  3. mingw32-make.exe -C ENIGMAsystem/SHELL
  4. mingw32-make.exe[1]: Entering directory `F:/ENIGMA/ENIGMA/enigma-dev/ENIGMAsystem/SHELL'
  5. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/
  6. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Audio_Systems/OpenAL/
  7. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Bridges/Win32-Direct3D9/
  8. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Collision_Systems/Precise/
  9. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/
  10. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/General/
  11. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Platforms/Win32/
  12. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/
  13. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/Alarms/
  14. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/BasicGUI/
  15. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/DataStructures/
  16. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/DateTime/
  17. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/MotionPlanning/
  18. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/
  19. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/Paths/
  20. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/Timelines/
  21. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Widget_Systems/Win32/
  22. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Bridges/Win32-Direct3D9/graphics_bridge.o Bridges/Win32-Direct3D9/graphics_bridge.cpp
  23. In file included from ./Graphics_Systems/Direct3D9/DX9TextureStruct.h:21:0,
  24. from ./Graphics_Systems/Direct3D9/DX9SurfaceStruct.h:23,
  25. from Bridges/Win32-Direct3D9/graphics_bridge.cpp:32:
  26. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  27. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  28. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  29. ^
  30. In file included from Bridges/Win32-Direct3D9/graphics_bridge.cpp:32:0:
  31. ./Graphics_Systems/Direct3D9/DX9SurfaceStruct.h: In constructor 'enigma::Surface::Surface()':
  32. ./Graphics_Systems/Direct3D9/DX9SurfaceStruct.h:34:21: warning: 'enigma::Surface::height' will be initialized after [-Wreorder]
  33. int tex, width, height;
  34. ^
  35. ./Graphics_Systems/Direct3D9/DX9SurfaceStruct.h:33:24: warning: 'IDirect3DSurface9* enigma::Surface::surf' [-Wreorder]
  36. LPDIRECT3DSURFACE9 surf;
  37. ^
  38. ./Graphics_Systems/Direct3D9/DX9SurfaceStruct.h:35:5: warning: when initialized here [-Wreorder]
  39. Surface(): tex(0), width(0), height(0), surf(NULL) {
  40. ^
  41. Bridges/Win32-Direct3D9/graphics_bridge.cpp: In function 'void enigma::EnableDrawing(HGLRC__**)':
  42. Bridges/Win32-Direct3D9/graphics_bridge.cpp:100:17: warning: converting to non-pointer type 'DWORD {aka long unsigned int}' from NULL [-Wconversion-null]
  43. d3dpp.Flags = NULL; // No flags to set
  44. ^
  45. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9screen.o Graphics_Systems/Direct3D9/DX9screen.cpp
  46. In file included from Graphics_Systems/Direct3D9/DX9screen.cpp:20:0:
  47. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  48. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  49. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  50. ^
  51. Graphics_Systems/Direct3D9/DX9screen.cpp: In function 'void enigma_user::screen_set_viewport(gs_scalar, gs_scalar, gs_scalar, gs_scalar)':
  52. Graphics_Systems/Direct3D9/DX9screen.cpp:487:32: warning: narrowing conversion of '(sx + x)' from 'gs_scalar {aka float}' to 'DWORD {aka long unsigned int}' inside { } [-Wnarrowing]
  53. D3DVIEWPORT9 pViewport = { sx + x, sy + y, width, height, 0, 1.0f };
  54. ^
  55. Graphics_Systems/Direct3D9/DX9screen.cpp:487:40: warning: narrowing conversion of '(sy + y)' from 'gs_scalar {aka float}' to 'DWORD {aka long unsigned int}' inside { } [-Wnarrowing]
  56. D3DVIEWPORT9 pViewport = { sx + x, sy + y, width, height, 0, 1.0f };
  57. ^
  58. Graphics_Systems/Direct3D9/DX9screen.cpp:487:68: warning: narrowing conversion of 'width' from 'gs_scalar {aka float}' to 'DWORD {aka long unsigned int}' inside { } [-Wnarrowing]
  59. D3DVIEWPORT9 pViewport = { sx + x, sy + y, width, height, 0, 1.0f };
  60. ^
  61. Graphics_Systems/Direct3D9/DX9screen.cpp:487:68: warning: narrowing conversion of 'height' from 'gs_scalar {aka float}' to 'DWORD {aka long unsigned int}' inside { } [-Wnarrowing]
  62. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9blend.o Graphics_Systems/Direct3D9/DX9blend.cpp
  63. In file included from Graphics_Systems/Direct3D9/DX9blend.cpp:18:0:
  64. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  65. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  66. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  67. ^
  68. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9shader.o Graphics_Systems/Direct3D9/DX9shader.cpp
  69. In file included from Graphics_Systems/Direct3D9/DX9shader.cpp:19:0:
  70. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  71. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  72. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  73. ^
  74. Graphics_Systems/Direct3D9/DX9shader.cpp: In member function 'virtual int VertexShader::Load(std::string)':
  75. Graphics_Systems/Direct3D9/DX9shader.cpp:81:13: warning: unused variable 'szErrors' [-Wunused-variable]
  76. char* szErrors = (char*)pErrors->GetBufferPointer();
  77. ^
  78. Graphics_Systems/Direct3D9/DX9shader.cpp:90:11: warning: unused variable 'szCode' [-Wunused-variable]
  79. char* szCode = (char*)pCode->GetBufferPointer();
  80. ^
  81. Graphics_Systems/Direct3D9/DX9shader.cpp: In member function 'virtual int PixelShader::Load(std::string)':
  82. Graphics_Systems/Direct3D9/DX9shader.cpp:127:13: warning: unused variable 'szErrors' [-Wunused-variable]
  83. char* szErrors = (char*)pErrors->GetBufferPointer();
  84. ^
  85. Graphics_Systems/Direct3D9/DX9shader.cpp:136:11: warning: unused variable 'szCode' [-Wunused-variable]
  86. char* szCode = (char*)pCode->GetBufferPointer();
  87. ^
  88. Graphics_Systems/Direct3D9/DX9shader.cpp: In function 'int enigma_user::hlsl_shader_load(int, std::string)':
  89. Graphics_Systems/Direct3D9/DX9shader.cpp:180:1: warning: no return statement in function returning non-void [-Wreturn-type]
  90. }
  91. ^
  92. Graphics_Systems/Direct3D9/DX9shader.cpp: In function 'void enigma_user::hlsl_shader_free(int)':
  93. Graphics_Systems/Direct3D9/DX9shader.cpp:205:20: warning: deleting object of abstract class type 'Shader' which has non-virtual destructor will cause undefined behaviour [-Wdelete-non-virtual-dtor]
  94. delete shaders[id];
  95. ^
  96. Graphics_Systems/Direct3D9/DX9shader.cpp: In member function 'virtual int PixelShader::Load(std::string)':
  97. Graphics_Systems/Direct3D9/DX9shader.cpp:139:3: warning: control reaches end of non-void function [-Wreturn-type]
  98. }
  99. ^
  100. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9matrix.o Graphics_Systems/Direct3D9/DX9matrix.cpp
  101. In file included from Graphics_Systems/Direct3D9/DX9matrix.cpp:17:0:
  102. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  103. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  104. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  105. ^
  106. Graphics_Systems/Direct3D9/DX9matrix.cpp: In function 'bool enigma_user::d3d_transform_stack_push()':
  107. Graphics_Systems/Direct3D9/DX9matrix.cpp:320:1: warning: no return statement in function returning non-void [-Wreturn-type]
  108. }
  109. ^
  110. Graphics_Systems/Direct3D9/DX9matrix.cpp: In function 'bool enigma_user::d3d_transform_stack_pop()':
  111. Graphics_Systems/Direct3D9/DX9matrix.cpp:325:1: warning: no return statement in function returning non-void [-Wreturn-type]
  112. }
  113. ^
  114. Graphics_Systems/Direct3D9/DX9matrix.cpp: In function 'bool enigma_user::d3d_transform_stack_top()':
  115. Graphics_Systems/Direct3D9/DX9matrix.cpp:340:1: warning: no return statement in function returning non-void [-Wreturn-type]
  116. }
  117. ^
  118. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9tiles.o Graphics_Systems/Direct3D9/DX9tiles.cpp
  119. Graphics_Systems/Direct3D9/DX9tiles.cpp: In function 'bool enigma_user::tile_layer_delete(int)':
  120. Graphics_Systems/Direct3D9/DX9tiles.cpp:375:1: warning: no return statement in function returning non-void [-Wreturn-type]
  121. }
  122. ^
  123. Graphics_Systems/Direct3D9/DX9tiles.cpp: In function 'bool enigma_user::tile_layer_hide(int)':
  124. Graphics_Systems/Direct3D9/DX9tiles.cpp:443:30: warning: variable 't' set but not used [-Wunused-but-set-variable]
  125. enigma::tile t = dit->second.tiles[i];
  126. ^
  127. Graphics_Systems/Direct3D9/DX9tiles.cpp: In function 'bool enigma_user::tile_layer_show(int)':
  128. Graphics_Systems/Direct3D9/DX9tiles.cpp:460:30: warning: variable 't' set but not used [-Wunused-but-set-variable]
  129. enigma::tile t = dit->second.tiles[i];
  130. ^
  131. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9vertex.o Graphics_Systems/Direct3D9/DX9vertex.cpp
  132. Graphics_Systems/Direct3D9/DX9vertex.cpp: In function 'int enigma_user::vertex_create_buffer()':
  133. Graphics_Systems/Direct3D9/DX9vertex.cpp:60:1: warning: no return statement in function returning non-void [-Wreturn-type]
  134. }
  135. ^
  136. Graphics_Systems/Direct3D9/DX9vertex.cpp: In function 'int enigma_user::vertex_create_buffer_ext(unsigned int)':
  137. Graphics_Systems/Direct3D9/DX9vertex.cpp:64:1: warning: no return statement in function returning non-void [-Wreturn-type]
  138. }
  139. ^
  140. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9primitives.o Graphics_Systems/Direct3D9/DX9primitives.cpp
  141. In file included from Graphics_Systems/Direct3D9/DX9primitives.cpp:18:0:
  142. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  143. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  144. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  145. ^
  146. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9surface.o Graphics_Systems/Direct3D9/DX9surface.cpp
  147. In file included from Graphics_Systems/Direct3D9/DX9surface.cpp:18:0:
  148. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  149. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  150. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  151. ^
  152. In file included from Graphics_Systems/Direct3D9/DX9surface.cpp:42:0:
  153. Graphics_Systems/Direct3D9/DX9SurfaceStruct.h: In constructor 'enigma::Surface::Surface()':
  154. Graphics_Systems/Direct3D9/DX9SurfaceStruct.h:34:21: warning: 'enigma::Surface::height' will be initialized after [-Wreorder]
  155. int tex, width, height;
  156. ^
  157. Graphics_Systems/Direct3D9/DX9SurfaceStruct.h:33:24: warning: 'IDirect3DSurface9* enigma::Surface::surf' [-Wreorder]
  158. LPDIRECT3DSURFACE9 surf;
  159. ^
  160. Graphics_Systems/Direct3D9/DX9SurfaceStruct.h:35:5: warning: when initialized here [-Wreorder]
  161. Surface(): tex(0), width(0), height(0), surf(NULL) {
  162. ^
  163. In file included from Graphics_Systems/Direct3D9/DX9surface.cpp:42:0:
  164. Graphics_Systems/Direct3D9/DX9surface.cpp: In function 'void enigma_user::surface_set_target(int)':
  165. Graphics_Systems/Direct3D9/DX9SurfaceStruct.h:69:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  166. if (id < 0 or id >= enigma::Surfaces.size() or !enigma::Surfaces[id]) {\
  167. ^
  168. Graphics_Systems/Direct3D9/DX9surface.cpp:95:2: note: in expansion of macro 'get_surface'
  169. get_surface(surface,id);
  170. ^
  171. Graphics_Systems/Direct3D9/DX9surface.cpp: In function 'int enigma_user::surface_get_target()':
  172. Graphics_Systems/Direct3D9/DX9surface.cpp:117:1: warning: no return statement in function returning non-void [-Wreturn-type]
  173. }
  174. ^
  175. In file included from Graphics_Systems/Direct3D9/DX9surface.cpp:42:0:
  176. Graphics_Systems/Direct3D9/DX9surface.cpp: In function 'void enigma_user::surface_free(int)':
  177. Graphics_Systems/Direct3D9/DX9SurfaceStruct.h:69:47: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  178. if (id < 0 or id >= enigma::Surfaces.size() or !enigma::Surfaces[id]) {\
  179. ^
  180. Graphics_Systems/Direct3D9/DX9surface.cpp:121:2: note: in expansion of macro 'get_surface'
  181. get_surface(surf, id);
  182. ^
  183. Graphics_Systems/Direct3D9/DX9surface.cpp: In function 'bool enigma_user::surface_exists(int)':
  184. Graphics_Systems/Direct3D9/DX9surface.cpp:127:52: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  185. return !((id < 0) or (id > enigma::Surfaces.size()) or (enigma::Surfaces[id] == NULL));
  186. ^
  187. Graphics_Systems/Direct3D9/DX9surface.cpp: In function 'int enigma_user::surface_save_part(int, std::string, unsigned int, unsigned int, unsigned int, unsigned int)':
  188. Graphics_Systems/Direct3D9/DX9surface.cpp:266:1: warning: no return statement in function returning non-void [-Wreturn-type]
  189. }
  190. ^
  191. Graphics_Systems/Direct3D9/DX9surface.cpp: In function 'int enigma_user::background_create_from_surface(int, int, int, int, int, bool, bool, bool)':
  192. Graphics_Systems/Direct3D9/DX9surface.cpp:271:1: warning: no return statement in function returning non-void [-Wreturn-type]
  193. }
  194. ^
  195. Graphics_Systems/Direct3D9/DX9surface.cpp: In function 'int enigma_user::sprite_create_from_surface(int, int, int, int, int, bool, bool, bool, int, int)':
  196. Graphics_Systems/Direct3D9/DX9surface.cpp:276:1: warning: no return statement in function returning non-void [-Wreturn-type]
  197. }
  198. ^
  199. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9colors.o Graphics_Systems/Direct3D9/DX9colors.cpp
  200. In file included from Graphics_Systems/Direct3D9/DX9colors.cpp:18:0:
  201. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  202. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  203. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  204. ^
  205. Graphics_Systems/Direct3D9/DX9colors.cpp: In function 'void enigma_user::draw_set_color_rgba(unsigned char, unsigned char, unsigned char, float)':
  206. Graphics_Systems/Direct3D9/DX9colors.cpp:85:11: warning: unused variable 'D3DColor' [-Wunused-variable]
  207. D3DCOLOR D3DColor = D3DCOLOR_RGBA(enigma::currentcolor[0],enigma::currentcolor[1],enigma::currentcolor[2], enigma::currentcolor[3]);
  208. ^
  209. Graphics_Systems/Direct3D9/DX9colors.cpp: In function 'void enigma_user::draw_set_color_write_enable(bool, bool, bool, bool)':
  210. Graphics_Systems/Direct3D9/DX9colors.cpp:90:16: warning: converting to non-pointer type 'DWORD {aka long unsigned int}' from NULL [-Wconversion-null]
  211. DWORD flags = NULL;
  212. ^
  213. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9background.o Graphics_Systems/Direct3D9/DX9background.cpp
  214. In file included from Graphics_Systems/Direct3D9/DX9background.cpp:67:0:
  215. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  216. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  217. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  218. ^
  219. Graphics_Systems/Direct3D9/DX9background.cpp: In function 'int enigma_user::background_create_from_screen(int, int, int, int, bool, bool, bool)':
  220. Graphics_Systems/Direct3D9/DX9background.cpp:76:1: warning: no return statement in function returning non-void [-Wreturn-type]
  221. }
  222. ^
  223. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9sprite.o Graphics_Systems/Direct3D9/DX9sprite.cpp
  224. In file included from Graphics_Systems/Direct3D9/DX9sprite.cpp:67:0:
  225. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  226. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  227. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  228. ^
  229. Graphics_Systems/Direct3D9/DX9sprite.cpp: In function 'int enigma_user::sprite_create_from_screen(int, int, int, int, bool, bool, bool, int, int)':
  230. Graphics_Systems/Direct3D9/DX9sprite.cpp:75:1: warning: no return statement in function returning non-void [-Wreturn-type]
  231. }
  232. ^
  233. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9draw.o Graphics_Systems/Direct3D9/DX9draw.cpp
  234. In file included from Graphics_Systems/Direct3D9/DX9draw.cpp:22:0:
  235. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  236. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  237. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  238. ^
  239. Graphics_Systems/Direct3D9/DX9draw.cpp: In function 'int enigma_user::draw_get_msaa_maxlevel()':
  240. Graphics_Systems/Direct3D9/DX9draw.cpp:46:1: warning: no return statement in function returning non-void [-Wreturn-type]
  241. }
  242. ^
  243. Graphics_Systems/Direct3D9/DX9draw.cpp: In function 'bool enigma_user::draw_get_msaa_supported()':
  244. Graphics_Systems/Direct3D9/DX9draw.cpp:51:1: warning: no return statement in function returning non-void [-Wreturn-type]
  245. }
  246. ^
  247. Graphics_Systems/Direct3D9/DX9draw.cpp: In function 'bool enigma_user::draw_get_alpha_test()':
  248. Graphics_Systems/Direct3D9/DX9draw.cpp:64:56: warning: 'enabled' is used uninitialized in this function [-Wuninitialized]
  249. d3dmgr->GetRenderState(D3DRS_ALPHATESTENABLE, enabled);
  250. ^
  251. Graphics_Systems/Direct3D9/DX9draw.cpp: In function 'unsigned int enigma_user::draw_get_alpha_test_ref_value()':
  252. Graphics_Systems/Direct3D9/DX9draw.cpp:71:45: warning: 'val' is used uninitialized in this function [-Wuninitialized]
  253. d3dmgr->GetRenderState(D3DRS_ALPHAREF, val);
  254. ^
  255. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9enable.o Graphics_Systems/Direct3D9/DX9enable.cpp
  256. In file included from Graphics_Systems/Direct3D9/DX9enable.cpp:18:0:
  257. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  258. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  259. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  260. ^
  261. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DIRECTX9Std.o Graphics_Systems/Direct3D9/DIRECTX9Std.cpp
  262. In file included from Graphics_Systems/Direct3D9/DIRECTX9Std.cpp:21:0:
  263. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  264. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  265. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  266. ^
  267. Graphics_Systems/Direct3D9/DIRECTX9Std.cpp: In function 'std::string enigma_user::draw_get_graphics_error()':
  268. Graphics_Systems/Direct3D9/DIRECTX9Std.cpp:45:1: warning: no return statement in function returning non-void [-Wreturn-type]
  269. }
  270. ^
  271. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9model.o Graphics_Systems/Direct3D9/DX9model.cpp
  272. In file included from Graphics_Systems/Direct3D9/DX9ModelStruct.h:18:0,
  273. from Graphics_Systems/Direct3D9/DX9model.cpp:17:
  274. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  275. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  276. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  277. ^
  278. In file included from Graphics_Systems/Direct3D9/DX9model.cpp:17:0:
  279. Graphics_Systems/Direct3D9/DX9ModelStruct.h: In member function 'void Mesh::BufferGenerate()':
  280. Graphics_Systems/Direct3D9/DX9ModelStruct.h:547:14: warning: unused variable 'stride' [-Wunused-variable]
  281. unsigned stride = vertexStride;
  282. ^
  283. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9textures.o Graphics_Systems/Direct3D9/DX9textures.cpp
  284. In file included from Graphics_Systems/Direct3D9/DX9textures.cpp:20:0:
  285. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  286. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  287. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  288. ^
  289. Graphics_Systems/Direct3D9/DX9textures.cpp: In function 'void enigma::graphics_replace_texture_alpha_from_texture(int, int)':
  290. Graphics_Systems/Direct3D9/DX9textures.cpp:107:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  291. for (int i = 3; i < size; i += 4)
  292. ^
  293. Graphics_Systems/Direct3D9/DX9textures.cpp:93:14: warning: variable 'w' set but not used [-Wunused-but-set-variable]
  294. unsigned w, h, fw, fh, size;
  295. ^
  296. Graphics_Systems/Direct3D9/DX9textures.cpp:93:17: warning: variable 'h' set but not used [-Wunused-but-set-variable]
  297. unsigned w, h, fw, fh, size;
  298. ^
  299. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9d3d.o Graphics_Systems/Direct3D9/DX9d3d.cpp
  300. In file included from Graphics_Systems/Direct3D9/DX9d3d.cpp:18:0:
  301. ./Bridges/General/DX9Context.h: In member function 'void ContextManager::BeginShapesBatching(int)':
  302. ./Bridges/General/DX9Context.h:187:87: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  303. } else if (texId != shapes_d3d_texture || (d3d_model_get_stride(shapes_d3d_model) != last_stride && last_stride != -1)) {
  304. ^
  305. Graphics_Systems/Direct3D9/DX9d3d.cpp: In member function 'void d3d_lights::light_update_positions()':
  306. Graphics_Systems/Direct3D9/DX9d3d.cpp:243:25: warning: unused variable 'pos' [-Wunused-variable]
  307. const float pos[4] = {pos1.x, pos1.y, pos1.z, pos1.w};
  308. ^
  309. Graphics_Systems/Direct3D9/DX9d3d.cpp: In member function 'bool d3d_lights::light_define_direction(int, gs_scalar, gs_scalar, gs_scalar, int)':
  310. Graphics_Systems/Direct3D9/DX9d3d.cpp:264:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  311. if (ms >= caps.MaxActiveLights)
  312. ^
  313. Graphics_Systems/Direct3D9/DX9d3d.cpp: In member function 'bool d3d_lights::light_define_point(int, gs_scalar, gs_scalar, gs_scalar, double, int)':
  314. Graphics_Systems/Direct3D9/DX9d3d.cpp:310:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  315. if (ms >= caps.MaxActiveLights)
  316. ^
  317. Graphics_Systems/Direct3D9/DX9d3d.cpp: In member function 'bool d3d_lights::light_define_specularity(int, int, int, int, double)':
  318. Graphics_Systems/Direct3D9/DX9d3d.cpp:354:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  319. if (ms >= caps.MaxActiveLights)
  320. ^
  321. Graphics_Systems/Direct3D9/DX9d3d.cpp: In member function 'bool d3d_lights::light_enable(int)':
  322. Graphics_Systems/Direct3D9/DX9d3d.cpp:368:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  323. if (ms >= caps.MaxActiveLights)
  324. ^
  325. Graphics_Systems/Direct3D9/DX9d3d.cpp: In function 'void enigma_user::d3d_light_specularity(int, int, int, int, double)':
  326. Graphics_Systems/Direct3D9/DX9d3d.cpp:411:34: warning: narrowing conversion of 'r' from 'int' to 'float' inside { } [-Wnarrowing]
  327. float specular[4] = {r, g, b, a};
  328. ^
  329. Graphics_Systems/Direct3D9/DX9d3d.cpp:411:34: warning: narrowing conversion of 'g' from 'int' to 'float' inside { } [-Wnarrowing]
  330. Graphics_Systems/Direct3D9/DX9d3d.cpp:411:34: warning: narrowing conversion of 'b' from 'int' to 'float' inside { } [-Wnarrowing]
  331. Graphics_Systems/Direct3D9/DX9d3d.cpp:411:34: warning: narrowing conversion of 'a' from 'double' to 'float' inside { } [-Wnarrowing]
  332. Graphics_Systems/Direct3D9/DX9d3d.cpp:411:9: warning: unused variable 'specular' [-Wunused-variable]
  333. float specular[4] = {r, g, b, a};
  334. ^
  335. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9profiler.o Graphics_Systems/Direct3D9/DX9profiler.cpp
  336. g++ -std=c++11 -I../Additional/i686-w64-mingw32/include -g -DDEBUG_MODE -Wall -g -DDEBUG_MODE -DPATH_EXT_SET -IPlatforms/Win32/Info -IGraphics_Systems/Direct3D9/Info -IAudio_Systems/OpenAL/Info -ICollision_Systems/Precise/Info -IWidget_Systems/Win32/Info -INetworking_Systems/None/Info -IUniversal_System/Info -I. -IC:/ProgramData/ENIGMA/ -Wall -g -DDEBUG_MODE -MMD -MP -c -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/SHELLmain.o SHELLmain.cpp
  337. In file included from SHELLmain.cpp:109:0:
  338. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_window_caption_buttons(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
  339. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:4074:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  340. if(enigma::varaccess_over(int(self))== j)
  341. ^
  342. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:4111:11: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  343. if(enigma::varaccess_over(int(self))== j)
  344. ^
  345. In file included from SHELLmain.cpp:109:0:
  346. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_form_room_draw(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
  347. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6168:13: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  348. if(enigma::varaccess_over(int(global))== enigma::glaccess(int(other))-> id)
  349. ^
  350. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In function 'variant _SCR_hotkey_check(variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant, variant)':
  351. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6382:16: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  352. else if(enigma::varaccess_value(int(self))[int(i)]== enigma::varaccess_vk_rwin(int(self)))
  353. ^
  354. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6379:16: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  355. else if(enigma::varaccess_value(int(self))[int(i)]== enigma::varaccess_vk_lwin(int(self)))
  356. ^
  357. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6376:16: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  358. else if(enigma::varaccess_value(int(self))[int(i)]== vk_rshift)
  359. ^
  360. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6373:16: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  361. else if(enigma::varaccess_value(int(self))[int(i)]== vk_ralt)
  362. ^
  363. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6370:16: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  364. else if(enigma::varaccess_value(int(self))[int(i)]== vk_rcontrol)
  365. ^
  366. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6367:16: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  367. else if(enigma::varaccess_value(int(self))[int(i)]== vk_shift)
  368. ^
  369. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6364:16: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  370. else if(enigma::varaccess_value(int(self))[int(i)]== vk_alt)
  371. ^
  372. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:6361:16: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  373. else if(enigma::varaccess_value(int(self))[int(i)]== vk_control)
  374. ^
  375. In file included from SHELLmain.cpp:109:0:
  376. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In member function 'variant enigma::OBJ_obj_controller::_SCR_hotkey_check(variant)':
  377. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:11040:14: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  378. else if(enigma::varaccess_value(int(self))[int(i)]== enigma::varaccess_vk_rwin(int(self)))
  379. ^
  380. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:11037:14: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  381. else if(enigma::varaccess_value(int(self))[int(i)]== enigma::varaccess_vk_lwin(int(self)))
  382. ^
  383. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:11034:14: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  384. else if(enigma::varaccess_value(int(self))[int(i)]== vk_rshift)
  385. ^
  386. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:11031:14: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  387. else if(enigma::varaccess_value(int(self))[int(i)]== vk_ralt)
  388. ^
  389. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:11028:14: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  390. else if(enigma::varaccess_value(int(self))[int(i)]== vk_rcontrol)
  391. ^
  392. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:11025:14: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  393. else if(enigma::varaccess_value(int(self))[int(i)]== vk_shift)
  394. ^
  395. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:11022:14: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  396. else if(enigma::varaccess_value(int(self))[int(i)]== vk_alt)
  397. ^
  398. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:11019:14: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  399. else if(enigma::varaccess_value(int(self))[int(i)]== vk_control)
  400. ^
  401. In file included from SHELLmain.cpp:109:0:
  402. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In member function 'variant enigma::OBJ_obj_controller::_SCR_window_caption_buttons(variant, variant, variant)':
  403. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:12090:9: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  404. if(enigma::varaccess_over(int(self))== j)
  405. ^
  406. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:12127:9: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  407. if(enigma::varaccess_over(int(self))== j)
  408. ^
  409. In file included from SHELLmain.cpp:109:0:
  410. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h: In member function 'variant enigma::OBJ_obj_window::_SCR_window_caption_buttons(variant, variant, variant)':
  411. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:13464:9: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  412. if(enigma::varaccess_over(int(self))== j)
  413. ^
  414. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:13501:9: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
  415. if(enigma::varaccess_over(int(self))== j)
  416. ^
  417. mingw32-make.exe[1]: Leaving directory `F:/ENIGMA/ENIGMA/enigma-dev/ENIGMAsystem/SHELL'
  418. mingw32-make.exe[1]: Entering directory `F:/ENIGMA/ENIGMA/enigma-dev/ENIGMAsystem/SHELL'
  419. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/
  420. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Audio_Systems/OpenAL/
  421. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Bridges/Win32-Direct3D9/
  422. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Collision_Systems/Precise/
  423. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/
  424. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/General/
  425. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Platforms/Win32/
  426. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/
  427. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/Alarms/
  428. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/BasicGUI/
  429. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/DataStructures/
  430. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/DateTime/
  431. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/MotionPlanning/
  432. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/
  433. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/Paths/
  434. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/Timelines/
  435. mkdir.exe -p C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Widget_Systems/Win32/
  436. echo "// GENERATED RESOURCE FILE FRONTEND" > C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/resources.rc
  437. for res in Preprocessor_Environment_Editable/Resources.rc Widget_Systems/Win32/getstring.rc Widget_Systems/Win32/getlogin.rc Widget_Systems/Win32/showinfo.rc Widget_Systems/Win32/showmessageext.rc; do echo "#include \"$res\"" >> C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/resources.rc; done
  438. windres.exe --codepage=65001 -o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/resources.res -I. -IC:/ProgramData/ENIGMA/ C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/resources.rc -O coff
  439. windres.exe: warning: 24: 1: 1033: duplicate value
  440. windres.exe: warning: 24: 1: 1033: duplicate value
  441. windres.exe: warning: 24: 1: 1033: duplicate value
  442. g++ -L../Additional/i686-w64-mingw32/lib -static-libgcc -static-libstdc++ -o "C:/Users/nolan/AppData/Local/Temp/egm3786496079349354878.exe" C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/SHELLmain.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/libEGMstd.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Platforms/Win32/WINDOWSjoystick.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Platforms/Win32/WINDOWSmain.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Platforms/Win32/WINDOWSregistry.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Platforms/Win32/WINDOWScallback.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Platforms/Win32/WINDOWSwindow.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Platforms/Win32/WINDOWSfilemanip.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Platforms/Win32/WINDOWSthreads.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Platforms/Win32/WINDOWSsystem.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Platforms/Win32/WINDOWSexternals.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9profiler.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9d3d.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9textures.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9model.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DIRECTX9Std.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9enable.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9draw.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9sprite.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9background.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9colors.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9surface.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9primitives.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9vertex.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9tiles.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9matrix.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9shader.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9blend.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/Direct3D9/DX9screen.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/General/GSfont.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/General/GSstdraw.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/General/GSsurface.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/General/GScurves.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/General/GSsprite.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/General/GSmath.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Graphics_Systems/General/GSbackground.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Audio_Systems/OpenAL/ALsystem.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Audio_Systems/OpenAL/ALadvanced.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Audio_Systems/OpenAL/ALbasic.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Collision_Systems/Precise/PRECimpl.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Collision_Systems/Precise/PRECfuncs.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Collision_Systems/Precise/placeholderlinks.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Widget_Systems/Win32/widgets.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Widget_Systems/Win32/menus.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Widget_Systems/Win32/dialogs.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/CallbackArrays.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/instance_planar.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/object.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/lodepng.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/instance.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/mathnc.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/timelines_object.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/var_array.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/backgroundstruct.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/multifunction_variant.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/highscore_functions.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/loading.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/fontinit.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/rectpack.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/soundinit.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/darray.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/callbacks_events.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/bufferstruct.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/transform_object.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/terminal_io.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/instance_system.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/collisions_object.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/globalupdate.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/move_functions.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/reflexive_types.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/debugscope.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/var4.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/fontstruct.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/fileio.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/planar_object.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/lives.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/shaderstruct.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/dynamic_args.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/spriteinit.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/gif_format.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/estring.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/graphics_object.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/backgroundinit.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/spritestruct.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/ENIGMA_GLOBALS.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/resource_data.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/image_formats.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/zlib.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/roomsystem.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/depth_draw.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/var4_lua.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/DateTime/date_time.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/Paths/path_functions.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/Paths/pathinit.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/Paths/pathstruct.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/DataStructures/data_structures.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/MotionPlanning/mp_movement.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/MotionPlanning/motion_planning.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/MotionPlanning/motion_planning_struct.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/Alarms/alarmcode.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/BasicGUI/buttons.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/BasicGUI/windows.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/BasicGUI/skins.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/BasicGUI/toggles.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/BasicGUI/sliders.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/BasicGUI/styles.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/BasicGUI/labels.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/BasicGUI/groups.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/PS_effects.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/PS_particle_emitter.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/PS_particle_attractor.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/PS_actions.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/PS_particle_changer.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/PS_particle_updatedraw.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/PS_particle_deflector.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/PS_particle_destroyer.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/PS_particle_particles_apiimpl.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/PS_particle_sprites.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/PS_particle_type.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/PS_particle_system_apiimpl.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/PS_particle_depths.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/PS_particle_system_manager.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/ParticleSystems/PS_particle_system.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Universal_System/Extensions/Timelines/timelines.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/Bridges/Win32-Direct3D9/graphics_bridge.o C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/resources.res -lffi -lcomdlg32 -lgdi32 -lwinmm -lwininet -ld3d9 -ld3dx9 -lALURE32-static -lOpenAL32 -lvorbisfile -lvorbis -logg -lFLAC -lsndfile -lmodplug -lmpg123 -lole32 -lwinmm -lcomctl32 -luuid -lole32 -lz -ld3d9 -ldxerr9
  443. C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/SHELLmain.o: In function `Z22_SCR_scroll_area_begin7variantS_S_S_S_S_S_S_S_S_S_S_S_S_S_S_':
  444. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:1728: undefined reference to `enigma_user::surface_create(int, int, bool)'
  445. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:1768: undefined reference to `enigma_user::surface_create(int, int, bool)'
  446. C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/SHELLmain.o: In function `Z19_SCR_surface_resize7variantS_S_S_S_S_S_S_S_S_S_S_S_S_S_S_':
  447. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:2748: undefined reference to `enigma_user::surface_create(int, int, bool)'
  448. C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/SHELLmain.o: In function `Z29_SCR_sprite_create_from_strip7variantS_S_S_S_S_S_S_S_S_S_S_S_S_S_S_':
  449. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:2869: undefined reference to `enigma_user::surface_create(int, int, bool)'
  450. C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/SHELLmain.o: In function `Z32_SCR_create_premultiplied_sprite7variantS_S_S_S_S_S_S_S_S_S_S_S_S_S_S_':
  451. C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:3007: undefined reference to `enigma_user::surface_create(int, int, bool)'
  452. C:/ProgramData/ENIGMA/.eobjs/Windows/Windows/Debug/SHELLmain.o:C:/ProgramData/ENIGMA/Preprocessor_Environment_Editable/IDE_EDIT_objectfunctionality.h:3082: more undefined references to `enigma_user::surface_create(int, int, bool)' follow
  453. collect2.exe: error: ld returned 1 exit status
  454. mingw32-make.exe[1]: *** [compile_game] Error 1
  455. mingw32-make.exe[1]: Leaving directory `F:/ENIGMA/ENIGMA/enigma-dev/ENIGMAsystem/SHELL'
  456. mingw32-make.exe: *** [Game] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement