Skip to content

Drop gettext as no longer needed#342

Merged
evanmiller merged 1 commit into
WizardMac:devfrom
sarahec:fix-missing-gettext
Nov 8, 2025
Merged

Drop gettext as no longer needed#342
evanmiller merged 1 commit into
WizardMac:devfrom
sarahec:fix-missing-gettext

Conversation

@sarahec
Copy link
Copy Markdown
Contributor

@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
@Justinzobel
Copy link
Copy Markdown

I just ran into this issue building ReadStat. Can this be reviewed?

@sarahec sarahec marked this pull request as ready for review November 6, 2025 22:04
@sarahec
Copy link
Copy Markdown
Contributor Author

sarahec commented Nov 6, 2025

I just ran into this issue building ReadStat. Can this be reviewed?

Apologies. I forgot it was a draft.

@Justinzobel
Copy link
Copy Markdown

All good, these things happen.

Comment thread configure.ac Outdated

# Don't forget to update these too
READSTAT_MAJOR_VERSION=1
READSTAT_MAJOR_VERSION=1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please remove these stray spaces

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done. Thank you for catching this.

@sarahec sarahec force-pushed the fix-missing-gettext branch from b5512b3 to 1d85f0f Compare November 8, 2025 21:07
@evanmiller evanmiller merged commit 495a46b into WizardMac:dev Nov 8, 2025
1 check passed
@sarahec sarahec deleted the fix-missing-gettext branch November 8, 2025 21:49
This was referenced Apr 19, 2026
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

3 participants