Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 77.38 KB | None | 0 0
  1. ====================[ Build | 3DPlatformer | Debug ]============================
  2. /home/me/Documents/CLion/bin/cmake/linux/bin/cmake --build /home/me/Documents/git/3DPlatformer --target 3DPlatformer -- -j 2
  3. Linux
  4. CMake Warning (dev) at /home/me/Documents/CLion/bin/cmake/linux/share/cmake-3.14/Modules/FindOpenGL.cmake:275 (message):
  5. Policy CMP0072 is not set: FindOpenGL prefers GLVND by default when
  6. available. Run "cmake --help-policy CMP0072" for policy details. Use the
  7. cmake_policy command to set the policy and suppress this warning.
  8.  
  9. FindOpenGL found both a legacy GL library:
  10.  
  11. OPENGL_gl_LIBRARY: /usr/lib/x86_64-linux-gnu/libGL.so
  12.  
  13. and GLVND libraries for OpenGL and GLX:
  14.  
  15. OPENGL_opengl_LIBRARY: /usr/lib/x86_64-linux-gnu/libOpenGL.so
  16. OPENGL_glx_LIBRARY: /usr/lib/x86_64-linux-gnu/libGLX.so
  17.  
  18. OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for
  19. compatibility with CMake 3.10 and below the legacy GL library will be used.
  20. Call Stack (most recent call first):
  21. lib/bullet/CMakeLists.txt:288 (FIND_PACKAGE)
  22. This warning is for project developers. Use -Wno-dev to suppress it.
  23.  
  24. OPENGL FOUND
  25. /usr/lib/x86_64-linux-gnu/libGL.so/usr/lib/x86_64-linux-gnu/libGLU.so
  26. -- Configuring done
  27. -- Generating done
  28. -- Build files have been written to: /home/me/Documents/git/3DPlatformer
  29. [ 26%] Built target BulletDynamics
  30. [100%] Built target BulletCollision
  31. [100%] Linking CXX executable 3DPlatformer
  32. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btCollisionObject::operator new(unsigned long)':
  33. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionObject.h:126: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  34. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btCollisionObject::operator delete(void*)':
  35. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionObject.h:126: undefined reference to `btAlignedFreeInternal(void*)'
  36. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btBoxShape::operator new(unsigned long)':
  37. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btBoxShape.h:32: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  38. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btBoxShape::operator delete(void*)':
  39. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btBoxShape.h:32: undefined reference to `btAlignedFreeInternal(void*)'
  40. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btSphereShape::operator new(unsigned long)':
  41. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btSphereShape.h:27: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  42. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btSphereShape::operator delete(void*)':
  43. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btSphereShape.h:27: undefined reference to `btAlignedFreeInternal(void*)'
  44. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btDefaultMotionState::operator new(unsigned long)':
  45. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btDefaultMotionState.h:15: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  46. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btDefaultMotionState::operator delete(void*)':
  47. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btDefaultMotionState.h:15: undefined reference to `btAlignedFreeInternal(void*)'
  48. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btDiscreteDynamicsWorld::operator new(unsigned long)':
  49. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:100: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  50. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btDiscreteDynamicsWorld::operator delete(void*)':
  51. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h:100: undefined reference to `btAlignedFreeInternal(void*)'
  52. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btSequentialImpulseConstraintSolver::operator new(unsigned long)':
  53. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:221: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  54. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btSequentialImpulseConstraintSolver::operator delete(void*)':
  55. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.h:221: undefined reference to `btAlignedFreeInternal(void*)'
  56. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btAxisSweep3Internal<unsigned short>::operator new(unsigned long)':
  57. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:43: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  58. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btAxisSweep3Internal<unsigned short>::operator delete(void*)':
  59. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:43: undefined reference to `btAlignedFreeInternal(void*)'
  60. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btAlignedAllocator<int, 16u>::deallocate(int*)':
  61. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  62. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btAlignedAllocator<btHashInt, 16u>::deallocate(btHashInt*)':
  63. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  64. CMakeFiles/3DPlatformer.dir/src/main.cpp.o: In function `btAlignedAllocator<btTriangleInfo, 16u>::deallocate(btTriangleInfo*)':
  65. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  66. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btSequentialImpulseConstraintSolver.o): In function `btSequentialImpulseConstraintSolver::convertJointsInternal(btSISolverSingleIterationData&, btTypedConstraint**, int, btContactSolverInfo const&)':
  67. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:1693: undefined reference to `CProfileSample::CProfileSample(char const*)'
  68. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:1693: undefined reference to `CProfileSample::~CProfileSample()'
  69. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:1693: undefined reference to `CProfileSample::~CProfileSample()'
  70. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btSequentialImpulseConstraintSolver.o): In function `btSequentialImpulseConstraintSolver::convertBodiesInternal(btSISolverSingleIterationData&, btCollisionObject**, int, btContactSolverInfo const&)':
  71. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:1781: undefined reference to `CProfileSample::CProfileSample(char const*)'
  72. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:1781: undefined reference to `CProfileSample::~CProfileSample()'
  73. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:1781: undefined reference to `CProfileSample::~CProfileSample()'
  74. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btSequentialImpulseConstraintSolver.o): In function `btSequentialImpulseConstraintSolver::solveGroupCacheFriendlySetup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, btContactSolverInfo const&, btIDebugDraw*)':
  75. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:1850: undefined reference to `CProfileSample::CProfileSample(char const*)'
  76. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:1850: undefined reference to `CProfileSample::~CProfileSample()'
  77. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:1850: undefined reference to `CProfileSample::~CProfileSample()'
  78. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btSequentialImpulseConstraintSolver.o): In function `btSequentialImpulseConstraintSolver::solveSingleIterationInternal(btSISolverSingleIterationData&, int, btTypedConstraint**, int, btContactSolverInfo const&)':
  79. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:1972: undefined reference to `CProfileSample::CProfileSample(char const*)'
  80. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:1972: undefined reference to `CProfileSample::~CProfileSample()'
  81. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:1972: undefined reference to `CProfileSample::~CProfileSample()'
  82. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btSequentialImpulseConstraintSolver.o): In function `btSequentialImpulseConstraintSolver::solveGroupCacheFriendlySplitImpulseIterationsInternal(btSISolverSingleIterationData&, btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, btContactSolverInfo const&, btIDebugDraw*)':
  83. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:2191: undefined reference to `CProfileSample::CProfileSample(char const*)'
  84. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:2191: undefined reference to `CProfileSample::~CProfileSample()'
  85. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:2191: undefined reference to `CProfileSample::~CProfileSample()'
  86. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btSequentialImpulseConstraintSolver.o): In function `btSequentialImpulseConstraintSolver::solveGroupCacheFriendlyIterations(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, btContactSolverInfo const&, btIDebugDraw*)':
  87. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:2224: undefined reference to `CProfileSample::CProfileSample(char const*)'
  88. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:2224: undefined reference to `CProfileSample::~CProfileSample()'
  89. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:2224: undefined reference to `CProfileSample::~CProfileSample()'
  90. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btSequentialImpulseConstraintSolver.o): In function `btSequentialImpulseConstraintSolver::solveGroupCacheFriendlyFinishInternal(btSISolverSingleIterationData&, btCollisionObject**, int, btContactSolverInfo const&)':
  91. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:2345: undefined reference to `CProfileSample::CProfileSample(char const*)'
  92. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:2345: undefined reference to `CProfileSample::~CProfileSample()'
  93. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:2345: undefined reference to `CProfileSample::~CProfileSample()'
  94. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btSequentialImpulseConstraintSolver.o): In function `btSequentialImpulseConstraintSolver::solveGroup(btCollisionObject**, int, btPersistentManifold**, int, btTypedConstraint**, int, btContactSolverInfo const&, btIDebugDraw*, btDispatcher*)':
  95. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:2389: undefined reference to `CProfileSample::CProfileSample(char const*)'
  96. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:2389: undefined reference to `CProfileSample::~CProfileSample()'
  97. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btSequentialImpulseConstraintSolver.cpp:2389: undefined reference to `CProfileSample::~CProfileSample()'
  98. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btSequentialImpulseConstraintSolver.o): In function `btAlignedAllocator<btSolverBody, 16u>::allocate(int, btSolverBody const**)':
  99. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  100. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btSequentialImpulseConstraintSolver.o): In function `btAlignedAllocator<btSolverBody, 16u>::deallocate(btSolverBody*)':
  101. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  102. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btSequentialImpulseConstraintSolver.o): In function `btAlignedAllocator<btSolverConstraint, 16u>::deallocate(btSolverConstraint*)':
  103. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  104. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btSequentialImpulseConstraintSolver.o): In function `btAlignedAllocator<btTypedConstraint::btConstraintInfo1, 16u>::deallocate(btTypedConstraint::btConstraintInfo1*)':
  105. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  106. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btSequentialImpulseConstraintSolver.o): In function `btAlignedAllocator<btSolverConstraint, 16u>::allocate(int, btSolverConstraint const**)':
  107. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  108. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btSequentialImpulseConstraintSolver.o): In function `btAlignedAllocator<btTypedConstraint::btConstraintInfo1, 16u>::allocate(int, btTypedConstraint::btConstraintInfo1 const**)':
  109. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  110. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btSequentialImpulseConstraintSolver.o): In function `btAlignedAllocator<int, 16u>::allocate(int, int const**)':
  111. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  112. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btTypedConstraint.o): In function `btAlignedAllocator<btTypedConstraint*, 16u>::deallocate(btTypedConstraint**)':
  113. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  114. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btDiscreteDynamicsWorld::btDiscreteDynamicsWorld(btDispatcher*, btBroadphaseInterface*, btConstraintSolver*, btCollisionConfiguration*)':
  115. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:207: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  116. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:217: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  117. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:224: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  118. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btDiscreteDynamicsWorld::~btDiscreteDynamicsWorld()':
  119. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:235: undefined reference to `btAlignedFreeInternal(void*)'
  120. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:240: undefined reference to `btAlignedFreeInternal(void*)'
  121. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:245: undefined reference to `btAlignedFreeInternal(void*)'
  122. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btDiscreteDynamicsWorld::debugDrawWorld()':
  123. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:271: undefined reference to `CProfileSample::CProfileSample(char const*)'
  124. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:271: undefined reference to `CProfileSample::~CProfileSample()'
  125. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:271: undefined reference to `CProfileSample::~CProfileSample()'
  126. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btDiscreteDynamicsWorld::internalSingleStepSimulation(float)':
  127. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:454: undefined reference to `CProfileSample::CProfileSample(char const*)'
  128. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:454: undefined reference to `CProfileSample::~CProfileSample()'
  129. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:454: undefined reference to `CProfileSample::~CProfileSample()'
  130. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btDiscreteDynamicsWorld::updateActions(float)':
  131. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:586: undefined reference to `CProfileSample::CProfileSample(char const*)'
  132. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:586: undefined reference to `CProfileSample::~CProfileSample()'
  133. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:586: undefined reference to `CProfileSample::~CProfileSample()'
  134. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btDiscreteDynamicsWorld::updateActivationState(float)':
  135. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:596: undefined reference to `CProfileSample::CProfileSample(char const*)'
  136. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:596: undefined reference to `CProfileSample::~CProfileSample()'
  137. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:596: undefined reference to `CProfileSample::~CProfileSample()'
  138. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btDiscreteDynamicsWorld::solveConstraints(btContactSolverInfo&)':
  139. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:683: undefined reference to `CProfileSample::CProfileSample(char const*)'
  140. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:683: undefined reference to `CProfileSample::~CProfileSample()'
  141. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:683: undefined reference to `CProfileSample::~CProfileSample()'
  142. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btDiscreteDynamicsWorld::calculateSimulationIslands()':
  143. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:711: undefined reference to `CProfileSample::CProfileSample(char const*)'
  144. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:711: undefined reference to `CProfileSample::~CProfileSample()'
  145. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:711: undefined reference to `CProfileSample::~CProfileSample()'
  146. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btDiscreteDynamicsWorld::createPredictiveContactsInternal(btRigidBody**, int, float)':
  147. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:857: undefined reference to `CProfileSample::CProfileSample(char const*)'
  148. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:857: undefined reference to `CProfileSample::~CProfileSample()'
  149. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:857: undefined reference to `CProfileSample::~CProfileSample()'
  150. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btDiscreteDynamicsWorld::releasePredictiveContacts()':
  151. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:923: undefined reference to `CProfileSample::CProfileSample(char const*)'
  152. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:923: undefined reference to `CProfileSample::~CProfileSample()'
  153. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:923: undefined reference to `CProfileSample::~CProfileSample()'
  154. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btDiscreteDynamicsWorld::createPredictiveContacts(float)':
  155. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:935: undefined reference to `CProfileSample::CProfileSample(char const*)'
  156. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:935: undefined reference to `CProfileSample::~CProfileSample()'
  157. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:935: undefined reference to `CProfileSample::~CProfileSample()'
  158. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btDiscreteDynamicsWorld::integrateTransformsInternal(btRigidBody**, int, float)':
  159. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:959: undefined reference to `CProfileSample::CProfileSample(char const*)'
  160. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:982: undefined reference to `CProfileSample::~CProfileSample()'
  161. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:959: undefined reference to `CProfileSample::~CProfileSample()'
  162. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btDiscreteDynamicsWorld::integrateTransforms(float)':
  163. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:1041: undefined reference to `CProfileSample::CProfileSample(char const*)'
  164. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:1050: undefined reference to `CProfileSample::CProfileSample(char const*)'
  165. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:1050: undefined reference to `CProfileSample::~CProfileSample()'
  166. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:1041: undefined reference to `CProfileSample::~CProfileSample()'
  167. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:1050: undefined reference to `CProfileSample::~CProfileSample()'
  168. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:1041: undefined reference to `CProfileSample::~CProfileSample()'
  169. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btDiscreteDynamicsWorld::predictUnconstraintMotion(float)':
  170. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:1085: undefined reference to `CProfileSample::CProfileSample(char const*)'
  171. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:1085: undefined reference to `CProfileSample::~CProfileSample()'
  172. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:1085: undefined reference to `CProfileSample::~CProfileSample()'
  173. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btDiscreteDynamicsWorld::setConstraintSolver(btConstraintSolver*)':
  174. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.cpp:1346: undefined reference to `btAlignedFreeInternal(void*)'
  175. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btConvexInternalShape::operator delete(void*)':
  176. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btConvexInternalShape.h:44: undefined reference to `btAlignedFreeInternal(void*)'
  177. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btAlignedAllocator<btPersistentManifold*, 16u>::deallocate(btPersistentManifold**)':
  178. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  179. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btAlignedAllocator<btCollisionObject*, 16u>::deallocate(btCollisionObject**)':
  180. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  181. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btAlignedAllocator<btCollisionObject*, 16u>::allocate(int, btCollisionObject* const**)':
  182. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  183. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btAlignedAllocator<btPersistentManifold*, 16u>::allocate(int, btPersistentManifold* const**)':
  184. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  185. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btAlignedAllocator<btTypedConstraint*, 16u>::allocate(int, btTypedConstraint* const**)':
  186. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  187. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btAlignedAllocator<btRigidBody*, 16u>::deallocate(btRigidBody**)':
  188. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  189. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btAlignedAllocator<btActionInterface*, 16u>::deallocate(btActionInterface**)':
  190. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  191. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btAlignedAllocator<btRigidBody*, 16u>::allocate(int, btRigidBody* const**)':
  192. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  193. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btDiscreteDynamicsWorld.o): In function `btAlignedAllocator<btActionInterface*, 16u>::allocate(int, btActionInterface* const**)':
  194. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  195. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btRigidBody.o): In function `btAlignedAllocator<btCollisionObject const*, 16u>::allocate(int, btCollisionObject const* const**)':
  196. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  197. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btRigidBody.o): In function `btAlignedAllocator<btCollisionObject const*, 16u>::deallocate(btCollisionObject const**)':
  198. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  199. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btConeTwistConstraint.o): In function `btTypedConstraint::operator delete(void*)':
  200. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btTypedConstraint.h:107: undefined reference to `btAlignedFreeInternal(void*)'
  201. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btConeTwistConstraint.o): In function `btConeTwistConstraint::operator delete(void*)':
  202. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btConeTwistConstraint.h:131: undefined reference to `btAlignedFreeInternal(void*)'
  203. lib/bullet/src/BulletDynamics/libBulletDynamics.a(btGeneric6DofConstraint.o): In function `btGeneric6DofConstraint::operator delete(void*)':
  204. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletDynamics/ConstraintSolver/btGeneric6DofConstraint.h:338: undefined reference to `btAlignedFreeInternal(void*)'
  205. lib/bullet/src/BulletCollision/libBulletCollision.a(btAxisSweep3.o): In function `btAxisSweep3Internal<unsigned short>::btAxisSweep3Internal(btVector3 const&, btVector3 const&, unsigned short, unsigned short, unsigned short, btOverlappingPairCache*, bool)':
  206. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:344: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  207. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:351: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  208. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:352: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  209. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:386: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  210. lib/bullet/src/BulletCollision/libBulletCollision.a(btAxisSweep3.o): In function `btAxisSweep3Internal<unsigned short>::~btAxisSweep3Internal()':
  211. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:417: undefined reference to `btAlignedFreeInternal(void*)'
  212. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:419: undefined reference to `btAlignedFreeInternal(void*)'
  213. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:424: undefined reference to `btAlignedFreeInternal(void*)'
  214. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:431: undefined reference to `btAlignedFreeInternal(void*)'
  215. lib/bullet/src/BulletCollision/libBulletCollision.a(btAxisSweep3.o): In function `btAxisSweep3Internal<unsigned int>::btAxisSweep3Internal(btVector3 const&, btVector3 const&, unsigned int, unsigned int, unsigned int, btOverlappingPairCache*, bool)':
  216. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:344: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  217. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:351: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  218. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:352: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  219. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:386: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  220. lib/bullet/src/BulletCollision/libBulletCollision.a(btAxisSweep3.o): In function `btAxisSweep3Internal<unsigned int>::~btAxisSweep3Internal()':
  221. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:417: undefined reference to `btAlignedFreeInternal(void*)'
  222. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:419: undefined reference to `btAlignedFreeInternal(void*)'
  223. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:424: undefined reference to `btAlignedFreeInternal(void*)'
  224. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:431: undefined reference to `btAlignedFreeInternal(void*)'
  225. lib/bullet/src/BulletCollision/libBulletCollision.a(btAxisSweep3.o): In function `btAxisSweep3Internal<unsigned short>::Handle::operator new[](unsigned long)':
  226. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:58: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  227. lib/bullet/src/BulletCollision/libBulletCollision.a(btAxisSweep3.o): In function `btAxisSweep3Internal<unsigned short>::Handle::operator delete[](void*)':
  228. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:58: undefined reference to `btAlignedFreeInternal(void*)'
  229. lib/bullet/src/BulletCollision/libBulletCollision.a(btAxisSweep3.o): In function `btAxisSweep3Internal<unsigned int>::Handle::operator new[](unsigned long)':
  230. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:58: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  231. lib/bullet/src/BulletCollision/libBulletCollision.a(btAxisSweep3.o): In function `btAxisSweep3Internal<unsigned int>::Handle::operator delete[](void*)':
  232. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:58: undefined reference to `btAlignedFreeInternal(void*)'
  233. lib/bullet/src/BulletCollision/libBulletCollision.a(btAxisSweep3.o): In function `btAxisSweep3Internal<unsigned int>::operator delete(void*)':
  234. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btAxisSweep3Internal.h:43: undefined reference to `btAlignedFreeInternal(void*)'
  235. lib/bullet/src/BulletCollision/libBulletCollision.a(btAxisSweep3.o): In function `btAlignedAllocator<btBroadphasePair, 16u>::deallocate(btBroadphasePair*)':
  236. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  237. lib/bullet/src/BulletCollision/libBulletCollision.a(btAxisSweep3.o): In function `btAlignedAllocator<btBroadphasePair, 16u>::allocate(int, btBroadphasePair const**)':
  238. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  239. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvtBroadphase.o): In function `btDbvtBroadphase::btDbvtBroadphase(btOverlappingPairCache*)':
  240. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp:146: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  241. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvtBroadphase.o): In function `btDbvtBroadphase::~btDbvtBroadphase()':
  242. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp:170: undefined reference to `btAlignedFreeInternal(void*)'
  243. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvtBroadphase.o): In function `btDbvtBroadphase::createProxy(btVector3 const&, btVector3 const&, int, void*, int, int, btDispatcher*)':
  244. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp:183: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  245. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvtBroadphase.o): In function `btDbvtBroadphase::destroyProxy(btBroadphaseProxy*, btDispatcher*)':
  246. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btDbvtBroadphase.cpp:215: undefined reference to `btAlignedFreeInternal(void*)'
  247. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvtBroadphase.o): In function `btAlignedAllocator<btDbvtNode const*, 16u>::allocate(int, btDbvtNode const* const**)':
  248. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  249. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvtBroadphase.o): In function `btAlignedAllocator<btDbvtNode const*, 16u>::deallocate(btDbvtNode const**)':
  250. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  251. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvtBroadphase.o): In function `btAlignedAllocator<btDbvt::sStkNN, 16u>::deallocate(btDbvt::sStkNN*)':
  252. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  253. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvtBroadphase.o): In function `btAlignedAllocator<btDbvt::sStkNN, 16u>::allocate(int, btDbvt::sStkNN const**)':
  254. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  255. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvtBroadphase.o): In function `btAlignedAllocator<btAlignedObjectArray<btDbvtNode const*>, 16u>::deallocate(btAlignedObjectArray<btDbvtNode const*>*)':
  256. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  257. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvtBroadphase.o): In function `btAlignedAllocator<btAlignedObjectArray<btDbvtNode const*>, 16u>::allocate(int, btAlignedObjectArray<btDbvtNode const*> const**)':
  258. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  259. lib/bullet/src/BulletCollision/libBulletCollision.a(btOverlappingPairCache.o): In function `btHashedOverlappingPairCache::processAllOverlappingPairs(btOverlapCallback*, btDispatcher*)':
  260. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp:334: undefined reference to `CProfileSample::CProfileSample(char const*)'
  261. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp:334: undefined reference to `CProfileSample::~CProfileSample()'
  262. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp:334: undefined reference to `CProfileSample::~CProfileSample()'
  263. lib/bullet/src/BulletCollision/libBulletCollision.a(btOverlappingPairCache.o): In function `btHashedOverlappingPairCache::processAllOverlappingPairs(btOverlapCallback*, btDispatcher*, btDispatcherInfo const&)':
  264. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp:379: undefined reference to `CProfileSample::CProfileSample(char const*)'
  265. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp:379: undefined reference to `CProfileSample::~CProfileSample()'
  266. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp:394: undefined reference to `CProfileSample::CProfileSample(char const*)'
  267. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp:394: undefined reference to `CProfileSample::~CProfileSample()'
  268. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp:379: undefined reference to `CProfileSample::~CProfileSample()'
  269. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.cpp:394: undefined reference to `CProfileSample::~CProfileSample()'
  270. lib/bullet/src/BulletCollision/libBulletCollision.a(btOverlappingPairCache.o): In function `btHashedOverlappingPairCache::operator delete(void*)':
  271. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h:98: undefined reference to `btAlignedFreeInternal(void*)'
  272. lib/bullet/src/BulletCollision/libBulletCollision.a(btOverlappingPairCache.o): In function `btAlignedAllocator<MyPairIndex, 16u>::deallocate(MyPairIndex*)':
  273. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  274. lib/bullet/src/BulletCollision/libBulletCollision.a(btOverlappingPairCache.o): In function `btAlignedAllocator<MyPairIndex, 16u>::allocate(int, MyPairIndex const**)':
  275. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  276. lib/bullet/src/BulletCollision/libBulletCollision.a(btCollisionDispatcher.o): In function `btCollisionDispatcher::getNewManifold(btCollisionObject const*, btCollisionObject const*)':
  277. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp:85: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  278. lib/bullet/src/BulletCollision/libBulletCollision.a(btCollisionDispatcher.o): In function `btCollisionDispatcher::releaseManifold(btPersistentManifold*)':
  279. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp:124: undefined reference to `btAlignedFreeInternal(void*)'
  280. lib/bullet/src/BulletCollision/libBulletCollision.a(btCollisionDispatcher.o): In function `btCollisionDispatcher::dispatchAllCollisionPairs(btOverlappingPairCache*, btDispatcherInfo const&, btDispatcher*)':
  281. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp:223: undefined reference to `CProfileSample::CProfileSample(char const*)'
  282. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp:223: undefined reference to `CProfileSample::~CProfileSample()'
  283. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp:223: undefined reference to `CProfileSample::~CProfileSample()'
  284. lib/bullet/src/BulletCollision/libBulletCollision.a(btCollisionDispatcher.o): In function `btCollisionDispatcher::allocateCollisionAlgorithm(int)':
  285. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp:274: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  286. lib/bullet/src/BulletCollision/libBulletCollision.a(btCollisionDispatcher.o): In function `btCollisionDispatcher::freeCollisionAlgorithm(void*)':
  287. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionDispatcher.cpp:287: undefined reference to `btAlignedFreeInternal(void*)'
  288. lib/bullet/src/BulletCollision/libBulletCollision.a(btCollisionWorld.o): In function `btCollisionWorld::updateAabbs()':
  289. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:199: undefined reference to `CProfileSample::CProfileSample(char const*)'
  290. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:199: undefined reference to `CProfileSample::~CProfileSample()'
  291. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:199: undefined reference to `CProfileSample::~CProfileSample()'
  292. lib/bullet/src/BulletCollision/libBulletCollision.a(btCollisionWorld.o): In function `btCollisionWorld::computeOverlappingPairs()':
  293. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:217: undefined reference to `CProfileSample::CProfileSample(char const*)'
  294. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:217: undefined reference to `CProfileSample::~CProfileSample()'
  295. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:217: undefined reference to `CProfileSample::~CProfileSample()'
  296. lib/bullet/src/BulletCollision/libBulletCollision.a(btCollisionWorld.o): In function `btCollisionWorld::performDiscreteCollisionDetection()':
  297. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:223: undefined reference to `CProfileSample::CProfileSample(char const*)'
  298. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:233: undefined reference to `CProfileSample::CProfileSample(char const*)'
  299. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:233: undefined reference to `CProfileSample::~CProfileSample()'
  300. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:223: undefined reference to `CProfileSample::~CProfileSample()'
  301. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:233: undefined reference to `CProfileSample::~CProfileSample()'
  302. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:223: undefined reference to `CProfileSample::~CProfileSample()'
  303. lib/bullet/src/BulletCollision/libBulletCollision.a(btCollisionWorld.o): In function `btCollisionWorld::objectQuerySingleInternal(btConvexShape const*, btTransform const&, btTransform const&, btCollisionObjectWrapper const*, btCollisionWorld::ConvexResultCallback&, float)':
  304. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:894: undefined reference to `CProfileSample::CProfileSample(char const*)'
  305. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:894: undefined reference to `CProfileSample::~CProfileSample()'
  306. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:894: undefined reference to `CProfileSample::~CProfileSample()'
  307. lib/bullet/src/BulletCollision/libBulletCollision.a(btCollisionWorld.o): In function `btCollisionWorld::convexSweepTest(btConvexShape const*, btTransform const&, btTransform const&, btCollisionWorld::ConvexResultCallback&, float) const':
  308. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:1078: undefined reference to `CProfileSample::CProfileSample(char const*)'
  309. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:1078: undefined reference to `CProfileSample::~CProfileSample()'
  310. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCollisionWorld.cpp:1078: undefined reference to `CProfileSample::~CProfileSample()'
  311. lib/bullet/src/BulletCollision/libBulletCollision.a(btCollisionWorld.o): In function `btAlignedAllocator<btHashPtr, 16u>::deallocate(btHashPtr*)':
  312. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  313. lib/bullet/src/BulletCollision/libBulletCollision.a(btCollisionWorld.o): In function `btAlignedAllocator<btCollisionShape*, 16u>::deallocate(btCollisionShape**)':
  314. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  315. lib/bullet/src/BulletCollision/libBulletCollision.a(btCollisionWorld.o): In function `btAlignedAllocator<btHashPtr, 16u>::allocate(int, btHashPtr const**)':
  316. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  317. lib/bullet/src/BulletCollision/libBulletCollision.a(btCollisionWorld.o): In function `btAlignedAllocator<btCollisionShape*, 16u>::allocate(int, btCollisionShape* const**)':
  318. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  319. lib/bullet/src/BulletCollision/libBulletCollision.a(btDefaultCollisionConfiguration.o): In function `btDefaultCollisionConfiguration::btDefaultCollisionConfiguration(btDefaultCollisionConstructionInfo const&)':
  320. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp:43: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  321. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp:48: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  322. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp:53: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  323. lib/bullet/src/BulletCollision/libBulletCollision.a(btDefaultCollisionConfiguration.o):/home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp:55: more undefined references to `btAlignedAllocInternal(unsigned long, int)' follow
  324. lib/bullet/src/BulletCollision/libBulletCollision.a(btDefaultCollisionConfiguration.o): In function `btDefaultCollisionConfiguration::~btDefaultCollisionConfiguration()':
  325. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp:138: undefined reference to `btAlignedFreeInternal(void*)'
  326. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp:143: undefined reference to `btAlignedFreeInternal(void*)'
  327. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp:147: undefined reference to `btAlignedFreeInternal(void*)'
  328. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp:150: undefined reference to `btAlignedFreeInternal(void*)'
  329. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp:152: undefined reference to `btAlignedFreeInternal(void*)'
  330. lib/bullet/src/BulletCollision/libBulletCollision.a(btDefaultCollisionConfiguration.o):/home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btDefaultCollisionConfiguration.cpp:155: more undefined references to `btAlignedFreeInternal(void*)' follow
  331. lib/bullet/src/BulletCollision/libBulletCollision.a(btDefaultCollisionConfiguration.o): In function `btPoolAllocator::btPoolAllocator(int, int)':
  332. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btPoolAllocator.h:37: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  333. lib/bullet/src/BulletCollision/libBulletCollision.a(btDefaultCollisionConfiguration.o): In function `btPoolAllocator::~btPoolAllocator()':
  334. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btPoolAllocator.h:53: undefined reference to `btAlignedFreeInternal(void*)'
  335. lib/bullet/src/BulletCollision/libBulletCollision.a(btSimulationIslandManager.o): In function `btSimulationIslandManager::buildIslands(btDispatcher*, btCollisionWorld*)':
  336. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:198: undefined reference to `CProfileSample::CProfileSample(char const*)'
  337. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:198: undefined reference to `CProfileSample::~CProfileSample()'
  338. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:198: undefined reference to `CProfileSample::~CProfileSample()'
  339. lib/bullet/src/BulletCollision/libBulletCollision.a(btSimulationIslandManager.o): In function `btSimulationIslandManager::buildAndProcessIslands(btDispatcher*, btCollisionWorld*, btSimulationIslandManager::IslandCallback*)':
  340. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:351: undefined reference to `CProfileSample::CProfileSample(char const*)'
  341. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:351: undefined reference to `CProfileSample::~CProfileSample()'
  342. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btSimulationIslandManager.cpp:351: undefined reference to `CProfileSample::~CProfileSample()'
  343. lib/bullet/src/BulletCollision/libBulletCollision.a(btUnionFind.o): In function `btAlignedAllocator<btElement, 16u>::deallocate(btElement*)':
  344. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  345. lib/bullet/src/BulletCollision/libBulletCollision.a(btUnionFind.o): In function `btAlignedAllocator<btElement, 16u>::allocate(int, btElement const**)':
  346. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  347. lib/bullet/src/BulletCollision/libBulletCollision.a(btBvhTriangleMeshShape.o): In function `btBvhTriangleMeshShape::btBvhTriangleMeshShape(btStridingMeshInterface*, bool, btVector3 const&, btVector3 const&, bool)':
  348. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp:56: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  349. lib/bullet/src/BulletCollision/libBulletCollision.a(btBvhTriangleMeshShape.o): In function `btBvhTriangleMeshShape::~btBvhTriangleMeshShape()':
  350. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp:86: undefined reference to `btAlignedFreeInternal(void*)'
  351. lib/bullet/src/BulletCollision/libBulletCollision.a(btBvhTriangleMeshShape.o): In function `btBvhTriangleMeshShape::buildOptimizedBvh()':
  352. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp:335: undefined reference to `btAlignedFreeInternal(void*)'
  353. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.cpp:338: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  354. lib/bullet/src/BulletCollision/libBulletCollision.a(btBvhTriangleMeshShape.o): In function `btBvhTriangleMeshShape::operator delete(void*)':
  355. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h:49: undefined reference to `btAlignedFreeInternal(void*)'
  356. lib/bullet/src/BulletCollision/libBulletCollision.a(btConvexShape.o): In function `btCollisionShape::operator delete(void*)':
  357. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btCollisionShape.h:35: undefined reference to `btAlignedFreeInternal(void*)'
  358. lib/bullet/src/BulletCollision/libBulletCollision.a(btConvexShape.o): In function `btConvexShape::operator delete(void*)':
  359. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btConvexShape.h:35: undefined reference to `btAlignedFreeInternal(void*)'
  360. lib/bullet/src/BulletCollision/libBulletCollision.a(btHeightfieldTerrainShape.o): In function `btHeightfieldTerrainShape::operator delete(void*)':
  361. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btHeightfieldTerrainShape.h:131: undefined reference to `btAlignedFreeInternal(void*)'
  362. lib/bullet/src/BulletCollision/libBulletCollision.a(btHeightfieldTerrainShape.o): In function `btAlignedAllocator<btHeightfieldTerrainShape::Range, 16u>::deallocate(btHeightfieldTerrainShape::Range*)':
  363. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  364. lib/bullet/src/BulletCollision/libBulletCollision.a(btHeightfieldTerrainShape.o): In function `btAlignedAllocator<btHeightfieldTerrainShape::Range, 16u>::allocate(int, btHeightfieldTerrainShape::Range const**)':
  365. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  366. lib/bullet/src/BulletCollision/libBulletCollision.a(btOptimizedBvh.o): In function `btOptimizedBvh::operator delete(void*)':
  367. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btOptimizedBvh.h:30: undefined reference to `btAlignedFreeInternal(void*)'
  368. lib/bullet/src/BulletCollision/libBulletCollision.a(btOptimizedBvh.o): In function `btAlignedAllocator<btQuantizedBvhNode, 16u>::deallocate(btQuantizedBvhNode*)':
  369. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  370. lib/bullet/src/BulletCollision/libBulletCollision.a(btOptimizedBvh.o): In function `btAlignedAllocator<btOptimizedBvhNode, 16u>::deallocate(btOptimizedBvhNode*)':
  371. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  372. lib/bullet/src/BulletCollision/libBulletCollision.a(btOptimizedBvh.o): In function `btAlignedAllocator<btOptimizedBvhNode, 16u>::allocate(int, btOptimizedBvhNode const**)':
  373. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  374. lib/bullet/src/BulletCollision/libBulletCollision.a(btOptimizedBvh.o): In function `btAlignedAllocator<btQuantizedBvhNode, 16u>::allocate(int, btQuantizedBvhNode const**)':
  375. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  376. lib/bullet/src/BulletCollision/libBulletCollision.a(btOptimizedBvh.o): In function `btAlignedAllocator<btBvhSubtreeInfo, 16u>::allocate(int, btBvhSubtreeInfo const**)':
  377. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  378. lib/bullet/src/BulletCollision/libBulletCollision.a(btOptimizedBvh.o): In function `btAlignedAllocator<btBvhSubtreeInfo, 16u>::deallocate(btBvhSubtreeInfo*)':
  379. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  380. lib/bullet/src/BulletCollision/libBulletCollision.a(btPolyhedralConvexShape.o): In function `btPolyhedralConvexShape::~btPolyhedralConvexShape()':
  381. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp:36: undefined reference to `btAlignedFreeInternal(void*)'
  382. lib/bullet/src/BulletCollision/libBulletCollision.a(btPolyhedralConvexShape.o): In function `btPolyhedralConvexShape::setPolyhedralFeatures(btConvexPolyhedron&)':
  383. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp:48: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  384. lib/bullet/src/BulletCollision/libBulletCollision.a(btPolyhedralConvexShape.o): In function `btPolyhedralConvexShape::initializePolyhedralFeatures(int)':
  385. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp:58: undefined reference to `btAlignedFreeInternal(void*)'
  386. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp:61: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  387. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp:77: undefined reference to `btGeometryUtil::getPlaneEquationsFromVertices(btAlignedObjectArray<btVector3>&, btAlignedObjectArray<btVector3>&)'
  388. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.cpp:90: undefined reference to `btGeometryUtil::getVerticesFromPlaneEquations(btAlignedObjectArray<btVector3> const&, btAlignedObjectArray<btVector3>&)'
  389. lib/bullet/src/BulletCollision/libBulletCollision.a(btPolyhedralConvexShape.o): In function `btPolyhedralConvexShape::operator delete(void*)':
  390. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btPolyhedralConvexShape.h:31: undefined reference to `btAlignedFreeInternal(void*)'
  391. lib/bullet/src/BulletCollision/libBulletCollision.a(btPolyhedralConvexShape.o): In function `btConvexHullComputer::compute(float const*, int, int, float, float)':
  392. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btConvexHullComputer.h:89: undefined reference to `btConvexHullComputer::compute(void const*, bool, int, int, float, float)'
  393. lib/bullet/src/BulletCollision/libBulletCollision.a(btPolyhedralConvexShape.o): In function `btAlignedAllocator<btVector3, 16u>::deallocate(btVector3*)':
  394. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  395. lib/bullet/src/BulletCollision/libBulletCollision.a(btPolyhedralConvexShape.o): In function `btAlignedAllocator<btFace, 16u>::deallocate(btFace*)':
  396. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  397. lib/bullet/src/BulletCollision/libBulletCollision.a(btPolyhedralConvexShape.o): In function `btAlignedAllocator<btVector3, 16u>::allocate(int, btVector3 const**)':
  398. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  399. lib/bullet/src/BulletCollision/libBulletCollision.a(btPolyhedralConvexShape.o): In function `btAlignedAllocator<btConvexHullComputer::Edge, 16u>::deallocate(btConvexHullComputer::Edge*)':
  400. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  401. lib/bullet/src/BulletCollision/libBulletCollision.a(btPolyhedralConvexShape.o): In function `btAlignedAllocator<btFace, 16u>::allocate(int, btFace const**)':
  402. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  403. lib/bullet/src/BulletCollision/libBulletCollision.a(btTriangleMeshShape.o): In function `btTriangleMeshShape::operator delete(void*)':
  404. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btTriangleMeshShape.h:36: undefined reference to `btAlignedFreeInternal(void*)'
  405. lib/bullet/src/BulletCollision/libBulletCollision.a(btRaycastCallback.o): In function `btTriangleShape::operator delete(void*)':
  406. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btTriangleShape.h:26: undefined reference to `btAlignedFreeInternal(void*)'
  407. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvt.o): In function `deletenode(btDbvt*, btDbvtNode*)':
  408. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btDbvt.cpp:75: undefined reference to `btAlignedFreeInternal(void*)'
  409. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvt.o): In function `createnode(btDbvt*, btDbvtNode*, void*)':
  410. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btDbvt.cpp:106: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  411. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvt.o): In function `btDbvt::clear()':
  412. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btDbvt.cpp:481: undefined reference to `btAlignedFreeInternal(void*)'
  413. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvt.o): In function `btAlignedAllocator<btDbvtNode*, 16u>::allocate(int, btDbvtNode* const**)':
  414. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  415. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvt.o): In function `btAlignedAllocator<btDbvtNode*, 16u>::deallocate(btDbvtNode**)':
  416. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  417. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvt.o): In function `btAlignedAllocator<btDbvt::sStkCLN, 16u>::allocate(int, btDbvt::sStkCLN const**)':
  418. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  419. lib/bullet/src/BulletCollision/libBulletCollision.a(btDbvt.o): In function `btAlignedAllocator<btDbvt::sStkCLN, 16u>::deallocate(btDbvt::sStkCLN*)':
  420. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  421. lib/bullet/src/BulletCollision/libBulletCollision.a(btQuantizedBvh.o): In function `btQuantizedBvh::operator delete(void*)':
  422. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/BroadphaseCollision/btQuantizedBvh.h:309: undefined reference to `btAlignedFreeInternal(void*)'
  423. lib/bullet/src/BulletCollision/libBulletCollision.a(btCompoundCollisionAlgorithm.o): In function `btAlignedAllocator<btCollisionAlgorithm*, 16u>::deallocate(btCollisionAlgorithm**)':
  424. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  425. lib/bullet/src/BulletCollision/libBulletCollision.a(btCompoundCollisionAlgorithm.o): In function `btAlignedAllocator<btCollisionAlgorithm*, 16u>::allocate(int, btCollisionAlgorithm* const**)':
  426. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  427. lib/bullet/src/BulletCollision/libBulletCollision.a(btCompoundCompoundCollisionAlgorithm.o): In function `btCompoundCompoundCollisionAlgorithm::btCompoundCompoundCollisionAlgorithm(btCollisionAlgorithmConstructionInfo const&, btCollisionObjectWrapper const*, btCollisionObjectWrapper const*, bool)':
  428. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp:35: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  429. lib/bullet/src/BulletCollision/libBulletCollision.a(btCompoundCompoundCollisionAlgorithm.o): In function `btCompoundCompoundCollisionAlgorithm::~btCompoundCompoundCollisionAlgorithm()':
  430. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp:55: undefined reference to `btAlignedFreeInternal(void*)'
  431. lib/bullet/src/BulletCollision/libBulletCollision.a(btCompoundCompoundCollisionAlgorithm.o): In function `btCompoundCompoundLeafCallback::Process(btDbvtNode const*, btDbvtNode const*)':
  432. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp:116: undefined reference to `CProfileSample::CProfileSample(char const*)'
  433. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp:209: undefined reference to `CProfileSample::~CProfileSample()'
  434. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btCompoundCompoundCollisionAlgorithm.cpp:116: undefined reference to `CProfileSample::~CProfileSample()'
  435. lib/bullet/src/BulletCollision/libBulletCollision.a(btCompoundCompoundCollisionAlgorithm.o): In function `btAlignedAllocator<btSimplePair, 16u>::deallocate(btSimplePair*)':
  436. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  437. lib/bullet/src/BulletCollision/libBulletCollision.a(btCompoundCompoundCollisionAlgorithm.o): In function `btAlignedAllocator<btSimplePair, 16u>::allocate(int, btSimplePair const**)':
  438. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  439. lib/bullet/src/BulletCollision/libBulletCollision.a(btConvexConcaveCollisionAlgorithm.o): In function `btConvexTriangleCallback::processTriangle(btVector3*, int, int)':
  440. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp:77: undefined reference to `CProfileSample::CProfileSample(char const*)'
  441. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp:106: undefined reference to `CProfileSample::~CProfileSample()'
  442. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp:77: undefined reference to `CProfileSample::~CProfileSample()'
  443. lib/bullet/src/BulletCollision/libBulletCollision.a(btConvexConcaveCollisionAlgorithm.o): In function `btConvexConcaveCollisionAlgorithm::processCollision(btCollisionObjectWrapper const*, btCollisionObjectWrapper const*, btDispatcherInfo const&, btManifoldResult*)':
  444. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp:181: undefined reference to `CProfileSample::CProfileSample(char const*)'
  445. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp:181: undefined reference to `CProfileSample::~CProfileSample()'
  446. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp:181: undefined reference to `CProfileSample::~CProfileSample()'
  447. lib/bullet/src/BulletCollision/libBulletCollision.a(btConvexConcaveCollisionAlgorithm.o): In function `btConvexConcaveCollisionAlgorithm::calculateTimeOfImpact(btCollisionObject*, btCollisionObject*, btDispatcherInfo const&, btManifoldResult*)::LocalTriangleSphereCastCallback::processTriangle(btVector3*, int, int)':
  448. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp:316: undefined reference to `CProfileSample::CProfileSample(char const*)'
  449. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp:316: undefined reference to `CProfileSample::~CProfileSample()'
  450. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.cpp:316: undefined reference to `CProfileSample::~CProfileSample()'
  451. lib/bullet/src/BulletCollision/libBulletCollision.a(btConvexConcaveCollisionAlgorithm.o): In function `btConvexTriangleCallback::operator delete(void*)':
  452. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.h:44: undefined reference to `btAlignedFreeInternal(void*)'
  453. lib/bullet/src/BulletCollision/libBulletCollision.a(btConvexConcaveCollisionAlgorithm.o): In function `btConvexConcaveCollisionAlgorithm::operator delete(void*)':
  454. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionDispatch/btConvexConcaveCollisionAlgorithm.h:84: undefined reference to `btAlignedFreeInternal(void*)'
  455. lib/bullet/src/BulletCollision/libBulletCollision.a(btConcaveShape.o): In function `btConcaveShape::operator delete(void*)':
  456. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btConcaveShape.h:44: undefined reference to `btAlignedFreeInternal(void*)'
  457. lib/bullet/src/BulletCollision/libBulletCollision.a(btConvexPolyhedron.o): In function `btConvexPolyhedron::operator delete(void*)':
  458. /home/me/Documents/git/3DPlatformer/lib/bullet/src/BulletCollision/CollisionShapes/btConvexPolyhedron.h:37: undefined reference to `btAlignedFreeInternal(void*)'
  459. lib/bullet/src/BulletCollision/libBulletCollision.a(btConvexPolyhedron.o): In function `btAlignedAllocator<btInternalEdge, 16u>::deallocate(btInternalEdge*)':
  460. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  461. lib/bullet/src/BulletCollision/libBulletCollision.a(btConvexPolyhedron.o):/home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: more undefined references to `btAlignedFreeInternal(void*)' follow
  462. lib/bullet/src/BulletCollision/libBulletCollision.a(btConvexPolyhedron.o): In function `btAlignedAllocator<btInternalEdge, 16u>::allocate(int, btInternalEdge const**)':
  463. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  464. lib/bullet/src/BulletCollision/libBulletCollision.a(btConvexPolyhedron.o): In function `btAlignedAllocator<btInternalVertexPair, 16u>::allocate(int, btInternalVertexPair const**)':
  465. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  466. lib/bullet/src/BulletCollision/libBulletCollision.a(btSdfCollisionShape.o): In function `btAlignedAllocator<btAlignedObjectArray<double>, 16u>::deallocate(btAlignedObjectArray<double>*)':
  467. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  468. lib/bullet/src/BulletCollision/libBulletCollision.a(btSdfCollisionShape.o): In function `btAlignedAllocator<btAlignedObjectArray<btCell32>, 16u>::deallocate(btAlignedObjectArray<btCell32>*)':
  469. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  470. lib/bullet/src/BulletCollision/libBulletCollision.a(btSdfCollisionShape.o): In function `btAlignedAllocator<btAlignedObjectArray<unsigned int>, 16u>::deallocate(btAlignedObjectArray<unsigned int>*)':
  471. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  472. lib/bullet/src/BulletCollision/libBulletCollision.a(btSdfCollisionShape.o): In function `btAlignedAllocator<double, 16u>::deallocate(double*)':
  473. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  474. lib/bullet/src/BulletCollision/libBulletCollision.a(btSdfCollisionShape.o): In function `btAlignedAllocator<btCell32, 16u>::deallocate(btCell32*)':
  475. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: undefined reference to `btAlignedFreeInternal(void*)'
  476. lib/bullet/src/BulletCollision/libBulletCollision.a(btSdfCollisionShape.o):/home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:97: more undefined references to `btAlignedFreeInternal(void*)' follow
  477. lib/bullet/src/BulletCollision/libBulletCollision.a(btMiniSDF.o): In function `btAlignedAllocator<btAlignedObjectArray<double>, 16u>::allocate(int, btAlignedObjectArray<double> const**)':
  478. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  479. lib/bullet/src/BulletCollision/libBulletCollision.a(btMiniSDF.o): In function `btAlignedAllocator<double, 16u>::allocate(int, double const**)':
  480. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  481. lib/bullet/src/BulletCollision/libBulletCollision.a(btMiniSDF.o): In function `btAlignedAllocator<btAlignedObjectArray<btCell32>, 16u>::allocate(int, btAlignedObjectArray<btCell32> const**)':
  482. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  483. lib/bullet/src/BulletCollision/libBulletCollision.a(btMiniSDF.o): In function `btAlignedAllocator<btCell32, 16u>::allocate(int, btCell32 const**)':
  484. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  485. lib/bullet/src/BulletCollision/libBulletCollision.a(btMiniSDF.o): In function `btAlignedAllocator<btAlignedObjectArray<unsigned int>, 16u>::allocate(int, btAlignedObjectArray<unsigned int> const**)':
  486. /home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: undefined reference to `btAlignedAllocInternal(unsigned long, int)'
  487. lib/bullet/src/BulletCollision/libBulletCollision.a(btMiniSDF.o):/home/me/Documents/git/3DPlatformer/lib/bullet/src/LinearMath/btAlignedAllocator.h:92: more undefined references to `btAlignedAllocInternal(unsigned long, int)' follow
  488. collect2: error: ld returned 1 exit status
  489. CMakeFiles/3DPlatformer.dir/build.make:88: recipe for target '3DPlatformer' failed
  490. make[3]: *** [3DPlatformer] Error 1
  491. CMakeFiles/Makefile2:73: recipe for target 'CMakeFiles/3DPlatformer.dir/all' failed
  492. make[2]: *** [CMakeFiles/3DPlatformer.dir/all] Error 2
  493. CMakeFiles/Makefile2:85: recipe for target 'CMakeFiles/3DPlatformer.dir/rule' failed
  494. make[1]: *** [CMakeFiles/3DPlatformer.dir/rule] Error 2
  495. Makefile:164: recipe for target '3DPlatformer' failed
  496. make: *** [3DPlatformer] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement