gEDA-user: Next step questions
Peter Clifton
pcjc2 at cam.ac.uk
Sun Feb 18 21:48:27 EST 2007
On Sun, 2007-02-18 at 20:39 -0600, Craig Niederberger wrote:
> Does anyone know what version of gettext the CVS make for geda/gaf
> expects? I'm beginning to think that in updating gettext from 0.14.5
> to 0.16.1 I overshot the mark:
>
> ./configure: line 7594: AM_GNU_GETTEXT: command not found
> ./configure: line 7595: syntax error near unexpected token `0.16.1'
> ./configure: line 7595: `AM_GNU_GETTEXT_VERSION(0.16.1)'
> make: *** [gschem/config.h] Error 2
>
> Many TIA,
> Craig
If the AM_GNU_GETTEXT macro wasn't found above, it won't be expanded to
the appropriate code, so the execution of the ./configure script will
fail.
gschem attempts to require the version of gettext you have installed.
This was to work around a bug somehow introduced in gettext which broke
its supposed backwards compatibility to older version numbers which
geda/gaf used to request.
Peter
More information about the geda-user
mailing list