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

Fix compile errors on M1 #161

Merged
merged 1 commit into from May 14, 2022
Merged

Fix compile errors on M1 #161

merged 1 commit into from May 14, 2022

Conversation

iche033
Copy link
Contributor

@iche033 iche033 commented May 5, 2022

There are compile errors on Apple M1 machines, see
gazebosim/gz-sim#1362 (comment)

To fix the build, I ported the changes from upstream backward repo::
https://github.com/bombela/backward-cpp/blob/master/backward.hpp#L4220-L4225

The alternative is to update the backward.hpp file with the latest version from upstream, which I tried that and noticed quite a few changes between our copy and the latest version. So I took the safest route and just applied minimal changes to fix the build.

Signed-off-by: Ian Chen <ichen@osrfoundation.org>
@iche033 iche033 requested a review from nkoenig as a code owner May 5, 2022 22:30
@iche033 iche033 changed the base branch from ign-launch5 to main May 5, 2022 22:30
@osrf-triage osrf-triage added this to Inbox in Core development May 5, 2022
@github-actions github-actions bot added the 🏯 fortress Ignition Fortress label May 5, 2022
@chapulina chapulina added this to Inbox in Core development via automation May 6, 2022
@chapulina chapulina moved this from Inbox to In review in Core development May 6, 2022
@chapulina chapulina added 🌱 garden Ignition Garden and removed 🏯 fortress Ignition Fortress labels May 14, 2022
@chapulina chapulina merged commit ae261dc into main May 14, 2022
Core development automation moved this from In review to Done May 14, 2022
@chapulina chapulina deleted the aarch64_m1 branch May 14, 2022 00:32
@chapulina chapulina added the macOS macOS support label May 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 garden Ignition Garden macOS macOS support
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants