Skip to content

Fix compiling on MacOS#38

Merged
Finii merged 1 commit intomainfrom
bugfix/compiling-darwin
Oct 14, 2025
Merged

Fix compiling on MacOS#38
Finii merged 1 commit intomainfrom
bugfix/compiling-darwin

Conversation

@Finii
Copy link
Copy Markdown
Member

@Finii Finii commented Oct 14, 2025

[why]
For a time we got warnings, after the latest xcode update they turned into errors, of the form:

error "_LIBCPP_ENABLE_ASSERTIONS has been removed, please use _LIBCPP_HARDENING_MODE instead"

[how]
Turning LIBCPP assertions off as suggested by still open Issue in Meson:
https://www.github.com/mesonbuild/meson/issues/13978

Suggested-by: Lars Froehlich lars.froehlich@desy.de

[why]
For a time we got warnings, after the latest xcode update they
turned into errors, of the form:

error "_LIBCPP_ENABLE_ASSERTIONS has been removed, please use _LIBCPP_HARDENING_MODE instead"

[how]
Turning LIBCPP assertions off as suggested by still open Issue in Meson:
https://www.github.com/mesonbuild/meson/issues/13978

Suggested-by: Lars Froehlich <lars.froehlich@desy.de>
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
@Finii Finii force-pushed the bugfix/compiling-darwin branch from 6d0a60a to 1afc1e2 Compare October 14, 2025 09:48
@Finii
Copy link
Copy Markdown
Member Author

Finii commented Oct 14, 2025

Forgot a + in the += array assignment. Which did not change the outcome because the array is empty before.
Force push.

Copy link
Copy Markdown
Member

@alt-graph alt-graph left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks, @Finii!

@Finii Finii merged commit 08c21bb into main Oct 14, 2025
3 checks passed
@Finii Finii deleted the bugfix/compiling-darwin branch October 14, 2025 12:03
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

Successfully merging this pull request may close these issues.

2 participants