Hi On 8 January 2013 02:16, Benjamin Huntsman <[email protected]> wrote: >>On Mon, Jan 07, 2013 at 10:58:08PM +0000, Benjamin Huntsman wrote: >>> As a further follow-up, here's an example, from source3/utils/net_cache.c: >>> >>> d_printf(_("Key: %s\t Timeout: %s\t Value: %s %s\n"), keystr, >>> timeout_str, datastr, timeout > now_t ? "": >>> _("(expired)")); >>> >>> My C skills aren't good enough to understand what's being done here, but >>> the offending bit is the last argument to d_printf: >>> >>> timeout > now_t ? "": _("(expired)") [...] > Any idea how we could track it back to see why that'd be? Did I mess it up > during the configure, or am I the first person to try to build samba-4.0.0 on > AIX with XLC?
_(...) is how the localisation is done AFAIK. i.e. it's for translating messages into different languages. Maybe there's something wrong with internationalisation/localisation (i18n/l10n) on the system? See what the configure output says about it (maybe gettext). -- Michael Wood <[email protected]> -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
