Message3462

Author fluzz
Recipients
Date 2017-05-04.17:58:48
Content
More info is needed. What do you mean with "missing gettext".

There are several parts needed to successfully build with i18n/l10n support:
- autopoint is needed by autogen.sh (and autogen should complain if autopoint is
missing) 
- some C functions, found in the GNU libc. If not, configure will install the
source files needed to compile a static libintl with the gettext C functions.
- some tools (msgfmt, msgmerge, xgettext - known as GNU gettext-tools), to
create the .po and the .gmo files

Only the presence of those tools is not (automatically) checked.

So, what exactly is missing on your system ? The gettext-tools ?
History
Date User Action Args
2017-05-04 17:58:48fluzzsetmessageid: <1493920728.91.0.467272469225.issue885@freedroid.org>
2017-05-04 17:58:48fluzzlinkissue885 messages
2017-05-04 17:58:48fluzzcreate