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

@sarahecsarahec commented Jul 16, 2025

Copy link
Copy Markdown
Contributor

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
sarahecforce-pushed the fix-missing-gettext branch from c2c1c49 to 07037aeCompareJuly 16, 2025 18:13
@sarahecsarahec changed the title Fix builds by explicitly request gettextFix builds by explicitly request gettext < 0.25Jul 16, 2025
@sarahecsarahec changed the title Fix builds by explicitly request gettext < 0.25Fix builds by explicitly requesting gettext < 0.25Jul 16, 2025
@sarahec
sarahecforce-pushed the fix-missing-gettext branch 2 times, most recently from a0cb1b3 to 81a5b5cCompareJuly 16, 2025 18:24
@sarahec
sarahec marked this pull request as draft July 16, 2025 18:42
@sarahec
sarahecforce-pushed the fix-missing-gettext branch from 96a4bb6 to b5512b3CompareJuly 16, 2025 18:47
@sarahecsarahec changed the title Fix builds by explicitly requesting gettext < 0.25Drop gettext as no longer neededJul 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
ContributorAuthor

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 threadconfigure.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
ContributorAuthor

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.

@evanmiller
evanmiller merged commit 495a46b into WizardMac:devNov 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 freeto 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

@sarahec@Justinzobel@evanmiller