[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-gettext] removing expat dependency
From: |
Daiki Ueno |
Subject: |
[bug-gettext] removing expat dependency |
Date: |
Wed, 09 Dec 2015 19:16:21 +0900 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) |
KO Myung-Hun <address@hidden> writes:
>> After merging the ITS branch (wip/ueno/its2), I plan to replace the
>> libexpat dependencies with libxml2 (for tools) and a hand written XML
>> parser (for libgettextpo, maybe ported from GLib's gmarkup.c). So this
>> shouldn't be necessary.
>
> Then, @LTLIBEXPAT@ is removed from libgettextsrc, too ?
I did that (also merged ITS branch). The relevant commit is:
http://git.sv.gnu.org/cgit/gettext.git/commit/?id=898e184a
Let me know if this change causes any compatibility problems.
The main obstacle was format-kde-kuit.c, which is shared between
xgettext and libgettexpo; while we can assume that libxml2 is always
usable from xgettext (through libgettextlib), it may not be usable from
libgettexpo. So, I ported GLib's gmarkup.c as a local Gnulib module:
markup. Currently, the use of the module is limited for libgettexpo for
some reasons (copyright, etc).
Regards,
--
Daiki Ueno
- [bug-gettext] removing expat dependency,
Daiki Ueno <=