XDT_I18N() should check for include path/library path required to make libintl.h visible to the preprocessor/-lintl visible to the linker. For example, on FreeBSD, libintl.h is in /usr/local/include, which is not in the default search path (except for port builds).
Is this fixed in the current version?
Old