.I have 2 issues: 1) Compile time issue with SunStudio 12.4 compiler. Apparently it is more pendantic the gcc. The redeclared function is libintl_gettext_germanic_plural. Line 71 in plural-exp.c has it as struct, Line 111 in plural-exp.h has it as const struct.
2) 3 Failed tests ======================================================= gettext-tools 0.19.7: gnulib-tests/test-suite.log ======================================================= # TOTAL: 196 # PASS: 175 # SKIP: 18 # XFAIL: 0 # FAIL: 3 # XPASS: 0 # ERROR: 0 ... FAIL: test-mbrtowc3.sh ====================== test-mbrtowc.c:116: assertion 'wc == (wchar_t) 0xBADFACE' failed Abort - core dumped FAIL test-mbrtowc3.sh (exit status: 134) FAIL: test-mbrtowc4.sh ====================== test-mbrtowc.c:303: assertion 'ret == 1' failed Abort - core dumped FAIL test-mbrtowc4.sh (exit status: 134) ... FAIL: test-mbsrtowcs4.sh ======================== test-mbsrtowcs.c:261: assertion 'ret == 4' failed Abort - core dumped FAIL test-mbsrtowcs4.sh (exit status: 134)