Vincent Torri <vincent.to...@gmail.com> writes: > .libs/libgettextsrc_la-read-catalog-abstract.o: In function > `po_parse_comment_special': > C:\MinGW\msys\1.0\home\vtorri\tmp\gettext-0.19.4.82-0a64\gettext-tools\src/read-catalog-abstract.c:432: > undefined reference to `__imp_syntax_check_name' > ../woe32dll/.libs/libgettextsrc_la-c++format.o: In function > `__static_initialization_and_destruction_0': > C:\MinGW\msys\1.0\home\vtorri\tmp\gettext-0.19.4.82-0a64\gettext-tools\src/../woe32dll/../src/format.c:65: > undefined reference to `__imp_formatstring_kde_kuit'
Thanks for reporting this. I've committed the attached change for that. Regards, -- Daiki Ueno
>From b10f9e2ec6d19d3317dc43e95f3e2474c1dfa14a Mon Sep 17 00:00:00 2001 From: Daiki Ueno <u...@gnu.org> Date: Wed, 24 Jun 2015 21:32:34 +0900 Subject: [PATCH] build: Export formatstring_kde_kuit to W32 * woe32dll/gettextsrc-exports.c: Export formatstring_kde_kuit. Reported by Vincent Torri. --- gettext-tools/ChangeLog | 5 +++++ gettext-tools/woe32dll/gettextsrc-exports.c | 1 + 2 files changed, 6 insertions(+) diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 6bd71d6..22754c4 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,8 @@ +2015-06-24 Daiki Ueno <u...@gnu.org> + + * woe32dll/gettextsrc-exports.c: Export formatstring_kde_kuit. + Reported by Vincent Torri. + 2015-06-23 Daiki Ueno <u...@gnu.org> * ABOUT-NLS: Regenerate for 0.19.5. diff --git a/gettext-tools/woe32dll/gettextsrc-exports.c b/gettext-tools/woe32dll/gettextsrc-exports.c index 640ad1f..c49a899 100644 --- a/gettext-tools/woe32dll/gettextsrc-exports.c +++ b/gettext-tools/woe32dll/gettextsrc-exports.c @@ -37,6 +37,7 @@ VARIABLE(formatstring_gfc_internal) VARIABLE(formatstring_java) VARIABLE(formatstring_javascript) VARIABLE(formatstring_kde) +VARIABLE(formatstring_kde_kuit) VARIABLE(formatstring_librep) VARIABLE(formatstring_lisp) VARIABLE(formatstring_lua) -- 2.1.4