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 build with NLS enabled #1164

Merged
merged 1 commit into from
Jul 30, 2022
Merged

Conversation

lmoureaux
Copy link
Contributor

We need to include fc_config.h in fcintl.h to control enabling NLS. Else we're
defining "textdomain" as nothing, which doesn't play nice with libintl.h.

We need to include fc_config.h in fcintl.h to control enabling NLS. Else we're
defining "textdomain" as nothing, which doesn't play nice with libintl.h.
@lmoureaux lmoureaux added this to the v3.0-beta.4 milestone Jul 30, 2022
@jwrober jwrober merged commit 4f5fe2b into longturn:master Jul 30, 2022
Copy link
Collaborator

@jwrober jwrober left a comment

Choose a reason for hiding this comment

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

Approved

@lmoureaux lmoureaux deleted the bugfix/build-nls branch August 1, 2022 10:59
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