[bug-gettext] gettext compilation error on Mac OS X 10.6.8

2013-02-22 Thread Assaf Gordon
Hello, Trying to compile gettext 0.18.1 and 0.18.2 on Mac OS X 10.6.8 fails with the following error: === libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -DEXEEXT=\"\" -DEXEEXT=\"\" -I. -I.. -I../intl -I../intl -I.. -I.. -DDEPENDS_ON_LIBICONV=1 -DDEPENDS_ON_LIBINTL=1 -DLIBXML_ST

Re: [bug-gettext] [platform-testers] New gettext snapshot: 0.19.2.1-rc1

2014-10-01 Thread Assaf Gordon
Hello, On 10/01/2014 03:48 AM, Daiki Ueno wrote: I've finally had a chance to build gettext on Solaris, and indeed encountered several portability errors. Could anyone try a snapshot including fixes of those? It is now available from here: http://alpha.gnu.org/gnu/gettext/gettext-0.19.2.1-rc1.

[bug-gettext] Possible small regression in generated Makefiles from gettext-0.19 with old 'make'

2015-05-27 Thread Assaf Gordon
Hello, I've encountered a possible error in a generated 'po/Makefile' when switching from gettext 0.18 to 0.19. I hope 'getetxt' is the relevant mailing list, but if the culprit is a different autotools part, please let me know. When using gettext-0.19 in a project, then running 'configure &&

Re: [bug-gettext] Possible small regression in generated Makefiles from gettext-0.19 with old 'make'

2015-05-28 Thread Assaf Gordon
HelloDaiki, Thanks for the explanation. On 05/28/2015 03:26 AM, Daiki Ueno wrote: Assaf Gordon writes: It seems that 'PO_DEPENDS_ON_POT' is not defined anywhere Actually, that variable is set to 'yes' in po/Makevars.template ... However, if you request a gette

Re: [bug-gettext] [platform-testers] gettext pretest 0.19.6.43-6e6f6

2015-12-11 Thread Assaf Gordon
Hello, On 12/11/2015 04:04 AM, Daiki Ueno wrote: The first pretest of gettext 0.19.7 is now available at: http://alpha.gnu.org/gnu/gettext/gettext-0.19.6.43-6e6f6.tar.xz I would appreciate if you can download and test it. I plan to release it in this month. I'm getting compilation failures

Re: [bug-gettext] [platform-testers] gettext pretest 0.19.6.44-a2e0a

2015-12-14 Thread Assaf Gordon
Hello, On 12/14/2015 12:44 AM, Daiki Ueno wrote: I have updated the included libxml2 to the latest release 2.9.3 and uploaded a new tarball: http://alpha.gnu.org/gnu/gettext/gettext-0.19.6.44-a2e0a.tar.xz http://alpha.gnu.org/gnu/gettext/gettext-0.19.6.44-a2e0a.tar.xz.sig Linking now fails in

Re: [bug-gettext] bug#25690: make install-html broken

2017-02-15 Thread Assaf Gordon
Hello Eric and all, On Mon, Feb 13, 2017 at 11:23:46AM -0600, Eric Blake wrote: Attempts to do 'make install-html' fail with: I worked around it while packaging sed for Cygwin by doing: --- origsrc/sed-4.4/po/Makefile.in.in 2017-02-03 19:15:46.0 -0600 +++ src/sed-4.4/po/Makefile.in.

Re: [bug-gettext] bug#25690: make install-html broken

2017-02-16 Thread Assaf Gordon
sed's 'bootstrap.conf' already patches po/Makefile.in.in (and coreutils' too). So there's already a Right Place to do so :) How about the following patch (perhaps for coreutils as well) ? regards, - assaf >From 780f966723d07c2990540d927402f03bb4b24031 Mon Sep 17 00:0

Re: [bug-gettext] bug#25690: make install-html broken

2017-02-16 Thread Assaf Gordon
tags 25690 fixed close 25690 stop Thanks for the review. Pushed (with your suggestion) here: https://git.savannah.gnu.org/cgit/sed.git/commit/?id=75e5a9b6 regards, - assaf