>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Do people need gettext to be installed? Can't they configure Angus> --with-included-gettext? Personally, I don't have gettext Angus> installed on the WinXP box and have not been suffering from any Angus> failure to build. Angus> What do I miss? There are two things: the gettext library code which is in the intl/ directory (used with --with-included-gettext) and the gettext utilities like xgettext or msgfmt that are needed when the po files have been modified. It is the latter that cause problems. JMarc