Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
lotosprogrammer opened this issue Aug 24, 2023 · 1 comment
Closed

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

lotosprogrammer opened this issue Aug 24, 2023 · 1 comment

Comments

@lotosprogrammer
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant