bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gettext] gettext 0.19.5 second pretest


From: Daiki Ueno
Subject: Re: [bug-gettext] gettext 0.19.5 second pretest
Date: Wed, 24 Jun 2015 21:49:21 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Vincent Torri <address@hidden> 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 <address@hidden>
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  <address@hidden>
+
+       * woe32dll/gettextsrc-exports.c: Export formatstring_kde_kuit.
+       Reported by Vincent Torri.
+
 2015-06-23  Daiki Ueno  <address@hidden>
 
        * 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]