Skip to content

Drop gettext as no longer needed #342

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

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

sarahec
Copy link

@sarahec sarahec commented Jul 16, 2025

error: possibly undefined macro: AM_ICONV
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.

This happens with gettext 0.25.

gettext is there to supply iconv in older scripts. iconv() has been obsolete since 2001.

Fixes #341

@sarahec sarahec force-pushed the fix-missing-gettext branch from c2c1c49 to 07037ae Compare July 16, 2025 18:13
@sarahec sarahec changed the title Fix builds by explicitly request gettext Fix builds by explicitly request gettext < 0.25 Jul 16, 2025
@sarahec sarahec changed the title Fix builds by explicitly request gettext < 0.25 Fix builds by explicitly requesting gettext < 0.25 Jul 16, 2025
@sarahec sarahec force-pushed the fix-missing-gettext branch 2 times, most recently from a0cb1b3 to 81a5b5c Compare July 16, 2025 18:24
@sarahec sarahec marked this pull request as draft July 16, 2025 18:42
@sarahec sarahec force-pushed the fix-missing-gettext branch from 96a4bb6 to b5512b3 Compare July 16, 2025 18:47
@sarahec sarahec changed the title Fix builds by explicitly requesting gettext < 0.25 Drop gettext as no longer needed Jul 16, 2025
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.

warning: macro 'AM_ICONV' not found in library is failing on Darwin again
1 participant