DanielChappuis / reactphysics3d

Open source C++ physics engine library in 3D

Home Page:http://www.reactphysics3d.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A ton of compiler errors when trying to compile with Make.

lotosprogrammer opened this issue · comments

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.

Turns out it was incompatibility with gcc 13. Fixed by simply cloning from https://github.com/Casqade/reactphysics3d/tree/gcc-13-fix.