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

Define _XOPEN_SOURCE_EXTENDED on mac localized curses builds for wchar #73697

Merged
merged 1 commit into from
May 12, 2024

Conversation

kevingranade
Copy link
Member

Summary

None

Purpose of change

The macOS release build is broken as can be seen in https://github.com/CleverRaven/Cataclysm-DDA/actions/runs/9046935560/job/24858676569#step:27:370
This happened in #73414 and again we didn't catch it because we don't have a macOS/curses build in the test suite.

Describe the solution

I stumbled across this incantation that might soothe the foul beast.

Describe alternatives you've considered

Tried to unpack wchar into utf8 strings in #73694 but I can't get that to work.

Testing

Can't test locally, it's up to the release osx curses build.

@kevingranade kevingranade marked this pull request as ready for review May 12, 2024 06:30
@github-actions github-actions bot added Code: Build Issues regarding different builds and build environments astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions labels May 12, 2024
@dseguin dseguin merged commit fa92f1a into master May 12, 2024
20 of 33 checks passed
@kevingranade kevingranade deleted the wide-char-for-osx-curses branch May 12, 2024 15:38
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions Code: Build Issues regarding different builds and build environments json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants