xboard-devel
[Top][All Lists]
Advanced

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

Re: [XBoard-devel] possible gettext solution


From: h . g . muller
Subject: Re: [XBoard-devel] possible gettext solution
Date: Sun, 21 Sep 2014 11:54:40 +0200
User-agent: SquirrelMail

Op Za, 20 september, 2014 7:30 pm schreef Arun Persaud:
> Hi
>
>
> I created two branches
>
>
> https://github.com/arunpersaud/xboard/tree/gettext-test
>
>
> https://github.com/arunpersaud/xboard/tree/gettext2
>

I tried the latter one, and it seems to work. I copied the
autogen/configure/make output below. I grepped *, po/* and m4/* for any
0.18, and it doesn't find any. Everything it uses now seems to come from
0.17 or earlier.

So it seems autopoint does the job, and if I understood the docs
correctly, it would consult the AM_GNU_GETTEXT_VERSION line in
configure.ac to know what version of the macros to supply. (And that this
is the critical difference with gettextize, which would always use the
version of your installed gettext.) But only you guys can test that, as
for me it would be the same.

I agree this is the way to go, as it has fewer files in git.

H.G.

address@hidden:~/fboard/xboard-gettext2$ ./autogen.sh
Copying file ABOUT-NLS
Copying file config.rpath
Creating directory m4
Copying file m4/codeset.m4
Copying file m4/gettext.m4
Copying file m4/glibc2.m4
Copying file m4/glibc21.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intlmacosx.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/inttypes_h.m4
Copying file m4/lcmessage.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/printf-posix.m4
Copying file m4/progtest.m4
Copying file m4/size_max.m4
Copying file m4/stdint_h.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
Copying file m4/wint_t.m4
Copying file m4/xsize.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
Copying file po/Rules-quot
Copying file po/boldquot.sed
Copying file po/address@hidden
Copying file po/address@hidden
Copying file po/insert-header.sin
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
configure.ac:71: installing `./compile'
configure.ac:79: installing `./config.guess'
configure.ac:79: installing `./config.sub'
configure.ac:34: installing `./missing'
Makefile.am:70: shell sh -c 'git describe --dirty --always 2>/dev/null':
non-POSIX variable name
Makefile.am:70: (probably a GNU make extension)
Makefile.am: installing `./depcomp'
Makefile.am:77: installing `./mdate-sh'
Makefile.am:77: installing `./texinfo.tex'
address@hidden:~/fboard/xboard-gettext2$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for library containing strerror... none required
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for remsh... no
checking for rsh... rsh
checking for makeinfo... makeinfo
checking for nroff... nroff -man
checking for awk... /usr/bin/awk
checking for perl... /usr/bin/perl
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking return type of signal handlers... void
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking stropts.h usability... yes
checking stropts.h presence... yes
checking for stropts.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/systeminfo.h usability... no
checking sys/systeminfo.h presence... no
checking for sys/systeminfo.h... no
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for _getpty... no
checking for grantpt... yes
checking for setitimer... yes
checking for usleep... yes
checking for gettimeofday... yes
checking for random... yes
checking for gethostname... yes
checking for setlocale... yes
checking for getpseudotty in -lseq... no
checking whether compiler understands -Wall -Wno-parentheses... yes
checking for pkg-config... pkg-config
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for CAIRO... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking X11/Intrinsic.h usability... yes
checking X11/Intrinsic.h presence... yes
checking for X11/Intrinsic.h... yes
checking X11/Xaw/Dialog.h usability... yes
checking X11/Xaw/Dialog.h presence... yes
checking for X11/Xaw/Dialog.h... yes
checking whether ptys or pipes should be used... pipes
checking for xdg-mime... /usr/bin/xdg-mime
checking for xdg-desktop-menu... /usr/bin/xdg-desktop-menu
checking for xdg-icon-resource... /usr/bin/xdg-icon-resource
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cmail
config.status: creating po/Makefile.in
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing test-stamp-h commands
config.status: executing chmod-cmail commands

 Configurations summary:

        prefix:          /usr/local
        datarootdir:     ${prefix}/share
        datadir:         ${datarootdir}
        gamedatadir:     $(datadir)/games/xboard
        desktopdir:      $(datadir)/applications
        mimedir:         $(datadir)/mime/packages
        iconsdir:        $(datadir)/icons/hicolor/48x48/apps
        svgiconsdir:     $(datadir)/icons/hicolor/scalable/apps
        infodir:         ${datarootdir}/info   (info files will go here)
        sysconfdir:      ${prefix}/etc   (xboard.conf will go here)

        update mimedb:   yes

        NLS support:     yes

        GTK:             no
        Xaw3d:           no
        Xaw:             yes

        ptys:            pipes
        zippy:           no
        sigint:          yes
address@hidden:~/fboard/xboard-gettext2$ make
make  all-recursive
make[1]: Entering directory `/home/hgm/fboard/xboard-gettext2'
Making all in po
make[2]: Entering directory `/home/hgm/fboard/xboard-gettext2/po'
test ! -f ./xboard.pot || \
          test -z "da.gmo de.gmo es.gmo it.gmo nl.gmo pl.gmo ru.gmo tr.gmo 
uk.gmo
vi.gmo zh_CN.gmo zh_HK.gmo zh_TW.gmo" || make da.gmo de.gmo es.gmo
it.gmo nl.gmo pl.gmo ru.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_HK.gmo
zh_TW.gmo
make[3]: Entering directory `/home/hgm/fboard/xboard-gettext2/po'
rm -f da.gmo && /usr/bin/msgfmt -c --statistics -o da.gmo da.po
491 translated messages, 77 fuzzy translations, 101 untranslated messages.
rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po
488 translated messages, 29 fuzzy translations, 152 untranslated messages.
rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po
658 translated messages.
rm -f it.gmo && /usr/bin/msgfmt -c --statistics -o it.gmo it.po
/usr/bin/msgfmt: (null): warning: PO file header fuzzy
                         warning: older versions of msgfmt will give an
error on this
it.po:9: some header fields still have the initial default value
243 translated messages, 94 fuzzy translations, 332 untranslated messages.
rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po
567 translated messages, 42 fuzzy translations, 60 untranslated messages.
rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po
658 translated messages.
rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po
/usr/bin/msgfmt: (null): warning: PO file header fuzzy
                         warning: older versions of msgfmt will give an
error on this
ru.po:9: some header fields still have the initial default value
243 translated messages, 83 fuzzy translations, 343 untranslated messages.
rm -f tr.gmo && /usr/bin/msgfmt -c --statistics -o tr.gmo tr.po
49 translated messages, 78 fuzzy translations, 542 untranslated messages.
rm -f uk.gmo && /usr/bin/msgfmt -c --statistics -o uk.gmo uk.po
611 translated messages, 41 fuzzy translations, 17 untranslated messages.
rm -f vi.gmo && /usr/bin/msgfmt -c --statistics -o vi.gmo vi.po
/usr/bin/msgfmt: (null): warning: PO file header fuzzy
                         warning: older versions of msgfmt will give an
error on this
vi.po:9: some header fields still have the initial default value
63 translated messages, 61 fuzzy translations, 545 untranslated messages.
rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po
/usr/bin/msgfmt: (null): warning: PO file header fuzzy
                         warning: older versions of msgfmt will give an
error on this
zh_CN.po:9: some header fields still have the initial default value
239 translated messages, 79 fuzzy translations, 351 untranslated messages.
rm -f zh_HK.gmo && /usr/bin/msgfmt -c --statistics -o zh_HK.gmo zh_HK.po
/usr/bin/msgfmt: (null): warning: PO file header fuzzy
                         warning: older versions of msgfmt will give an
error on this
zh_HK.po:9: some header fields still have the initial default value
238 translated messages, 85 fuzzy translations, 346 untranslated messages.
rm -f zh_TW.gmo && /usr/bin/msgfmt -c --statistics -o zh_TW.gmo zh_TW.po
/usr/bin/msgfmt: (null): warning: PO file header fuzzy
                         warning: older versions of msgfmt will give an
error on this
zh_TW.po:9: some header fields still have the initial default value
238 translated messages, 77 fuzzy translations, 354 untranslated messages.
make[3]: Leaving directory `/home/hgm/fboard/xboard-gettext2/po'
touch stamp-po
make[2]: Leaving directory `/home/hgm/fboard/xboard-gettext2/po'
make[2]: Entering directory `/home/hgm/fboard/xboard-gettext2'
Updating ./version.texi
restore=: && backupdir=".am$$" && \
        am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && \
        rm -rf $backupdir && mkdir $backupdir && \
        if (/bin/bash /home/hgm/fboard/xboard-gettext2/missing --run makeinfo
--version) >/dev/null 2>&1; then \
          for f in xboard.info xboard.info-[0-9] xboard.info-[0-9][0-9]
xboard.i[0-9] xboard.i[0-9][0-9]; do \
            if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
          done; \
        else :; fi && \
        cd "$am__cwd"; \
        if /bin/bash /home/hgm/fboard/xboard-gettext2/missing --run makeinfo   
-I
. \
         -o xboard.info xboard.texi; \
        then \
          rc=0; \
          CDPATH="${ZSH_VERSION+.}:" && cd .; \
        else \
          rc=$?; \
          CDPATH="${ZSH_VERSION+.}:" && cd . && \
          $restore $backupdir/* `echo "./xboard.info" | sed 's|[^/]*$||'`; \
        fi; \
        rm -rf $backupdir; exit $rc
  CC     backend.o
  CC     book.o
  CC     childio.o
  CC     gamelist.o
  CC     ngamelist.o
  CC     lists.o
  CC     moves.o
  CC     parser.o
  CC     pgntags.o
  CC     uci.o
  CC     board.o
  CC     draw.o
  CC     dialogs.o
  CC     engineoutput.o
  CC     nengineoutput.o
  CC     evalgraph.o
  CC     nevalgraph.o
  CC     history.o
  CC     nhistory.o
  CC     menus.o
  CC     usounds.o
  CC     usystem.o
  CC     xaw/xboard.o
xaw/xboard.c:207:1: warning: "DATADIR" redefined
<command-line>: warning: this is the location of the previous definition
  CC     xaw/xengineoutput.o
  CC     xaw/xgamelist.o
  CC     xaw/xhistory.o
  CC     xaw/xoptions.o
  CCLD   xboard
./texi2man ./xboard.texi > xboard.man || (rm -f xboard.man ; false)
  GEN    xboard.conf
make[2]: Leaving directory `/home/hgm/fboard/xboard-gettext2'
make[1]: Leaving directory `/home/hgm/fboard/xboard-gettext2'





reply via email to

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