-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Compilation on all architectures besides x86, ARM and WASM #788
Comments
hack3ric
added a commit
to hack3ric/box2d
that referenced
this issue
Sep 4, 2024
This PR removes "Unsupported CPU" compiler error and adds fallback implementation of `b2Pause` by doing nothing. Fixes erincatto#788.
hack3ric
added a commit
to hack3ric/box2d
that referenced
this issue
Sep 4, 2024
This PR removes "Unsupported CPU" compiler error and adds fallback implementation of `b2Pause` by doing nothing. Fixes erincatto#788.
erincatto
added a commit
that referenced
this issue
Sep 9, 2024
Merged
erincatto
added a commit
that referenced
this issue
Sep 9, 2024
Implemented in #787 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It turns out Box2D 3.x makes building on all but x86, ARM and WASM fail manually using #error in src/core.h, while 2.x can build on almost all architectures (see https://packages.debian.org/sid/libbox2d-dev).
The text was updated successfully, but these errors were encountered: