Zylann / godot_voxel

Voxel module for Godot Engine
MIT License
2.59k stars 244 forks source link

Got an error while compiling from mac osx #23

Closed hidemat closed 5 years ago

hidemat commented 5 years ago

Please let me know if I shouldn't be posting here. :)

This is the error that I got: In file included from modules/voxel/voxel_mesh_updater.cpp:3: modules/voxel/utility.h:5:10: fatal error: 'core/dvector.h' file not found

include <core/dvector.h>

Here's the entire log: `scons platform=osx scons: Reading SConscript files ... Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1 YASM is necessary for WebM SIMD optimizations. WebM SIMD optimizations are disabled. Check if your CPU architecture, CPU bits or platform are supported! Checking for C header file mntent.h... (cached) no scons: done reading SConscript files. scons: Building targets ... [Initial build] Linking Static Library ==> main/libmain.osx.tools.64.a Ranlib Library ==> main/libmain.osx.tools.64.a [Initial build] Compiling ==> modules/register_module_types.gen.cpp [Initial build] Compiling ==> modules/bmp/image_loader_bmp.cpp [Initial build] Compiling ==> modules/bmp/register_types.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/BroadphaseCollision/btAxisSweep3.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/BroadphaseCollision/btBroadphaseProxy.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/BroadphaseCollision/btCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/BroadphaseCollision/btDbvt.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/BroadphaseCollision/btDispatcher.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/BroadphaseCollision/btSimpleBroadphase.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btActivatingCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btBoxBoxCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btBox2dBox2dCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btBoxBoxDetector.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcherMt.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionObject.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorldImporter.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btCompoundCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexConvexAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btConvexPlaneCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btConvex2dConvex2dAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btEmptyCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btGhostObject.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btHashedSimplePairCache.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btManifoldResult.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereBoxCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereSphereCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btSphereTriangleCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/btUnionFind.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionDispatch/SphereTriangleDetector.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btBoxShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btBox2dShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btCapsuleShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btCollisionShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btCompoundShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btConcaveShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btConeShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btConvexHullShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btConvexPointCloudShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btConvexPolyhedron.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btConvexShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btConvex2dShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btConvexTriangleMeshShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btCylinderShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btEmptyShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btMinkowskiSumShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btMiniSDF.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btMultimaterialTriangleMeshShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btMultiSphereShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btOptimizedBvh.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btScaledBvhTriangleMeshShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btSdfCollisionShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btShapeHull.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btSphereShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btStaticPlaneShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btStridingMeshInterface.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btTetrahedronShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleBuffer.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleCallback.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexArray.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleIndexVertexMaterialArray.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleMesh.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btTriangleMeshShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/CollisionShapes/btUniformScalingShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/Gimpact/btContactProcessing.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/Gimpact/btGenericPoolAllocator.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/Gimpact/btGImpactBvh.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/Gimpact/btGImpactCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/Gimpact/btGImpactQuantizedBvh.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/Gimpact/btGImpactShape.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/Gimpact/btTriangleShapeEx.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/Gimpact/gim_box_set.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/Gimpact/gim_contact.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/Gimpact/gim_memory.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/Gimpact/gim_tri_collision.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btContinuousConvexCollision.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btConvexCast.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkConvexCast.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpa2.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkEpaPenetrationDepthSolver.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btGjkPairDetector.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btMinkowskiPenetrationDepthSolver.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btRaycastCallback.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btSubSimplexConvexCast.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btVoronoiSimplexSolver.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPolyhedralContactClipping.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Character/btKinematicCharacterController.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btConeTwistConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btContactConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btFixedConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btGearConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpringConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btGeneric6DofSpring2Constraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btHinge2Constraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btHingeConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btPoint2PointConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btNNCGConstraintSolver.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btSliderConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolve2LinearConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/ConstraintSolver/btUniversalConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorldMt.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Dynamics/btSimulationIslandManagerMt.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Dynamics/btRigidBody.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Dynamics/btSimpleDynamicsWorld.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Vehicle/btRaycastVehicle.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Vehicle/btWheelInfo.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Featherstone/btMultiBody.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyJointLimitConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyPoint2Point.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyFixedConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodySliderConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyJointMotor.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/Featherstone/btMultiBodyGearConstraint.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/MLCPSolvers/btDantzigLCP.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/MLCPSolvers/btMLCPSolver.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletDynamics/MLCPSolvers/btLemkeAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletInverseDynamics/IDMath.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletInverseDynamics/MultiBodyTree.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletInverseDynamics/details/MultiBodyTreeInitCache.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletInverseDynamics/details/MultiBodyTreeImpl.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletSoftBody/btSoftBody.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletSoftBody/btSoftBodyHelpers.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletSoftBody/btSoftRigidDynamicsWorld.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletSoftBody/btSoftMultiBodyDynamicsWorld.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletSoftBody/btSoftSoftCollisionAlgorithm.cpp [Initial build] Compiling ==> thirdparty/bullet/BulletSoftBody/btDefaultSoftBodySolver.cpp [Initial build] Compiling ==> thirdparty/bullet/clew/clew.c [Initial build] Compiling ==> thirdparty/bullet/LinearMath/btAlignedAllocator.cpp [Initial build] Compiling ==> thirdparty/bullet/LinearMath/btConvexHull.cpp [Initial build] Compiling ==> thirdparty/bullet/LinearMath/btConvexHullComputer.cpp [Initial build] Compiling ==> thirdparty/bullet/LinearMath/btGeometryUtil.cpp [Initial build] Compiling ==> thirdparty/bullet/LinearMath/btPolarDecomposition.cpp [Initial build] Compiling ==> thirdparty/bullet/LinearMath/btQuickprof.cpp [Initial build] Compiling ==> thirdparty/bullet/LinearMath/btSerializer.cpp [Initial build] Compiling ==> thirdparty/bullet/LinearMath/btSerializer64.cpp [Initial build] Compiling ==> thirdparty/bullet/LinearMath/btThreads.cpp [Initial build] Compiling ==> thirdparty/bullet/LinearMath/btVector3.cpp [Initial build] Compiling ==> modules/bullet/area_bullet.cpp In file included from modules/bullet/area_bullet.cpp:31: In file included from modules/bullet/area_bullet.h:34: In file included from modules/bullet/collision_object_bullet.h:40: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: In file included from thirdparty/bullet/LinearMath/btMatrix3x3.h:18: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/area_bullet.cpp:31: In file included from modules/bullet/area_bullet.h:34: In file included from modules/bullet/collision_object_bullet.h:40: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/btRayShape.cpp In file included from modules/bullet/btRayShape.cpp:31: In file included from modules/bullet/btRayShape.h:36: In file included from thirdparty/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.h:19: In file included from thirdparty/bullet/BulletCollision/CollisionShapes/btConvexShape.h:19: In file included from thirdparty/bullet/BulletCollision/CollisionShapes/btCollisionShape.h:19: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: In file included from thirdparty/bullet/LinearMath/btMatrix3x3.h:18: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/btRayShape.cpp:31: In file included from modules/bullet/btRayShape.h:36: In file included from thirdparty/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.h:19: In file included from thirdparty/bullet/BulletCollision/CollisionShapes/btConvexShape.h:19: In file included from thirdparty/bullet/BulletCollision/CollisionShapes/btCollisionShape.h:19: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/bullet_physics_server.cpp In file included from modules/bullet/bullet_physics_server.cpp:31: In file included from modules/bullet/bullet_physics_server.h:34: In file included from modules/bullet/area_bullet.h:34: In file included from modules/bullet/collision_object_bullet.h:40: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: In file included from thirdparty/bullet/LinearMath/btMatrix3x3.h:18: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/bullet_physics_server.cpp:31: In file included from modules/bullet/bullet_physics_server.h:34: In file included from modules/bullet/area_bullet.h:34: In file included from modules/bullet/collision_object_bullet.h:40: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/bullet_types_converter.cpp In file included from modules/bullet/bullet_types_converter.cpp:31: In file included from modules/bullet/bullet_types_converter.h:39: In file included from thirdparty/bullet/LinearMath/btMatrix3x3.h:18: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/bullet_types_converter.cpp:31: In file included from modules/bullet/bullet_types_converter.h:39: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/collision_object_bullet.cpp In file included from modules/bullet/collision_object_bullet.cpp:31: In file included from modules/bullet/collision_object_bullet.h:40: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: In file included from thirdparty/bullet/LinearMath/btMatrix3x3.h:18: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/collision_object_bullet.cpp:31: In file included from modules/bullet/collision_object_bullet.h:40: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/cone_twist_joint_bullet.cpp In file included from modules/bullet/cone_twist_joint_bullet.cpp:31: In file included from modules/bullet/cone_twist_joint_bullet.h:34: In file included from modules/bullet/joint_bullet.h:34: In file included from modules/bullet/constraint_bullet.h:37: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h:20: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/cone_twist_joint_bullet.cpp:31: In file included from modules/bullet/cone_twist_joint_bullet.h:34: In file included from modules/bullet/joint_bullet.h:34: In file included from modules/bullet/constraint_bullet.h:37: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h:21: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/constraint_bullet.cpp In file included from modules/bullet/constraint_bullet.cpp:31: In file included from modules/bullet/constraint_bullet.h:37: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h:20: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/constraint_bullet.cpp:31: In file included from modules/bullet/constraint_bullet.h:37: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h:21: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/generic_6dof_joint_bullet.cpp In file included from modules/bullet/generic_6dof_joint_bullet.cpp:31: In file included from modules/bullet/generic_6dof_joint_bullet.h:34: In file included from modules/bullet/joint_bullet.h:34: In file included from modules/bullet/constraint_bullet.h:37: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h:20: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/generic_6dof_joint_bullet.cpp:31: In file included from modules/bullet/generic_6dof_joint_bullet.h:34: In file included from modules/bullet/joint_bullet.h:34: In file included from modules/bullet/constraint_bullet.h:37: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h:21: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/godot_collision_configuration.cpp In file included from modules/bullet/godot_collision_configuration.cpp:33: In file included from modules/bullet/godot_ray_world_algorithm.h:36: In file included from thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.h:20: In file included from thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h:19: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/godot_collision_configuration.cpp:33: In file included from modules/bullet/godot_ray_world_algorithm.h:36: In file included from thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.h:20: In file included from thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h:20: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/godot_collision_dispatcher.cpp In file included from modules/bullet/godot_collision_dispatcher.cpp:31: In file included from modules/bullet/godot_collision_dispatcher.h:36: In file included from thirdparty/bullet/btBulletDynamicsCommon.h:20: In file included from thirdparty/bullet/btBulletCollisionCommon.h:22: In file included from thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h:77: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/godot_collision_dispatcher.cpp:31: In file included from modules/bullet/godot_collision_dispatcher.h:36: In file included from thirdparty/bullet/btBulletDynamicsCommon.h:20: In file included from thirdparty/bullet/btBulletCollisionCommon.h:22: In file included from thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h:78: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/godot_ray_world_algorithm.cpp In file included from modules/bullet/godot_ray_world_algorithm.cpp:31: In file included from modules/bullet/godot_ray_world_algorithm.h:36: In file included from thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.h:20: In file included from thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h:19: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/godot_ray_world_algorithm.cpp:31: In file included from modules/bullet/godot_ray_world_algorithm.h:36: In file included from thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionDispatcher.h:20: In file included from thirdparty/bullet/BulletCollision/NarrowPhaseCollision/btPersistentManifold.h:20: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/godot_result_callbacks.cpp In file included from modules/bullet/godot_result_callbacks.cpp:31: In file included from modules/bullet/godot_result_callbacks.h:36: In file included from thirdparty/bullet/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h:20: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/godot_result_callbacks.cpp:31: In file included from modules/bullet/godot_result_callbacks.h:37: In file included from thirdparty/bullet/btBulletDynamicsCommon.h:20: In file included from thirdparty/bullet/btBulletCollisionCommon.h:22: In file included from thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h:78: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/hinge_joint_bullet.cpp In file included from modules/bullet/hinge_joint_bullet.cpp:31: In file included from modules/bullet/hinge_joint_bullet.h:34: In file included from modules/bullet/joint_bullet.h:34: In file included from modules/bullet/constraint_bullet.h:37: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h:20: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/hinge_joint_bullet.cpp:31: In file included from modules/bullet/hinge_joint_bullet.h:34: In file included from modules/bullet/joint_bullet.h:34: In file included from modules/bullet/constraint_bullet.h:37: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h:21: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/joint_bullet.cpp In file included from modules/bullet/joint_bullet.cpp:31: In file included from modules/bullet/joint_bullet.h:34: In file included from modules/bullet/constraint_bullet.h:37: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h:20: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/joint_bullet.cpp:31: In file included from modules/bullet/joint_bullet.h:34: In file included from modules/bullet/constraint_bullet.h:37: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h:21: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/pin_joint_bullet.cpp In file included from modules/bullet/pin_joint_bullet.cpp:31: In file included from modules/bullet/pin_joint_bullet.h:34: In file included from modules/bullet/joint_bullet.h:34: In file included from modules/bullet/constraint_bullet.h:37: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h:20: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/pin_joint_bullet.cpp:31: In file included from modules/bullet/pin_joint_bullet.h:34: In file included from modules/bullet/joint_bullet.h:34: In file included from modules/bullet/constraint_bullet.h:37: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h:21: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/register_types.cpp In file included from modules/bullet/register_types.cpp:33: In file included from modules/bullet/bullet_physics_server.h:34: In file included from modules/bullet/area_bullet.h:34: In file included from modules/bullet/collision_object_bullet.h:40: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: In file included from thirdparty/bullet/LinearMath/btMatrix3x3.h:18: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/register_types.cpp:33: In file included from modules/bullet/bullet_physics_server.h:34: In file included from modules/bullet/area_bullet.h:34: In file included from modules/bullet/collision_object_bullet.h:40: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/rigid_body_bullet.cpp In file included from modules/bullet/rigid_body_bullet.cpp:31: In file included from modules/bullet/rigid_body_bullet.h:34: In file included from modules/bullet/collision_object_bullet.h:40: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: In file included from thirdparty/bullet/LinearMath/btMatrix3x3.h:18: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/rigid_body_bullet.cpp:31: In file included from modules/bullet/rigid_body_bullet.h:34: In file included from modules/bullet/collision_object_bullet.h:40: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/shape_bullet.cpp In file included from modules/bullet/shape_bullet.cpp:31: In file included from modules/bullet/shape_bullet.h:41: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/shape_bullet.cpp:33: In file included from modules/bullet/btRayShape.h:36: In file included from thirdparty/bullet/BulletCollision/CollisionShapes/btConvexInternalShape.h:19: In file included from thirdparty/bullet/BulletCollision/CollisionShapes/btConvexShape.h:19: In file included from thirdparty/bullet/BulletCollision/CollisionShapes/btCollisionShape.h:19: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/shape_owner_bullet.cpp [Initial build] Compiling ==> modules/bullet/slider_joint_bullet.cpp In file included from modules/bullet/slider_joint_bullet.cpp:31: In file included from modules/bullet/slider_joint_bullet.h:34: In file included from modules/bullet/joint_bullet.h:34: In file included from modules/bullet/constraint_bullet.h:37: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h:20: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/slider_joint_bullet.cpp:31: In file included from modules/bullet/slider_joint_bullet.h:34: In file included from modules/bullet/joint_bullet.h:34: In file included from modules/bullet/constraint_bullet.h:37: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btTypedConstraint.h:20: In file included from thirdparty/bullet/BulletDynamics/ConstraintSolver/btSolverConstraint.h:21: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/soft_body_bullet.cpp In file included from modules/bullet/soft_body_bullet.cpp:31: In file included from modules/bullet/soft_body_bullet.h:34: In file included from modules/bullet/collision_object_bullet.h:40: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: In file included from thirdparty/bullet/LinearMath/btMatrix3x3.h:18: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/soft_body_bullet.cpp:31: In file included from modules/bullet/soft_body_bullet.h:34: In file included from modules/bullet/collision_object_bullet.h:40: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/bullet/space_bullet.cpp In file included from modules/bullet/space_bullet.cpp:31: In file included from modules/bullet/space_bullet.h:36: In file included from modules/bullet/godot_result_callbacks.h:36: In file included from thirdparty/bullet/BulletCollision/BroadphaseCollision/btBroadphaseProxy.h:20: thirdparty/bullet/LinearMath/btVector3.h:335:7: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] y = bt_splat_ps(y, 0x80); ^~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ In file included from modules/bullet/space_bullet.cpp:31: In file included from modules/bullet/space_bullet.h:36: In file included from modules/bullet/godot_result_callbacks.h:37: In file included from thirdparty/bullet/btBulletDynamicsCommon.h:20: In file included from thirdparty/bullet/btBulletCollisionCommon.h:22: In file included from thirdparty/bullet/BulletCollision/CollisionDispatch/btCollisionWorld.h:78: In file included from thirdparty/bullet/LinearMath/btTransform.h:18: thirdparty/bullet/LinearMath/btMatrix3x3.h:910:14: warning: argument value 10880 is outside the valid range [0, 255] [-Wargument-outside-range] __m128 vk = bt_splat_ps(_mm_load_ss((float*)&k), 0x80); ^~~~~~~~~~ thirdparty/bullet/LinearMath/btVector3.h:43:29: note: expanded from macro 'bt_splat_ps'

define bt_splat_ps(_a, _i) bt_pshufd_ps((_a), BT_SHUFFLE(_i, _i, _i, _i))

                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

thirdparty/bullet/LinearMath/btVector3.h:41:33: note: expanded from macro 'bt_pshufd_ps'

define bt_pshufd_ps(_a, _mask) _mm_shuffle_ps((_a), (_a), (_mask))

                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

/Library/Developer/CommandLineTools/usr/lib/clang/10.0.1/include/xmmintrin.h:2608:11: note: expanded from macro '_mm_shuffle_ps' (m128)builtin_ia32_shufps((v4sf)(m128)(a), (v4sf)(m128)(b), \ ^ 2 warnings generated. [Initial build] Compiling ==> modules/csg/csg.cpp [Initial build] Compiling ==> modules/csg/csg_gizmos.cpp [Initial build] Compiling ==> modules/csg/csg_shape.cpp [Initial build] Compiling ==> modules/csg/register_types.cpp [Initial build] Compiling ==> thirdparty/cvtt/ConvectionKernels.cpp [Initial build] Compiling ==> modules/cvtt/image_compress_cvtt.cpp [Initial build] Compiling ==> modules/cvtt/register_types.cpp [Initial build] Compiling ==> modules/dds/register_types.cpp [Initial build] Compiling ==> modules/dds/texture_loader_dds.cpp [Initial build] Compiling ==> thirdparty/enet/godot.cpp [Initial build] Compiling ==> thirdparty/enet/callbacks.c [Initial build] Compiling ==> thirdparty/enet/compress.c [Initial build] Compiling ==> thirdparty/enet/host.c [Initial build] Compiling ==> thirdparty/enet/list.c [Initial build] Compiling ==> thirdparty/enet/packet.c [Initial build] Compiling ==> thirdparty/enet/peer.c [Initial build] Compiling ==> thirdparty/enet/protocol.c [Initial build] Compiling ==> modules/enet/networked_multiplayer_enet.cpp [Initial build] Compiling ==> modules/enet/register_types.cpp [Initial build] Compiling ==> thirdparty/etc2comp/EtcBlock4x4.cpp [Initial build] Compiling ==> thirdparty/etc2comp/EtcBlock4x4Encoding.cpp [Initial build] Compiling ==> thirdparty/etc2comp/EtcBlock4x4Encoding_ETC1.cpp [Initial build] Compiling ==> thirdparty/etc2comp/EtcBlock4x4Encoding_R11.cpp [Initial build] Compiling ==> thirdparty/etc2comp/EtcBlock4x4Encoding_RG11.cpp [Initial build] Compiling ==> thirdparty/etc2comp/EtcBlock4x4Encoding_RGB8A1.cpp [Initial build] Compiling ==> thirdparty/etc2comp/EtcBlock4x4Encoding_RGB8.cpp [Initial build] Compiling ==> thirdparty/etc2comp/EtcBlock4x4Encoding_RGBA8.cpp [Initial build] Compiling ==> thirdparty/etc2comp/Etc.cpp [Initial build] Compiling ==> thirdparty/etc2comp/EtcDifferentialTrys.cpp [Initial build] Compiling ==> thirdparty/etc2comp/EtcFilter.cpp [Initial build] Compiling ==> thirdparty/etc2comp/EtcImage.cpp [Initial build] Compiling ==> thirdparty/etc2comp/EtcIndividualTrys.cpp [Initial build] Compiling ==> thirdparty/etc2comp/EtcMath.cpp [Initial build] Compiling ==> thirdparty/etc2comp/EtcSortedBlockList.cpp [Initial build] Compiling ==> modules/etc/image_etc.cpp [Initial build] Compiling ==> modules/etc/register_types.cpp [Initial build] Compiling ==> modules/etc/texture_loader_pkm.cpp [Initial build] Compiling ==> modules/freetype/register_types.cpp [Initial build] build_gdnative_api_struct(["modules/gdnative/include/gdnative_api_struct.gen.h", "modules/gdnative/gdnative_api_struct.gen.cpp"], ["modules/gdnative/gdnative_api.json"]) [Initial build] Compiling ==> modules/gdnative/gdnative.cpp [Initial build] Compiling ==> modules/gdnative/register_types.cpp [Initial build] Compiling ==> modules/gdnative/android/android_gdn.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/aabb.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/array.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/basis.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/color.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/dictionary.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/gdnative.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/node_path.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/plane.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/pool_arrays.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/quat.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/rect2.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/rid.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/string.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/string_name.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/transform.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/transform2d.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/variant.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/vector2.cpp [Initial build] Compiling ==> modules/gdnative/gdnative/vector3.cpp [Initial build] Compiling ==> modules/gdnative/nativescript/api_generator.cpp [Initial build] Compiling ==> modules/gdnative/nativescript/godot_nativescript.cpp [Initial build] Compiling ==> modules/gdnative/nativescript/nativescript.cpp [Initial build] Compiling ==> modules/gdnative/nativescript/register_types.cpp [Initial build] Compiling ==> modules/gdnative/gdnative_library_singleton_editor.cpp [Initial build] Compiling ==> modules/gdnative/gdnative_library_editor_plugin.cpp [Initial build] Compiling ==> modules/gdnative/net/multiplayer_peer_gdnative.cpp [Initial build] Compiling ==> modules/gdnative/net/packet_peer_gdnative.cpp [Initial build] Compiling ==> modules/gdnative/net/register_types.cpp [Initial build] Compiling ==> modules/gdnative/net/stream_peer_gdnative.cpp [Initial build] Compiling ==> modules/gdnative/arvr/arvr_interface_gdnative.cpp [Initial build] Compiling ==> modules/gdnative/arvr/register_types.cpp [Initial build] Compiling ==> modules/gdnative/pluginscript/pluginscript_instance.cpp [Initial build] Compiling ==> modules/gdnative/pluginscript/pluginscript_language.cpp [Initial build] Compiling ==> modules/gdnative/pluginscript/pluginscript_loader.cpp [Initial build] Compiling ==> modules/gdnative/pluginscript/pluginscript_script.cpp [Initial build] Compiling ==> modules/gdnative/pluginscript/register_types.cpp [Initial build] Compiling ==> modules/gdnative/videodecoder/register_types.cpp [Initial build] Compiling ==> modules/gdnative/videodecoder/video_stream_gdnative.cpp [Initial build] Compiling ==> modules/gdnative/gdnative_api_struct.gen.cpp [Initial build] Compiling ==> modules/gdscript/gdscript.cpp [Initial build] Compiling ==> modules/gdscript/gdscript_compiler.cpp [Initial build] Compiling ==> modules/gdscript/gdscript_editor.cpp [Initial build] Compiling ==> modules/gdscript/gdscript_function.cpp [Initial build] Compiling ==> modules/gdscript/gdscript_functions.cpp [Initial build] Compiling ==> modules/gdscript/gdscript_parser.cpp [Initial build] Compiling ==> modules/gdscript/gdscript_tokenizer.cpp [Initial build] Compiling ==> modules/gdscript/register_types.cpp [Initial build] Compiling ==> modules/gdscript/editor/gdscript_highlighter.cpp [Initial build] Compiling ==> modules/gridmap/grid_map.cpp [Initial build] Compiling ==> modules/gridmap/grid_map_editor_plugin.cpp [Initial build] Compiling ==> modules/gridmap/register_types.cpp [Initial build] Compiling ==> modules/hdr/image_loader_hdr.cpp [Initial build] Compiling ==> modules/hdr/register_types.cpp [Initial build] Compiling ==> thirdparty/jpeg-compressor/jpgd.cpp [Initial build] Compiling ==> modules/jpg/image_loader_jpegd.cpp [Initial build] Compiling ==> modules/jpg/register_types.cpp [Initial build] Compiling ==> thirdparty/mbedtls/library/aes.c [Initial build] Compiling ==> thirdparty/mbedtls/library/aesni.c [Initial build] Compiling ==> thirdparty/mbedtls/library/arc4.c [Initial build] Compiling ==> thirdparty/mbedtls/library/aria.c [Initial build] Compiling ==> thirdparty/mbedtls/library/asn1parse.c [Initial build] Compiling ==> thirdparty/mbedtls/library/asn1write.c [Initial build] Compiling ==> thirdparty/mbedtls/library/base64.c [Initial build] Compiling ==> thirdparty/mbedtls/library/bignum.c [Initial build] Compiling ==> thirdparty/mbedtls/library/blowfish.c [Initial build] Compiling ==> thirdparty/mbedtls/library/camellia.c [Initial build] Compiling ==> thirdparty/mbedtls/library/ccm.c [Initial build] Compiling ==> thirdparty/mbedtls/library/certs.c [Initial build] Compiling ==> thirdparty/mbedtls/library/chacha20.c [Initial build] Compiling ==> thirdparty/mbedtls/library/chachapoly.c [Initial build] Compiling ==> thirdparty/mbedtls/library/cipher.c [Initial build] Compiling ==> thirdparty/mbedtls/library/cipher_wrap.c [Initial build] Compiling ==> thirdparty/mbedtls/library/cmac.c [Initial build] Compiling ==> thirdparty/mbedtls/library/ctr_drbg.c [Initial build] Compiling ==> thirdparty/mbedtls/library/debug.c [Initial build] Compiling ==> thirdparty/mbedtls/library/des.c [Initial build] Compiling ==> thirdparty/mbedtls/library/dhm.c [Initial build] Compiling ==> thirdparty/mbedtls/library/ecdh.c [Initial build] Compiling ==> thirdparty/mbedtls/library/ecdsa.c [Initial build] Compiling ==> thirdparty/mbedtls/library/ecjpake.c [Initial build] Compiling ==> thirdparty/mbedtls/library/ecp.c [Initial build] Compiling ==> thirdparty/mbedtls/library/ecp_curves.c [Initial build] Compiling ==> thirdparty/mbedtls/library/entropy.c [Initial build] Compiling ==> thirdparty/mbedtls/library/entropy_poll.c [Initial build] Compiling ==> thirdparty/mbedtls/library/error.c [Initial build] Compiling ==> thirdparty/mbedtls/library/gcm.c [Initial build] Compiling ==> thirdparty/mbedtls/library/havege.c [Initial build] Compiling ==> thirdparty/mbedtls/library/hkdf.c [Initial build] Compiling ==> thirdparty/mbedtls/library/hmac_drbg.c [Initial build] Compiling ==> thirdparty/mbedtls/library/md2.c [Initial build] Compiling ==> thirdparty/mbedtls/library/md4.c [Initial build] Compiling ==> thirdparty/mbedtls/library/md5.c [Initial build] Compiling ==> thirdparty/mbedtls/library/md.c [Initial build] Compiling ==> thirdparty/mbedtls/library/md_wrap.c [Initial build] Compiling ==> thirdparty/mbedtls/library/memory_buffer_alloc.c [Initial build] Compiling ==> thirdparty/mbedtls/library/net_sockets.c [Initial build] Compiling ==> thirdparty/mbedtls/library/nist_kw.c [Initial build] Compiling ==> thirdparty/mbedtls/library/oid.c [Initial build] Compiling ==> thirdparty/mbedtls/library/padlock.c [Initial build] Compiling ==> thirdparty/mbedtls/library/pem.c [Initial build] Compiling ==> thirdparty/mbedtls/library/pk.c [Initial build] Compiling ==> thirdparty/mbedtls/library/pkcs11.c [Initial build] Compiling ==> thirdparty/mbedtls/library/pkcs12.c [Initial build] Compiling ==> thirdparty/mbedtls/library/pkcs5.c [Initial build] Compiling ==> thirdparty/mbedtls/library/pkparse.c [Initial build] Compiling ==> thirdparty/mbedtls/library/pk_wrap.c [Initial build] Compiling ==> thirdparty/mbedtls/library/pkwrite.c [Initial build] Compiling ==> thirdparty/mbedtls/library/platform.c [Initial build] Compiling ==> thirdparty/mbedtls/library/platform_util.c [Initial build] Compiling ==> thirdparty/mbedtls/library/poly1305.c [Initial build] Compiling ==> thirdparty/mbedtls/library/ripemd160.c [Initial build] Compiling ==> thirdparty/mbedtls/library/rsa.c [Initial build] Compiling ==> thirdparty/mbedtls/library/rsa_internal.c [Initial build] Compiling ==> thirdparty/mbedtls/library/sha1.c [Initial build] Compiling ==> thirdparty/mbedtls/library/sha256.c [Initial build] Compiling ==> thirdparty/mbedtls/library/sha512.c [Initial build] Compiling ==> thirdparty/mbedtls/library/ssl_cache.c [Initial build] Compiling ==> thirdparty/mbedtls/library/ssl_ciphersuites.c [Initial build] Compiling ==> thirdparty/mbedtls/library/ssl_cli.c [Initial build] Compiling ==> thirdparty/mbedtls/library/ssl_cookie.c [Initial build] Compiling ==> thirdparty/mbedtls/library/ssl_srv.c [Initial build] Compiling ==> thirdparty/mbedtls/library/ssl_ticket.c [Initial build] Compiling ==> thirdparty/mbedtls/library/ssl_tls.c [Initial build] Compiling ==> thirdparty/mbedtls/library/threading.c [Initial build] Compiling ==> thirdparty/mbedtls/library/timing.c [Initial build] Compiling ==> thirdparty/mbedtls/library/version.c [Initial build] Compiling ==> thirdparty/mbedtls/library/version_features.c [Initial build] Compiling ==> thirdparty/mbedtls/library/x509.c [Initial build] Compiling ==> thirdparty/mbedtls/library/x509_create.c [Initial build] Compiling ==> thirdparty/mbedtls/library/x509_crl.c [Initial build] Compiling ==> thirdparty/mbedtls/library/x509_crt.c [Initial build] Compiling ==> thirdparty/mbedtls/library/x509_csr.c [Initial build] Compiling ==> thirdparty/mbedtls/library/x509write_crt.c [Initial build] Compiling ==> thirdparty/mbedtls/library/x509write_csr.c [Initial build] Compiling ==> thirdparty/mbedtls/library/xtea.c [Initial build] Compiling ==> modules/mbedtls/register_types.cpp [Initial build] Compiling ==> modules/mbedtls/stream_peer_mbed_tls.cpp [Initial build] Compiling ==> modules/mobile_vr/mobile_vr_interface.cpp [Initial build] Compiling ==> modules/mobile_vr/register_types.cpp [Initial build] Compiling ==> thirdparty/libogg/bitwise.c [Initial build] Compiling ==> thirdparty/libogg/framing.c [Initial build] Compiling ==> modules/ogg/register_types.cpp [Initial build] Compiling ==> thirdparty/misc/open-simplex-noise.c [Initial build] Compiling ==> modules/opensimplex/noise_texture.cpp [Initial build] Compiling ==> modules/opensimplex/open_simplex_noise.cpp [Initial build] Compiling ==> modules/opensimplex/register_types.cpp [Initial build] Compiling ==> thirdparty/opus/opus.c [Initial build] Compiling ==> thirdparty/opus/opus_decoder.c [Initial build] Compiling ==> thirdparty/opus/opus_encoder.c [Initial build] Compiling ==> thirdparty/opus/opus_multistream.c [Initial build] Compiling ==> thirdparty/opus/opus_multistream_encoder.c [Initial build] Compiling ==> thirdparty/opus/opus_multistream_decoder.c [Initial build] Compiling ==> thirdparty/opus/repacketizer.c [Initial build] Compiling ==> thirdparty/opus/analysis.c [Initial build] Compiling ==> thirdparty/opus/mlp.c [Initial build] Compiling ==> thirdparty/opus/mlp_data.c [Initial build] Compiling ==> thirdparty/opus/info.c [Initial build] Compiling ==> thirdparty/opus/internal.c [Initial build] Compiling ==> thirdparty/opus/opusfile.c [Initial build] Compiling ==> thirdparty/opus/stream.c [Initial build] Compiling ==> thirdparty/opus/celt/bands.c [Initial build] Compiling ==> thirdparty/opus/celt/celt.c [Initial build] Compiling ==> thirdparty/opus/celt/celt_encoder.c [Initial build] Compiling ==> thirdparty/opus/celt/celt_decoder.c [Initial build] Compiling ==> thirdparty/opus/celt/cwrs.c [Initial build] Compiling ==> thirdparty/opus/celt/entcode.c [Initial build] Compiling ==> thirdparty/opus/celt/entdec.c [Initial build] Compiling ==> thirdparty/opus/celt/entenc.c [Initial build] Compiling ==> thirdparty/opus/celt/kiss_fft.c [Initial build] Compiling ==> thirdparty/opus/celt/laplace.c [Initial build] Compiling ==> thirdparty/opus/celt/mathops.c [Initial build] Compiling ==> thirdparty/opus/celt/mdct.c [Initial build] Compiling ==> thirdparty/opus/celt/modes.c [Initial build] Compiling ==> thirdparty/opus/celt/pitch.c [Initial build] Compiling ==> thirdparty/opus/celt/celt_lpc.c [Initial build] Compiling ==> thirdparty/opus/celt/quant_bands.c [Initial build] Compiling ==> thirdparty/opus/celt/rate.c [Initial build] Compiling ==> thirdparty/opus/celt/vq.c [Initial build] Compiling ==> thirdparty/opus/silk/CNG.c [Initial build] Compiling ==> thirdparty/opus/silk/code_signs.c [Initial build] Compiling ==> thirdparty/opus/silk/init_decoder.c [Initial build] Compiling ==> thirdparty/opus/silk/decode_core.c [Initial build] Compiling ==> thirdparty/opus/silk/decode_frame.c [Initial build] Compiling ==> thirdparty/opus/silk/decode_parameters.c [Initial build] Compiling ==> thirdparty/opus/silk/decode_indices.c [Initial build] Compiling ==> thirdparty/opus/silk/decode_pulses.c [Initial build] Compiling ==> thirdparty/opus/silk/decoder_set_fs.c [Initial build] Compiling ==> thirdparty/opus/silk/dec_API.c [Initial build] Compiling ==> thirdparty/opus/silk/enc_API.c [Initial build] Compiling ==> thirdparty/opus/silk/encode_indices.c [Initial build] Compiling ==> thirdparty/opus/silk/encode_pulses.c [Initial build] Compiling ==> thirdparty/opus/silk/gain_quant.c [Initial build] Compiling ==> thirdparty/opus/silk/interpolate.c [Initial build] Compiling ==> thirdparty/opus/silk/LP_variable_cutoff.c [Initial build] Compiling ==> thirdparty/opus/silk/NLSF_decode.c [Initial build] Compiling ==> thirdparty/opus/silk/NSQ.c [Initial build] Compiling ==> thirdparty/opus/silk/NSQ_del_dec.c [Initial build] Compiling ==> thirdparty/opus/silk/PLC.c [Initial build] Compiling ==> thirdparty/opus/silk/shell_coder.c [Initial build] Compiling ==> thirdparty/opus/silk/tables_gain.c [Initial build] Compiling ==> thirdparty/opus/silk/tables_LTP.c [Initial build] Compiling ==> thirdparty/opus/silk/tables_NLSF_CB_NB_MB.c [Initial build] Compiling ==> thirdparty/opus/silk/tables_NLSF_CB_WB.c [Initial build] Compiling ==> thirdparty/opus/silk/tables_other.c [Initial build] Compiling ==> thirdparty/opus/silk/tables_pitch_lag.c [Initial build] Compiling ==> thirdparty/opus/silk/tables_pulses_per_block.c [Initial build] Compiling ==> thirdparty/opus/silk/VAD.c [Initial build] Compiling ==> thirdparty/opus/silk/control_audio_bandwidth.c [Initial build] Compiling ==> thirdparty/opus/silk/quant_LTP_gains.c [Initial build] Compiling ==> thirdparty/opus/silk/VQ_WMat_EC.c [Initial build] Compiling ==> thirdparty/opus/silk/HP_variable_cutoff.c [Initial build] Compiling ==> thirdparty/opus/silk/NLSF_encode.c [Initial build] Compiling ==> thirdparty/opus/silk/NLSF_VQ.c [Initial build] Compiling ==> thirdparty/opus/silk/NLSF_unpack.c [Initial build] Compiling ==> thirdparty/opus/silk/NLSF_del_dec_quant.c [Initial build] Compiling ==> thirdparty/opus/silk/process_NLSFs.c [Initial build] Compiling ==> thirdparty/opus/silk/stereo_LR_to_MS.c [Initial build] Compiling ==> thirdparty/opus/silk/stereo_MS_to_LR.c [Initial build] Compiling ==> thirdparty/opus/silk/check_control_input.c [Initial build] Compiling ==> thirdparty/opus/silk/control_SNR.c [Initial build] Compiling ==> thirdparty/opus/silk/init_encoder.c [Initial build] Compiling ==> thirdparty/opus/silk/control_codec.c [Initial build] Compiling ==> thirdparty/opus/silk/A2NLSF.c [Initial build] Compiling ==> thirdparty/opus/silk/ana_filt_bank_1.c [Initial build] Compiling ==> thirdparty/opus/silk/biquad_alt.c [Initial build] Compiling ==> thirdparty/opus/silk/bwexpander_32.c [Initial build] Compiling ==> thirdparty/opus/silk/bwexpander.c [Initial build] Compiling ==> thirdparty/opus/silk/debug.c [Initial build] Compiling ==> thirdparty/opus/silk/decode_pitch.c [Initial build] Compiling ==> thirdparty/opus/silk/inner_prod_aligned.c [Initial build] Compiling ==> thirdparty/opus/silk/lin2log.c [Initial build] Compiling ==> thirdparty/opus/silk/log2lin.c [Initial build] Compiling ==> thirdparty/opus/silk/LPC_analysis_filter.c [Initial build] Compiling ==> thirdparty/opus/silk/LPC_inv_pred_gain.c [Initial build] Compiling ==> thirdparty/opus/silk/table_LSF_cos.c [Initial build] Compiling ==> thirdparty/opus/silk/NLSF2A.c [Initial build] Compiling ==> thirdparty/opus/silk/NLSF_stabilize.c [Initial build] Compiling ==> thirdparty/opus/silk/NLSF_VQ_weights_laroia.c [Initial build] Compiling ==> thirdparty/opus/silk/pitch_est_tables.c [Initial build] Compiling ==> thirdparty/opus/silk/resampler.c [Initial build] Compiling ==> thirdparty/opus/silk/resampler_down2_3.c [Initial build] Compiling ==> thirdparty/opus/silk/resampler_down2.c [Initial build] Compiling ==> thirdparty/opus/silk/resampler_private_AR2.c [Initial build] Compiling ==> thirdparty/opus/silk/resampler_private_down_FIR.c [Initial build] Compiling ==> thirdparty/opus/silk/resampler_private_IIR_FIR.c [Initial build] Compiling ==> thirdparty/opus/silk/resampler_private_up2_HQ.c [Initial build] Compiling ==> thirdparty/opus/silk/resampler_rom.c [Initial build] Compiling ==> thirdparty/opus/silk/sigm_Q15.c [Initial build] Compiling ==> thirdparty/opus/silk/sort.c [Initial build] Compiling ==> thirdparty/opus/silk/sum_sqr_shift.c [Initial build] Compiling ==> thirdparty/opus/silk/stereo_decode_pred.c [Initial build] Compiling ==> thirdparty/opus/silk/stereo_encode_pred.c [Initial build] Compiling ==> thirdparty/opus/silk/stereo_find_predictor.c [Initial build] Compiling ==> thirdparty/opus/silk/stereo_quant_pred.c [Initial build] Compiling ==> thirdparty/opus/silk/float/apply_sine_window_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/corrMatrix_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/encode_frame_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/find_LPC_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/find_LTP_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/find_pitch_lags_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/find_pred_coefs_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/LPC_analysis_filter_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/LTP_analysis_filter_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/LTP_scale_ctrl_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/noise_shape_analysis_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/prefilter_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/process_gains_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/regularize_correlations_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/residual_energy_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/solve_LS_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/warped_autocorrelation_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/wrappers_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/autocorrelation_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/burg_modified_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/bwexpander_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/energy_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/inner_product_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/k2a_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/levinsondurbin_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/LPC_inv_pred_gain_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/pitch_analysis_core_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/scale_copy_vector_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/scale_vector_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/schur_FLP.c [Initial build] Compiling ==> thirdparty/opus/silk/float/sort_FLP.c [Initial build] Compiling ==> modules/opus/stub/register_types.cpp [Initial build] Compiling ==> thirdparty/pvrtccompressor/BitScale.cpp [Initial build] Compiling ==> thirdparty/pvrtccompressor/MortonTable.cpp [Initial build] Compiling ==> thirdparty/pvrtccompressor/PvrTcDecoder.cpp [Initial build] Compiling ==> thirdparty/pvrtccompressor/PvrTcEncoder.cpp [Initial build] Compiling ==> thirdparty/pvrtccompressor/PvrTcPacket.cpp [Initial build] Compiling ==> modules/pvr/register_types.cpp [Initial build] Compiling ==> modules/pvr/texture_loader_pvr.cpp [Initial build] Compiling ==> thirdparty/recastnavigation/Recast/Source/Recast.cpp [Initial build] Compiling ==> thirdparty/recastnavigation/Recast/Source/RecastAlloc.cpp [Initial build] Compiling ==> thirdparty/recastnavigation/Recast/Source/RecastArea.cpp [Initial build] Compiling ==> thirdparty/recastnavigation/Recast/Source/RecastAssert.cpp [Initial build] Compiling ==> thirdparty/recastnavigation/Recast/Source/RecastContour.cpp [Initial build] Compiling ==> thirdparty/recastnavigation/Recast/Source/RecastFilter.cpp [Initial build] Compiling ==> thirdparty/recastnavigation/Recast/Source/RecastLayers.cpp [Initial build] Compiling ==> thirdparty/recastnavigation/Recast/Source/RecastMesh.cpp [Initial build] Compiling ==> thirdparty/recastnavigation/Recast/Source/RecastMeshDetail.cpp [Initial build] Compiling ==> thirdparty/recastnavigation/Recast/Source/RecastRasterization.cpp [Initial build] Compiling ==> thirdparty/recastnavigation/Recast/Source/RecastRegion.cpp [Initial build] Compiling ==> modules/recast/navigation_mesh_editor_plugin.cpp [Initial build] Compiling ==> modules/recast/navigation_mesh_generator.cpp [Initial build] Compiling ==> modules/recast/register_types.cpp [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_auto_possess.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_chartables.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_compile.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_config.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_context.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_convert.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_dfa_match.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_error.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_extuni.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_find_bracket.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_jit_compile.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_maketables.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_match.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_match_data.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_newline.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_ord2utf.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_pattern_info.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_serialize.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_string_utils.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_study.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_substitute.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_substring.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_tables.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_ucd.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_valid_utf.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_xclass.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_auto_possess.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_chartables.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_compile.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_config.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_context.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_convert.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_dfa_match.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_error.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_extuni.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_find_bracket.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_jit_compile.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_maketables.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_match.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_match_data.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_newline.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_ord2utf.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_pattern_info.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_serialize.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_string_utils.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_study.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_substitute.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_substring.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_tables.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_ucd.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_valid_utf.c [Initial build] Compiling ==> thirdparty/pcre2/src/pcre2_xclass.c [Initial build] Compiling ==> modules/regex/regex.cpp [Initial build] Compiling ==> modules/regex/register_types.cpp [Initial build] Compiling ==> thirdparty/squish/alpha.cpp [Initial build] Compiling ==> thirdparty/squish/clusterfit.cpp [Initial build] Compiling ==> thirdparty/squish/colourblock.cpp [Initial build] Compiling ==> thirdparty/squish/colourfit.cpp [Initial build] Compiling ==> thirdparty/squish/colourset.cpp [Initial build] Compiling ==> thirdparty/squish/maths.cpp [Initial build] Compiling ==> thirdparty/squish/rangefit.cpp [Initial build] Compiling ==> thirdparty/squish/singlecolourfit.cpp [Initial build] Compiling ==> thirdparty/squish/squish.cpp [Initial build] Compiling ==> modules/squish/image_compress_squish.cpp [Initial build] Compiling ==> modules/squish/register_types.cpp [Initial build] Compiling ==> thirdparty/misc/stb_vorbis.c [Initial build] Compiling ==> modules/stb_vorbis/audio_stream_ogg_vorbis.cpp [Initial build] Compiling ==> modules/stb_vorbis/register_types.cpp [Initial build] Compiling ==> modules/stb_vorbis/resource_importer_ogg_vorbis.cpp [Initial build] Compiling ==> thirdparty/nanosvg/nanosvg.cc [Initial build] Compiling ==> modules/svg/image_loader_svg.cpp [Initial build] Compiling ==> modules/svg/register_types.cpp [Initial build] Compiling ==> modules/tga/image_loader_tga.cpp [Initial build] Compiling ==> modules/tga/register_types.cpp [Initial build] Compiling ==> thirdparty/libtheora/bitpack.c [Initial build] Compiling ==> thirdparty/libtheora/cpu.c [Initial build] Compiling ==> thirdparty/libtheora/decinfo.c [Initial build] Compiling ==> thirdparty/libtheora/decode.c [Initial build] Compiling ==> thirdparty/libtheora/dequant.c [Initial build] Compiling ==> thirdparty/libtheora/fragment.c [Initial build] Compiling ==> thirdparty/libtheora/huffdec.c [Initial build] Compiling ==> thirdparty/libtheora/idct.c [Initial build] Compiling ==> thirdparty/libtheora/info.c [Initial build] Compiling ==> thirdparty/libtheora/internal.c [Initial build] Compiling ==> thirdparty/libtheora/quant.c [Initial build] Compiling ==> thirdparty/libtheora/state.c [Initial build] Compiling ==> thirdparty/libtheora/x86/mmxfrag.c [Initial build] Compiling ==> thirdparty/libtheora/x86/mmxidct.c [Initial build] Compiling ==> thirdparty/libtheora/x86/mmxstate.c [Initial build] Compiling ==> thirdparty/libtheora/x86/x86state.c [Initial build] Compiling ==> modules/theora/register_types.cpp [Initial build] Compiling ==> modules/theora/video_stream_theora.cpp [Initial build] Compiling ==> thirdparty/tinyexr/tinyexr.cc [Initial build] Compiling ==> modules/tinyexr/image_loader_tinyexr.cpp [Initial build] Compiling ==> modules/tinyexr/register_types.cpp [Initial build] Compiling ==> thirdparty/miniupnpc/miniupnpc.c [Initial build] Compiling ==> thirdparty/miniupnpc/upnpcommands.c [Initial build] Compiling ==> thirdparty/miniupnpc/miniwget.c [Initial build] Compiling ==> thirdparty/miniupnpc/upnpdev.c [Initial build] Compiling ==> thirdparty/miniupnpc/igd_desc_parse.c [Initial build] Compiling ==> thirdparty/miniupnpc/minissdpc.c [Initial build] Compiling ==> thirdparty/miniupnpc/minisoap.c [Initial build] Compiling ==> thirdparty/miniupnpc/minixml.c [Initial build] Compiling ==> thirdparty/miniupnpc/connecthostport.c [Initial build] Compiling ==> thirdparty/miniupnpc/receivedata.c [Initial build] Compiling ==> thirdparty/miniupnpc/portlistingparse.c [Initial build] Compiling ==> thirdparty/miniupnpc/upnpreplyparse.c [Initial build] Compiling ==> modules/upnp/register_types.cpp [Initial build] Compiling ==> modules/upnp/upnp.cpp [Initial build] Compiling ==> modules/upnp/upnp_device.cpp [Initial build] Compiling ==> modules/visual_script/register_types.cpp [Initial build] Compiling ==> modules/visual_script/visual_script.cpp [Initial build] Compiling ==> modules/visual_script/visual_script_builtin_funcs.cpp [Initial build] Compiling ==> modules/visual_script/visual_script_editor.cpp [Initial build] Compiling ==> modules/visual_script/visual_script_expression.cpp [Initial build] Compiling ==> modules/visual_script/visual_script_flow_control.cpp [Initial build] Compiling ==> modules/visual_script/visual_script_func_nodes.cpp [Initial build] Compiling ==> modules/visual_script/visual_script_nodes.cpp [Initial build] Compiling ==> modules/visual_script/visual_script_property_selector.cpp [Initial build] Compiling ==> modules/visual_script/visual_script_yield_nodes.cpp [Initial build] Compiling ==> thirdparty/libvorbis/bitrate.c [Initial build] Compiling ==> thirdparty/libvorbis/block.c [Initial build] Compiling ==> thirdparty/libvorbis/codebook.c [Initial build] Compiling ==> thirdparty/libvorbis/envelope.c [Initial build] Compiling ==> thirdparty/libvorbis/floor0.c [Initial build] Compiling ==> thirdparty/libvorbis/floor1.c [Initial build] Compiling ==> thirdparty/libvorbis/info.c [Initial build] Compiling ==> thirdparty/libvorbis/lookup.c [Initial build] Compiling ==> thirdparty/libvorbis/lpc.c [Initial build] Compiling ==> thirdparty/libvorbis/lsp.c [Initial build] Compiling ==> thirdparty/libvorbis/mapping0.c [Initial build] Compiling ==> thirdparty/libvorbis/mdct.c [Initial build] Compiling ==> thirdparty/libvorbis/psy.c [Initial build] Compiling ==> thirdparty/libvorbis/registry.c [Initial build] Compiling ==> thirdparty/libvorbis/res0.c [Initial build] Compiling ==> thirdparty/libvorbis/sharedbook.c [Initial build] Compiling ==> thirdparty/libvorbis/smallft.c [Initial build] Compiling ==> thirdparty/libvorbis/synthesis.c [Initial build] Compiling ==> thirdparty/libvorbis/vorbisfile.c [Initial build] Compiling ==> thirdparty/libvorbis/window.c [Initial build] Compiling ==> modules/vorbis/stub/register_types.cpp [Initial build] Compiling ==> modules/voxel/cube_tables.cpp [Initial build] Compiling ==> modules/voxel/register_types.cpp In file included from modules/voxel/register_types.cpp:5: modules/voxel/voxel_map.h:115:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while (key = _blocks.next(key)) {


modules/voxel/voxel_map.h:115:14: note: place parentheses around the assignment to silence this warning
                while (key = _blocks.next(key)) {
                           ^
                       (                      )
modules/voxel/voxel_map.h:115:14: note: use '==' to turn this assignment into an equality comparison
                while (key = _blocks.next(key)) {
                           ^
                           ==
In file included from modules/voxel/register_types.cpp:6:
In file included from modules/voxel/voxel_terrain.h:8:
In file included from modules/voxel/voxel_mesh_updater.h:10:
modules/voxel/transvoxel/voxel_mesher_smooth.h:31:21: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
        const Vector3i PAD = Vector3i(1, 1, 1);
                           ^
2 warnings generated.
[Initial build] Compiling ==> modules/voxel/voxel.cpp
[Initial build] Compiling ==> modules/voxel/voxel_block.cpp
[Initial build] Compiling ==> modules/voxel/voxel_box_mover.cpp
In file included from modules/voxel/voxel_box_mover.cpp:1:
In file included from modules/voxel/voxel_box_mover.h:4:
In file included from modules/voxel/voxel_terrain.h:8:
In file included from modules/voxel/voxel_mesh_updater.h:10:
modules/voxel/transvoxel/voxel_mesher_smooth.h:31:21: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
        const Vector3i PAD = Vector3i(1, 1, 1);
                           ^
In file included from modules/voxel/voxel_box_mover.cpp:2:
modules/voxel/voxel_map.h:115:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                while (key = _blocks.next(key)) {
                       ~~~~^~~~~~~~~~~~~~~~~~~
modules/voxel/voxel_map.h:115:14: note: place parentheses around the assignment to silence this warning
                while (key = _blocks.next(key)) {
                           ^
                       (                      )
modules/voxel/voxel_map.h:115:14: note: use '==' to turn this assignment into an equality comparison
                while (key = _blocks.next(key)) {
                           ^
                           ==
2 warnings generated.
[Initial build] Compiling ==> modules/voxel/voxel_buffer.cpp
[Initial build] Compiling ==> modules/voxel/voxel_library.cpp
[Initial build] Compiling ==> modules/voxel/voxel_map.cpp
In file included from modules/voxel/voxel_map.cpp:1:
modules/voxel/voxel_map.h:115:14: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
                while (key = _blocks.next(key)) {
                       ~~~~^~~~~~~~~~~~~~~~~~~
modules/voxel/voxel_map.h:115:14: note: place parentheses around the assignment to silence this warning
                while (key = _blocks.next(key)) {
                           ^
                       (                      )
modules/voxel/voxel_map.h:115:14: note: use '==' to turn this assignment into an equality comparison
                while (key = _blocks.next(key)) {
                           ^
                           ==
modules/voxel/voxel_map.cpp:162:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
        while (key = _blocks.next(key)) {
               ~~~~^~~~~~~~~~~~~~~~~~~
modules/voxel/voxel_map.cpp:162:13: note: place parentheses around the assignment to silence this warning
        while (key = _blocks.next(key)) {
                   ^
               (                      )
modules/voxel/voxel_map.cpp:162:13: note: use '==' to turn this assignment into an equality comparison
        while (key = _blocks.next(key)) {
                   ^
                   ==
2 warnings generated.
[Initial build] Compiling ==> modules/voxel/voxel_mesh_updater.cpp
In file included from modules/voxel/voxel_mesh_updater.cpp:2:
In file included from modules/voxel/voxel_mesh_updater.h:10:
modules/voxel/transvoxel/voxel_mesher_smooth.h:31:21: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
        const Vector3i PAD = Vector3i(1, 1, 1);
                           ^
In file included from modules/voxel/voxel_mesh_updater.cpp:3:
modules/voxel/utility.h:5:10: fatal error: 'core/dvector.h' file not found
#include <core/dvector.h>
         ^~~~~~~~~~~~~~~~
1 warning and 1 error generated.
scons: *** [modules/voxel/voxel_mesh_updater.osx.tools.64.o] Error 1
scons: building terminated because of errors.`
ant1fact commented 5 years ago

I had the same issue on x11 and I've found that removing the following line from utility.h helps:

include <core/dvector.h>

After that, the engine compiled for me and I could run the voxel game project of Zylann without issues. I cannot say for 100% if this is the correct solution. I also made a pull request for this, Zylann will decide if this is the right way to go.

Zylann commented 5 years ago

Should be fixed by 6fc70a66c1c1de0dc8224f3d058f093292ba2d56