A ton of compiler errors when trying to compile with Make.
lotosprogrammer opened this issue · 1 comments
lotosprogrammer commented
ISSUE:
When I try to compile I get a ton of errors.
The full list is here: https://pastebin.com/wy3f7zvQ but the gist of it is in the code the type uint32 (not uint32_t) is used but it doesn't exist and more missing types which I'm not sure about.
HOW TO REPLICATE:
Simply clone the project and try to build it.
ADDITIONAL NOTES:
I am using gcc 13.2.1-3 on an Arch system that is completely up to date and this also seems to happen when you try to use the version from the /extra Arch repo.
lotosprogrammer commented
Turns out it was incompatibility with gcc 13. Fixed by simply cloning from https://github.com/Casqade/reactphysics3d/tree/gcc-13-fix.