Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.35 KB | None | 0 0
  1. scons -j8 platform=x11
  2. scons: Reading SConscript files ...
  3. Enabling ALSA
  4. Enabling PulseAudio
  5. Checking for C header file mntent.h... (cached) yes
  6. scons: done reading SConscript files.
  7. scons: Building targets ...
  8. [Initial build] Compiling ==> modules/voxel/terrain/voxel_lod_terrain.cpp
  9. [Initial build] Compiling ==> thirdparty/libvpx/vp8/decoder/onyxd_if.c
  10. [Initial build] Compiling ==> thirdparty/libvpx/vp9/vp9_dx_iface.c
  11. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_alloccommon.c
  12. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_blockd.c
  13. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_common_data.c
  14. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_debugmodes.c
  15. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_entropy.c
  16. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_entropymode.c
  17. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_entropymv.c
  18. In file included from modules/voxel/terrain/../streams/voxel_stream.h:4:0,
  19. from modules/voxel/terrain/voxel_lod_terrain.h:4,
  20. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  21. modules/voxel/terrain/../streams/../voxel_buffer.h: In member function 'bool VoxelBuffer::validate_pos(unsigned int, unsigned int, unsigned int) const':
  22. modules/voxel/terrain/../streams/../voxel_buffer.h:90:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  23. return x < _size.x && y < _size.y && z < _size.z;
  24. ~~^~~~~~~~~
  25. modules/voxel/terrain/../streams/../voxel_buffer.h:90:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  26. return x < _size.x && y < _size.y && z < _size.z;
  27. ~~^~~~~~~~~
  28. modules/voxel/terrain/../streams/../voxel_buffer.h:90:42: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  29. return x < _size.x && y < _size.y && z < _size.z;
  30. ~~^~~~~~~~~
  31. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_filter.c
  32. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_frame_buffers.c
  33. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_idct.c
  34. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_loopfilter.c
  35. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_mvref_common.c
  36. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_pred_common.c
  37. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_quant_common.c
  38. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_reconinter.c
  39. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_reconintra.c
  40. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_rtcd.c
  41. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_scale.c
  42. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_scan.c
  43. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_seg_common.c
  44. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_thread_common.c
  45. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/vp9_tile_common.c
  46. [Initial build] Compiling ==> thirdparty/libvpx/vp9/decoder/vp9_decodeframe.c
  47. [Initial build] Compiling ==> thirdparty/libvpx/vp9/decoder/vp9_decodemv.c
  48. [Initial build] Compiling ==> thirdparty/libvpx/vp9/decoder/vp9_decoder.c
  49. [Initial build] Compiling ==> thirdparty/libvpx/vp9/decoder/vp9_detokenize.c
  50. [Initial build] Compiling ==> thirdparty/libvpx/vp9/decoder/vp9_dsubexp.c
  51. [Initial build] Compiling ==> thirdparty/libvpx/vp9/decoder/vp9_dthread.c
  52. [Initial build] Compiling ==> thirdparty/libvpx/vpx/src/vpx_codec.c
  53. [Initial build] Compiling ==> thirdparty/libvpx/vpx/src/vpx_decoder.c
  54. [Initial build] Compiling ==> thirdparty/libvpx/vpx/src/vpx_image.c
  55. [Initial build] Compiling ==> thirdparty/libvpx/vpx/src/vpx_psnr.c
  56. [Initial build] Compiling ==> thirdparty/libvpx/vpx_dsp/bitreader.c
  57. [Initial build] Compiling ==> thirdparty/libvpx/vpx_dsp/bitreader_buffer.c
  58. [Initial build] Compiling ==> thirdparty/libvpx/vpx_dsp/intrapred.c
  59. [Initial build] Compiling ==> thirdparty/libvpx/vpx_dsp/inv_txfm.c
  60. [Initial build] Compiling ==> thirdparty/libvpx/vpx_dsp/loopfilter.c
  61. [Initial build] Compiling ==> thirdparty/libvpx/vpx_dsp/prob.c
  62. [Initial build] Compiling ==> thirdparty/libvpx/vpx_dsp/vpx_convolve.c
  63. [Initial build] Compiling ==> thirdparty/libvpx/vpx_dsp/vpx_dsp_rtcd.c
  64. [Initial build] Compiling ==> thirdparty/libvpx/vpx_mem/vpx_mem.c
  65. [Initial build] Compiling ==> thirdparty/libvpx/vpx_scale/vpx_scale_rtcd.c
  66. [Initial build] Compiling ==> thirdparty/libvpx/vpx_scale/generic/yv12config.c
  67. [Initial build] Compiling ==> thirdparty/libvpx/vpx_scale/generic/yv12extend.c
  68. [Initial build] Compiling ==> thirdparty/libvpx/vpx_util/vpx_thread.c
  69. In file included from modules/voxel/terrain/../meshers/dmc/voxel_mesher_dmc.h:6:0,
  70. from modules/voxel/terrain/voxel_mesh_updater.h:9,
  71. from modules/voxel/terrain/voxel_lod_terrain.h:8,
  72. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  73. modules/voxel/terrain/../meshers/dmc/hermite_value.h: In function 'float dmc::get_isolevel_clamped(const VoxelBuffer&, unsigned int, unsigned int, unsigned int)':
  74. modules/voxel/terrain/../meshers/dmc/hermite_value.h:21:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  75. x = x >= voxels.get_size().x ? voxels.get_size().x - 1 : x;
  76. ~~^~~~~~~~~~~~~~~~~~~~~~
  77. modules/voxel/terrain/../meshers/dmc/hermite_value.h:22:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  78. y = y >= voxels.get_size().y ? voxels.get_size().y - 1 : y;
  79. ~~^~~~~~~~~~~~~~~~~~~~~~
  80. modules/voxel/terrain/../meshers/dmc/hermite_value.h:23:8: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  81. z = z >= voxels.get_size().z ? voxels.get_size().z - 1 : z;
  82. ~~^~~~~~~~~~~~~~~~~~~~~~
  83. [Initial build] Compiling ==> thirdparty/libvpx/vp8/decoder/threading.c
  84. [Initial build] Compiling ==> thirdparty/libvpx/vp8/common/x86/idct_blk_mmx.c
  85. In file included from ./thirdparty/misc/pcg.h:7:0,
  86. from ./core/math/random_pcg.h:36,
  87. from ./core/math/math_funcs.h:35,
  88. from ./core/hashfuncs.h:35,
  89. from modules/voxel/terrain/../streams/../math/vector3i.h:4,
  90. from modules/voxel/terrain/../streams/../voxel_buffer.h:4,
  91. from modules/voxel/terrain/../streams/voxel_stream.h:4,
  92. from modules/voxel/terrain/voxel_lod_terrain.h:4,
  93. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  94. modules/voxel/terrain/voxel_lod_terrain.cpp: In member function 'void VoxelLodTerrain::immerge_block(Vector3i, unsigned int)':
  95. modules/voxel/terrain/voxel_lod_terrain.cpp:108:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  96. ERR_FAIL_COND(lod_index >= get_lod_count());
  97. ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  98. ./core/typedefs.h:317:41: note: in definition of macro 'unlikely'
  99. #define unlikely(x) __builtin_expect(!!(x), 0)
  100. ^
  101. modules/voxel/terrain/voxel_lod_terrain.cpp:108:2: note: in expansion of macro 'ERR_FAIL_COND'
  102. ERR_FAIL_COND(lod_index >= get_lod_count());
  103. ^~~~~~~~~~~~~
  104. modules/voxel/terrain/voxel_lod_terrain.cpp: In member function 'void VoxelLodTerrain::set_lod_count(unsigned int)':
  105. modules/voxel/terrain/voxel_lod_terrain.cpp:154:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  106. if (get_lod_count() != p_lod_count) {
  107. ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~
  108. [Initial build] modules/voxel/terrain/voxel_lod_terrain.cpp:157:71: error: invalid initialization of non-const reference of type 'LodOctree<bool>::NoDestroyAction&' from an rvalue of type 'LodOctree<bool>::NoDestroyAction'
  109. _lod_octree.create_from_lod_count(bs, p_lod_count, LodOctree<bool>::NoDestroyAction());
  110. ^~~~~~~~~~~~~~~~~
  111. In file included from modules/voxel/terrain/voxel_lod_terrain.h:5:0,
  112. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  113. modules/voxel/terrain/lod_octree.h:60:7: note: initializing argument 3 of 'void LodOctree<T>::create_from_lod_count(int, unsigned int, A&) [with A = LodOctree<bool>::NoDestroyAction; T = bool]'
  114. void create_from_lod_count(int base_size, unsigned int lod_count, A &destroy_action) {
  115. ^~~~~~~~~~~~~~~~~~~~~
  116. In file included from ./thirdparty/misc/pcg.h:7:0,
  117. from ./core/math/random_pcg.h:36,
  118. from ./core/math/math_funcs.h:35,
  119. from ./core/hashfuncs.h:35,
  120. from modules/voxel/terrain/../streams/../math/vector3i.h:4,
  121. from modules/voxel/terrain/../streams/../voxel_buffer.h:4,
  122. from modules/voxel/terrain/../streams/voxel_stream.h:4,
  123. from modules/voxel/terrain/voxel_lod_terrain.h:4,
  124. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  125. modules/voxel/terrain/voxel_lod_terrain.cpp: In member function 'Dictionary VoxelLodTerrain::get_block_info(Vector3, unsigned int) const':
  126. modules/voxel/terrain/voxel_lod_terrain.cpp:205:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  127. ERR_FAIL_COND_V(lod_index >= get_lod_count(), d);
  128. ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  129. ./core/typedefs.h:317:41: note: in definition of macro 'unlikely'
  130. #define unlikely(x) __builtin_expect(!!(x), 0)
  131. ^
  132. modules/voxel/terrain/voxel_lod_terrain.cpp:205:2: note: in expansion of macro 'ERR_FAIL_COND_V'
  133. ERR_FAIL_COND_V(lod_index >= get_lod_count(), d);
  134. ^~~~~~~~~~~~~~~
  135. modules/voxel/terrain/voxel_lod_terrain.cpp: In member function 'Vector3 VoxelLodTerrain::voxel_to_block_position(Vector3, unsigned int) const':
  136. modules/voxel/terrain/voxel_lod_terrain.cpp:238:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  137. ERR_FAIL_COND_V(lod_index >= get_lod_count(), Vector3());
  138. ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  139. ./core/typedefs.h:317:41: note: in definition of macro 'unlikely'
  140. #define unlikely(x) __builtin_expect(!!(x), 0)
  141. ^
  142. modules/voxel/terrain/voxel_lod_terrain.cpp:238:2: note: in expansion of macro 'ERR_FAIL_COND_V'
  143. ERR_FAIL_COND_V(lod_index >= get_lod_count(), Vector3());
  144. ^~~~~~~~~~~~~~~
  145. modules/voxel/terrain/voxel_lod_terrain.cpp: In member function 'void VoxelLodTerrain::_notification(int)':
  146. modules/voxel/terrain/voxel_lod_terrain.cpp:286:19: error: invalid initialization of non-const reference of type 'VoxelLodTerrain::_notification(int)::EnterWorldAction&' from an rvalue of type 'VoxelLodTerrain::_notification(int)::EnterWorldAction'
  147. for_all_blocks(EnterWorldAction(*get_world()));
  148. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  149. In file included from modules/voxel/terrain/voxel_lod_terrain.cpp:1:0:
  150. modules/voxel/terrain/voxel_lod_terrain.h:81:7: note: initializing argument 1 of 'void VoxelLodTerrain::for_all_blocks(A&) [with A = VoxelLodTerrain::_notification(int)::EnterWorldAction]'
  151. void for_all_blocks(A &action) {
  152. ^~~~~~~~~~~~~~
  153. modules/voxel/terrain/voxel_lod_terrain.cpp:290:19: error: invalid initialization of non-const reference of type 'VoxelLodTerrain::_notification(int)::ExitWorldAction&' from an rvalue of type 'VoxelLodTerrain::_notification(int)::ExitWorldAction'
  154. for_all_blocks(ExitWorldAction());
  155. ^~~~~~~~~~~~~~~~~
  156. In file included from modules/voxel/terrain/voxel_lod_terrain.cpp:1:0:
  157. modules/voxel/terrain/voxel_lod_terrain.h:81:7: note: initializing argument 1 of 'void VoxelLodTerrain::for_all_blocks(A&) [with A = VoxelLodTerrain::_notification(int)::ExitWorldAction]'
  158. void for_all_blocks(A &action) {
  159. ^~~~~~~~~~~~~~
  160. modules/voxel/terrain/voxel_lod_terrain.cpp:294:19: error: invalid initialization of non-const reference of type 'VoxelLodTerrain::_notification(int)::SetVisibilityAction&' from an rvalue of type 'VoxelLodTerrain::_notification(int)::SetVisibilityAction'
  161. for_all_blocks(SetVisibilityAction(is_visible()));
  162. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  163. In file included from modules/voxel/terrain/voxel_lod_terrain.cpp:1:0:
  164. modules/voxel/terrain/voxel_lod_terrain.h:81:7: note: initializing argument 1 of 'void VoxelLodTerrain::for_all_blocks(A&) [with A = VoxelLodTerrain::_notification(int)::SetVisibilityAction]'
  165. void for_all_blocks(A &action) {
  166. ^~~~~~~~~~~~~~
  167. In file included from ./thirdparty/misc/pcg.h:7:0,
  168. from ./core/math/random_pcg.h:36,
  169. from ./core/math/math_funcs.h:35,
  170. from ./core/hashfuncs.h:35,
  171. from modules/voxel/terrain/../streams/../math/vector3i.h:4,
  172. from modules/voxel/terrain/../streams/../voxel_buffer.h:4,
  173. from modules/voxel/terrain/../streams/voxel_stream.h:4,
  174. from modules/voxel/terrain/voxel_lod_terrain.h:4,
  175. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  176. modules/voxel/terrain/voxel_lod_terrain.cpp: In member function 'void VoxelLodTerrain::try_schedule_loading_with_neighbors(const Vector3i&, unsigned int)':
  177. modules/voxel/terrain/voxel_lod_terrain.cpp:325:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  178. CRASH_COND(lod_index >= get_lod_count());
  179. ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  180. ./core/typedefs.h:317:41: note: in definition of macro 'unlikely'
  181. #define unlikely(x) __builtin_expect(!!(x), 0)
  182. ^
  183. modules/voxel/terrain/voxel_lod_terrain.cpp:325:2: note: in expansion of macro 'CRASH_COND'
  184. CRASH_COND(lod_index >= get_lod_count());
  185. ^~~~~~~~~~
  186. [Initial build] modules/voxel/terrain/voxel_lod_terrain.cpp: In member function 'bool VoxelLodTerrain::check_block_loaded_and_updated(const Vector3i&, unsigned int)':
  187. modules/voxel/terrain/voxel_lod_terrain.cpp:352:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  188. CRASH_COND(lod_index >= get_lod_count());
  189. ~~~~~~~~~~^~~~~~~~~~~~~~~~~~
  190. ./core/typedefs.h:317:41: note: in definition of macro 'unlikely'
  191. #define unlikely(x) __builtin_expect(!!(x), 0)
  192. ^
  193. modules/voxel/terrain/voxel_lod_terrain.cpp:352:2: note: in expansion of macro 'CRASH_COND'
  194. CRASH_COND(lod_index >= get_lod_count());
  195. ^~~~~~~~~~
  196. Compiling ==> thirdparty/libvpx/vp8/common/x86/idct_blk_sse2.c
  197. modules/voxel/terrain/voxel_lod_terrain.cpp: In member function 'void VoxelLodTerrain::_process()':
  198. modules/voxel/terrain/voxel_lod_terrain.cpp:421:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  199. for (unsigned int lod_index = 0; lod_index < get_lod_count(); ++lod_index) {
  200. ~~~~~~~~~~^~~~~~~~~~~~~~~~~
  201. modules/voxel/terrain/voxel_lod_terrain.cpp:549:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  202. for (unsigned int lod_index = 0; lod_index < get_lod_count(); ++lod_index) {
  203. ~~~~~~~~~~^~~~~~~~~~~~~~~~~
  204. modules/voxel/terrain/voxel_lod_terrain.cpp:552:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  205. for (int i = 0; i < lod.blocks_to_load.size(); ++i) {
  206. ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
  207. modules/voxel/terrain/voxel_lod_terrain.cpp:582:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  208. if (ob.lod >= get_lod_count()) {
  209. ~~~~~~~^~~~~~~~~~~~~~~~~~
  210. modules/voxel/terrain/voxel_lod_terrain.cpp:637:46: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  211. for (unsigned int lod_index = 0; lod_index < get_lod_count(); ++lod_index) {
  212. ~~~~~~~~~~^~~~~~~~~~~~~~~~~
  213. modules/voxel/terrain/voxel_lod_terrain.cpp:640:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  214. for (int i = 0; i < lod.blocks_pending_update.size(); ++i) {
  215. ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  216. modules/voxel/terrain/voxel_lod_terrain.cpp:689:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  217. for (unsigned int i = 0; i < output.blocks.size(); ++i) {
  218. ~~^~~~~~~~~~~~~~~~~~~~~~
  219. modules/voxel/terrain/voxel_lod_terrain.cpp:692:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  220. if (ob.lod >= get_lod_count()) {
  221. ~~~~~~~^~~~~~~~~~~~~~~~~~
  222. modules/voxel/terrain/voxel_lod_terrain.cpp:711:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  223. for (; queue_index < _blocks_pending_main_thread_update.size() && os.get_ticks_msec() < timeout; ++queue_index) {
  224. ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225. modules/voxel/terrain/voxel_lod_terrain.cpp:715:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  226. if (ob.lod >= get_lod_count()) {
  227. ~~~~~~~^~~~~~~~~~~~~~~~~~
  228. [Initial build] Compiling ==> thirdparty/libvpx/vp9/common/x86/vp9_idct_intrin_sse2.c
  229. [Initial build] Compiling ==> thirdparty/libvpx/vpx_dsp/x86/inv_txfm_sse2.c
  230. In file included from modules/voxel/terrain/voxel_data_loader.h:4:0,
  231. from modules/voxel/terrain/voxel_lod_terrain.h:6,
  232. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  233. modules/voxel/terrain/block_thread_manager.h: In instantiation of 'void VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::push(const VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::Input&) [with InputBlockData_T = VoxelDataLoader::InputBlockData; OutputBlockData_T = VoxelDataLoader::OutputBlockData; Processor_T = VoxelDataLoader::Processor]':
  234. modules/voxel/terrain/voxel_data_loader.h:36:50: required from here
  235. modules/voxel/terrain/block_thread_manager.h:135:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  236. for (int job_index = 0; job_index < _job_count; ++job_index) {
  237. ~~~~~~~~~~^~~~~~~~~~~~
  238. In file included from ./thirdparty/misc/pcg.h:7:0,
  239. from ./core/math/random_pcg.h:36,
  240. from ./core/math/math_funcs.h:35,
  241. from ./core/hashfuncs.h:35,
  242. from modules/voxel/terrain/../streams/../math/vector3i.h:4,
  243. from modules/voxel/terrain/../streams/../voxel_buffer.h:4,
  244. from modules/voxel/terrain/../streams/voxel_stream.h:4,
  245. from modules/voxel/terrain/voxel_lod_terrain.h:4,
  246. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  247. ./core/typedefs.h:130:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  248. #define MAX(m_a, m_b) (((m_a) > (m_b)) ? (m_a) : (m_b))
  249. ~~~~~~~^~~~~~~~
  250. modules/voxel/terrain/block_thread_manager.h:141:28: note: in expansion of macro 'MAX'
  251. highest_pending_count = MAX(highest_pending_count, job.shared_input.blocks.size());
  252. ^~~
  253. ./core/typedefs.h:126:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  254. #define MIN(m_a, m_b) (((m_a) < (m_b)) ? (m_a) : (m_b))
  255. ~~~~~~~^~~~~~~~
  256. modules/voxel/terrain/block_thread_manager.h:142:27: note: in expansion of macro 'MIN'
  257. lowest_pending_count = MIN(lowest_pending_count, job.shared_input.blocks.size());
  258. ^~~
  259. In file included from modules/voxel/terrain/voxel_data_loader.h:4:0,
  260. from modules/voxel/terrain/voxel_lod_terrain.h:6,
  261. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  262. modules/voxel/terrain/block_thread_manager.h:152:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  263. for (int job_index = 0; job_index < _job_count && i < input.blocks.size(); ++job_index) {
  264. ~~~~~~~~~~^~~~~~~~~~~~
  265. modules/voxel/terrain/block_thread_manager.h:152:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  266. for (int job_index = 0; job_index < _job_count && i < input.blocks.size(); ++job_index) {
  267.  
  268. In file included from ./thirdparty/misc/pcg.h:7:0,
  269. from ./core/math/random_pcg.h:36,
  270. from ./core/math/math_funcs.h:35,
  271. from ./core/hashfuncs.h:35,
  272. from modules/voxel/terrain/../streams/../math/vector3i.h:4,
  273. from modules/voxel/terrain/../streams/../voxel_buffer.h:4,
  274. from modules/voxel/terrain/../streams/voxel_stream.h:4,
  275. from modules/voxel/terrain/voxel_lod_terrain.h:4,
  276. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  277. ./core/typedefs.h:126:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  278. #define MIN(m_a, m_b) (((m_a) < (m_b)) ? (m_a) : (m_b))
  279. ~~~~~~~^~~~~~~~
  280. modules/voxel/terrain/block_thread_manager.h:157:16: note: in expansion of macro 'MIN'
  281. int count = MIN(median_pending_count - pending_count, input.blocks.size());
  282. ^~~
  283. In file included from modules/voxel/terrain/voxel_data_loader.h:4:0,
  284. from modules/voxel/terrain/voxel_lod_terrain.h:6,
  285. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  286. modules/voxel/terrain/block_thread_manager.h:160:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  287. if (i + count > input.blocks.size()) {
  288.  
  289. modules/voxel/terrain/block_thread_manager.h:172:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  290. for (int job_index = 0; job_index < _job_count && i < input.blocks.size(); ++job_index) {
  291. ~~~~~~~~~~^~~~~~~~~~~~
  292. modules/voxel/terrain/block_thread_manager.h:172:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  293. for (int job_index = 0; job_index < _job_count && i < input.blocks.size(); ++job_index) {
  294.  
  295. modules/voxel/terrain/block_thread_manager.h:182:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  296. if (i + count > input.blocks.size()) {
  297.  
  298. modules/voxel/terrain/block_thread_manager.h:191:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  299. for (int job_index = 0; job_index < _job_count; ++job_index) {
  300. ~~~~~~~~~~^~~~~~~~~~~~
  301. modules/voxel/terrain/block_thread_manager.h: In instantiation of 'void VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::push(const VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::Input&) [with InputBlockData_T = VoxelMeshUpdater::InputBlockData; OutputBlockData_T = VoxelMeshUpdater::OutputBlockData; Processor_T = VoxelMeshUpdater::Processor]':
  302. modules/voxel/terrain/voxel_mesh_updater.h:50:50: required from here
  303. modules/voxel/terrain/block_thread_manager.h:135:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  304. for (int job_index = 0; job_index < _job_count; ++job_index) {
  305. ~~~~~~~~~~^~~~~~~~~~~~
  306. In file included from ./thirdparty/misc/pcg.h:7:0,
  307. from ./core/math/random_pcg.h:36,
  308. from ./core/math/math_funcs.h:35,
  309. from ./core/hashfuncs.h:35,
  310. from modules/voxel/terrain/../streams/../math/vector3i.h:4,
  311. from modules/voxel/terrain/../streams/../voxel_buffer.h:4,
  312. from modules/voxel/terrain/../streams/voxel_stream.h:4,
  313. from modules/voxel/terrain/voxel_lod_terrain.h:4,
  314. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  315. ./core/typedefs.h:130:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  316. #define MAX(m_a, m_b) (((m_a) > (m_b)) ? (m_a) : (m_b))
  317. ~~~~~~~^~~~~~~~
  318. modules/voxel/terrain/block_thread_manager.h:141:28: note: in expansion of macro 'MAX'
  319. highest_pending_count = MAX(highest_pending_count, job.shared_input.blocks.size());
  320. ^~~
  321. ./core/typedefs.h:126:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  322. #define MIN(m_a, m_b) (((m_a) < (m_b)) ? (m_a) : (m_b))
  323. ~~~~~~~^~~~~~~~
  324. modules/voxel/terrain/block_thread_manager.h:142:27: note: in expansion of macro 'MIN'
  325. lowest_pending_count = MIN(lowest_pending_count, job.shared_input.blocks.size());
  326. ^~~
  327. In file included from modules/voxel/terrain/voxel_data_loader.h:4:0,
  328. from modules/voxel/terrain/voxel_lod_terrain.h:6,
  329. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  330. modules/voxel/terrain/block_thread_manager.h:152:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  331. for (int job_index = 0; job_index < _job_count && i < input.blocks.size(); ++job_index) {
  332. ~~~~~~~~~~^~~~~~~~~~~~
  333. modules/voxel/terrain/block_thread_manager.h:152:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  334. for (int job_index = 0; job_index < _job_count && i < input.blocks.size(); ++job_index) {
  335.  
  336. In file included from ./thirdparty/misc/pcg.h:7:0,
  337. from ./core/math/random_pcg.h:36,
  338. from ./core/math/math_funcs.h:35,
  339. from ./core/hashfuncs.h:35,
  340. from modules/voxel/terrain/../streams/../math/vector3i.h:4,
  341. from modules/voxel/terrain/../streams/../voxel_buffer.h:4,
  342. from modules/voxel/terrain/../streams/voxel_stream.h:4,
  343. from modules/voxel/terrain/voxel_lod_terrain.h:4,
  344. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  345. ./core/typedefs.h:126:31: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  346. #define MIN(m_a, m_b) (((m_a) < (m_b)) ? (m_a) : (m_b))
  347. ~~~~~~~^~~~~~~~
  348. modules/voxel/terrain/block_thread_manager.h:157:16: note: in expansion of macro 'MIN'
  349. int count = MIN(median_pending_count - pending_count, input.blocks.size());
  350. ^~~
  351. In file included from modules/voxel/terrain/voxel_data_loader.h:4:0,
  352. from modules/voxel/terrain/voxel_lod_terrain.h:6,
  353. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  354. modules/voxel/terrain/block_thread_manager.h:160:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  355. if (i + count > input.blocks.size()) {
  356.  
  357. modules/voxel/terrain/block_thread_manager.h:172:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  358. for (int job_index = 0; job_index < _job_count && i < input.blocks.size(); ++job_index) {
  359. ~~~~~~~~~~^~~~~~~~~~~~
  360. modules/voxel/terrain/block_thread_manager.h:172:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  361. for (int job_index = 0; job_index < _job_count && i < input.blocks.size(); ++job_index) {
  362.  
  363. modules/voxel/terrain/block_thread_manager.h:182:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  364. if (i + count > input.blocks.size()) {
  365.  
  366. [Initial build] modules/voxel/terrain/block_thread_manager.h:191:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  367. for (int job_index = 0; job_index < _job_count; ++job_index) {
  368. ~~~~~~~~~~^~~~~~~~~~~~
  369. [Initial build] Compiling ==> thirdparty/libvpx/vpx_dsp/x86/loopfilter_sse2.c
  370. In file included from modules/voxel/terrain/block_thread_manager.h:6:0,
  371. from modules/voxel/terrain/voxel_data_loader.h:4,
  372. from modules/voxel/terrain/voxel_lod_terrain.h:6,
  373. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  374. modules/voxel/terrain/../util/utility.h: In instantiation of 'void shift_up(std::vector<T>&, int) [with T = VoxelBlockThreadManager<VoxelMeshUpdater::InputBlockData, VoxelMeshUpdater::OutputBlockData, VoxelMeshUpdater::Processor>::OutputBlock]':
  375. modules/voxel/terrain/voxel_lod_terrain.cpp:769:59: required from here
  376. modules/voxel/terrain/../util/utility.h:29:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  377. for (int i = pos; i < v.size(); ++i, ++j) {
  378.  
  379. In file included from modules/voxel/terrain/voxel_data_loader.h:4:0,
  380. from modules/voxel/terrain/voxel_lod_terrain.h:6,
  381. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  382. modules/voxel/terrain/block_thread_manager.h: In instantiation of 'static Dictionary VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::to_dictionary(const VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::Stats&) [with InputBlockData_T = VoxelDataLoader::InputBlockData; OutputBlockData_T = VoxelDataLoader::OutputBlockData; Processor_T = VoxelDataLoader::Processor]':
  383. modules/voxel/terrain/voxel_lod_terrain.cpp:787:38: required from here
  384. modules/voxel/terrain/block_thread_manager.h:246:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  385. for (int i = 0; i < stats.thread_count; ++i) {
  386. ~~^~~~~~~~~~~~~~~~~~~~
  387. modules/voxel/terrain/block_thread_manager.h: In instantiation of 'static Dictionary VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::to_dictionary(const VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::Stats&) [with InputBlockData_T = VoxelMeshUpdater::InputBlockData; OutputBlockData_T = VoxelMeshUpdater::OutputBlockData; Processor_T = VoxelMeshUpdater::Processor]':
  388. modules/voxel/terrain/voxel_lod_terrain.cpp:788:40: required from here
  389. modules/voxel/terrain/block_thread_manager.h:246:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  390. [Initial build] Compiling ==> thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
  391. [Initial build] Compiling ==> thirdparty/libvpx/vpx_dsp/x86/loopfilter_avx2.c
  392. In file included from ./thirdparty/misc/pcg.h:7:0,
  393. from ./core/math/random_pcg.h:36,
  394. from ./core/math/math_funcs.h:35,
  395. from ./core/hashfuncs.h:35,
  396. from modules/voxel/terrain/../streams/../math/vector3i.h:4,
  397. from modules/voxel/terrain/../streams/../voxel_buffer.h:4,
  398. from modules/voxel/terrain/../streams/voxel_stream.h:4,
  399. from modules/voxel/terrain/voxel_lod_terrain.h:4,
  400. from modules/voxel/terrain/voxel_lod_terrain.cpp:1:
  401. modules/voxel/terrain/block_thread_manager.h: In instantiation of 'int VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::push_block_requests(VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::JobData&, const std::vector<VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::InputBlock>&, int, int) [with InputBlockData_T = VoxelDataLoader::InputBlockData; OutputBlockData_T = VoxelDataLoader::OutputBlockData; Processor_T = VoxelDataLoader::Processor]':
  402. modules/voxel/terrain/block_thread_manager.h:163:43: required from 'void VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::push(const VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::Input&) [with InputBlockData_T = VoxelDataLoader::InputBlockData; OutputBlockData_T = VoxelDataLoader::OutputBlockData; Processor_T = VoxelDataLoader::Processor]'
  403. modules/voxel/terrain/voxel_data_loader.h:36:50: required from here
  404. modules/voxel/terrain/block_thread_manager.h:291:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  405. CRASH_COND(end > input_blocks.size());
  406.  
  407. ./core/typedefs.h:317:41: note: in definition of macro 'unlikely'
  408. #define unlikely(x) __builtin_expect(!!(x), 0)
  409. ^
  410. modules/voxel/terrain/block_thread_manager.h:291:3: note: in expansion of macro 'CRASH_COND'
  411. CRASH_COND(end > input_blocks.size());
  412. ^~~~~~~~~~
  413. [Initial build] Compiling ==> thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c
  414. modules/voxel/terrain/block_thread_manager.h: In instantiation of 'int VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::push_block_requests(VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::JobData&, const std::vector<VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::InputBlock>&, int, int) [with InputBlockData_T = VoxelMeshUpdater::InputBlockData; OutputBlockData_T = VoxelMeshUpdater::OutputBlockData; Processor_T = VoxelMeshUpdater::Processor]':
  415. modules/voxel/terrain/block_thread_manager.h:163:43: required from 'void VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::push(const VoxelBlockThreadManager<InputBlockData_T, OutputBlockData_T, Processor_T>::Input&) [with InputBlockData_T = VoxelMeshUpdater::InputBlockData; OutputBlockData_T = VoxelMeshUpdater::OutputBlockData; Processor_T = VoxelMeshUpdater::Processor]'
  416. modules/voxel/terrain/voxel_mesh_updater.h:50:50: required from here
  417. modules/voxel/terrain/block_thread_manager.h:291:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  418. CRASH_COND(end > input_blocks.size());
  419.  
  420. ./core/typedefs.h:317:41: note: in definition of macro 'unlikely'
  421. #define unlikely(x) __builtin_expect(!!(x), 0)
  422. ^
  423. modules/voxel/terrain/block_thread_manager.h:291:3: note: in expansion of macro 'CRASH_COND'
  424. CRASH_COND(end > input_blocks.size());
  425. ^~~~~~~~~~
  426. [Initial build] Compiling ==> thirdparty/libvpx/vp8/common/x86/filter_x86.c
  427. [Initial build] Compiling ==> thirdparty/libvpx/vp8/common/x86/loopfilter_x86.c
  428. [Initial build] Compiling ==> thirdparty/libvpx/vp8/common/x86/vp8_asm_stubs.c
  429. [Initial build] Compiling ==> thirdparty/libvpx/vpx_dsp/x86/vpx_asm_stubs.c
  430. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vp8/common/x86/copy_sse2.x11.tools.64.o thirdparty/libvpx/vp8/common/x86/copy_sse2.asm
  431. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vp8/common/x86/copy_sse3.x11.tools.64.o thirdparty/libvpx/vp8/common/x86/copy_sse3.asm
  432. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vp8/common/x86/dequantize_mmx.x11.tools.64.o thirdparty/libvpx/vp8/common/x86/dequantize_mmx.asm
  433. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vp8/common/x86/idctllm_mmx.x11.tools.64.o thirdparty/libvpx/vp8/common/x86/idctllm_mmx.asm
  434. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vp8/common/x86/idctllm_sse2.x11.tools.64.o thirdparty/libvpx/vp8/common/x86/idctllm_sse2.asm
  435. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vp8/common/x86/iwalsh_mmx.x11.tools.64.o thirdparty/libvpx/vp8/common/x86/iwalsh_mmx.asm
  436. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vp8/common/x86/iwalsh_sse2.x11.tools.64.o thirdparty/libvpx/vp8/common/x86/iwalsh_sse2.asm
  437. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vp8/common/x86/loopfilter_sse2.x11.tools.64.o thirdparty/libvpx/vp8/common/x86/loopfilter_sse2.asm
  438. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vp8/common/x86/recon_mmx.x11.tools.64.o thirdparty/libvpx/vp8/common/x86/recon_mmx.asm
  439. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vp8/common/x86/recon_sse2.x11.tools.64.o thirdparty/libvpx/vp8/common/x86/recon_sse2.asm
  440. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vp8/common/x86/subpixel_mmx.x11.tools.64.o thirdparty/libvpx/vp8/common/x86/subpixel_mmx.asm
  441. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vp8/common/x86/subpixel_sse2.x11.tools.64.o thirdparty/libvpx/vp8/common/x86/subpixel_sse2.asm
  442. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vp8/common/x86/subpixel_ssse3.x11.tools.64.o thirdparty/libvpx/vp8/common/x86/subpixel_ssse3.asm
  443. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vp8/common/x86/vp8_loopfilter_mmx.x11.tools.64.o thirdparty/libvpx/vp8/common/x86/vp8_loopfilter_mmx.asm
  444. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vpx_dsp/x86/intrapred_sse2.x11.tools.64.o thirdparty/libvpx/vpx_dsp/x86/intrapred_sse2.asm
  445. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vpx_dsp/x86/intrapred_ssse3.x11.tools.64.o thirdparty/libvpx/vpx_dsp/x86/intrapred_ssse3.asm
  446. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vpx_dsp/x86/inv_wht_sse2.x11.tools.64.o thirdparty/libvpx/vpx_dsp/x86/inv_wht_sse2.asm
  447. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vpx_dsp/x86/vpx_convolve_copy_sse2.x11.tools.64.o thirdparty/libvpx/vpx_dsp/x86/vpx_convolve_copy_sse2.asm
  448. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_8t_sse2.x11.tools.64.o thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_8t_sse2.asm
  449. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_8t_ssse3.x11.tools.64.o thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm
  450. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_sse2.x11.tools.64.o thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_sse2.asm
  451. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.x11.tools.64.o thirdparty/libvpx/vpx_dsp/x86/vpx_subpixel_bilinear_ssse3.asm
  452. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vpx_ports/emms.x11.tools.64.o thirdparty/libvpx/vpx_ports/emms.asm
  453. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vp8/common/x86/loopfilter_block_sse2_x86_64.x11.tools.64.o thirdparty/libvpx/vp8/common/x86/loopfilter_block_sse2_x86_64.asm
  454. [Initial build] yasm -Ithirdparty/libvpx/ -f elf64 -D X86_64 -o thirdparty/libvpx/vpx_dsp/x86/inv_txfm_ssse3_x86_64.x11.tools.64.o thirdparty/libvpx/vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm
  455. [Initial build] Compiling ==> thirdparty/libsimplewebm/libwebm/mkvparser/mkvparser.cc
  456. [Initial build] Compiling ==> thirdparty/libsimplewebm/OpusVorbisDecoder.cpp
  457. [Initial build] Compiling ==> thirdparty/libsimplewebm/VPXDecoder.cpp
  458. [Initial build] Compiling ==> thirdparty/libsimplewebm/WebMDemuxer.cpp
  459. [Initial build] Compiling ==> modules/webm/register_types.cpp
  460. [Initial build] Compiling ==> modules/webm/video_stream_webm.cpp
  461. [Initial build] Compiling ==> thirdparty/libwebp/src/dec/alpha_dec.c
  462. scons: *** [modules/voxel/terrain/voxel_lod_terrain.x11.tools.64.o] Error 1
  463. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement