You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a compile error as below when I try to build branch refactor_shapes_creation using ndk r19 for Android platform.
Compiler: ndk r19
/react_physics/include/reactphysics3d/memory/DefaultAllocator.h:67:24: error: use of undeclared identifier
'aligned_alloc'
return std::aligned_alloc(GLOBAL_ALIGNMENT, size);
The text was updated successfully, but these errors were encountered:
I wil try to fix that on Android platform. However, you should really not use this branch. This is a development branch that I am currently working on. You you use the master branch instead.
Hi Daniel
There is a compile error as below when I try to build branch refactor_shapes_creation using ndk r19 for Android platform.
Compiler: ndk r19
The text was updated successfully, but these errors were encountered: