search for: xgettext

Displaying 20 results from an estimated 153 matches for "xgettext".

Did you mean: gettext
2013 Aug 26
2
Problem with buliding Xen
.... x86_64-unknown-linux-gnu checking for gcc... gcc ... checking for unistd.h... yes checking for python-config... /usr/bin/python-config checking Python.h usability... yes checking Python.h presence... yes checking for Python.h... yes checking for PyArg_ParseTuple in -lpython2.7... yes checking for xgettext... no configure: error: Unable to find xgettext, please install xgettext configure: error: ./configure failed for tools Based on this mailing thread that I found online ( http://lists.xen.org/archives/html/xen-devel/2012-03/msg00229.html), I do have those patches in the latest source that I have p...
2013 Dec 09
0
[PATCH 3/3] Create empty files to be edited by xgettext
This avoids: xgettext: error while opening "libguestfs.pot-t" for reading: No such file or directory which I observed with xgettext (GNU gettext-tools) 0.18.3 --- po/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/po/Makefile.am b/po/Makefile.am index a8343ec..fd69441 100644 --- a/po/Makefile...
2007 Apr 18
0
[PATCH][TOOLS]C/S 14864 requies xgettext - so check for it.
Add "chk build" check that we''ve got xgettext since it''s now required. Signed off by: Mats Petersson <mats.petersson@amd.com> -- Mats _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2016 Jun 10
2
compiling with lsocks support on centos 6?
im trying to compile lftp with socks support and im getting the following.. ... 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 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 main in...
2013 Dec 05
0
[PATCH 1/3] po: fix broken message extraction
...ipped their headers) is wrong, since other than being an hack it can create an invalid pot when the same message appears in sources written in different languages. Instead, a cleaner and safer solution is to first let ocaml-gettext (if available) extract the messages for the ml files, and then use xgettext to extract the messages for the other languages, joining the new messages to the existing (or not) pot file. --- po/Makefile.am | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/po/Makefile.am b/po/Makefile.am index e2bfe45..b0a8038 100644 --- a/po/Makefil...
2013 Dec 05
6
[PATCH 0/3] Small improvements to i18n extraction/handling
Hi, here there are few patches to improve the extraction of translatable messages, and the usage of messages with plural forms. Pino Toscano (3): po: fix broken message extraction po: fix dependencies for libguestfs.pot extraction fish: improve the command error messages generator/fish.ml | 20 ++++++++++++++++---- po/Makefile.am | 24 +++++++----------------- 2 files changed, 23
2006 Nov 27
1
MinGW problem - unable to compile - config.log
...ment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether NLS is requested... yes checking for msgfmt... /mingw/bin/msgfmt checking for gmsgfmt... /mingw/bin/msgfmt checking for xgettext... /mingw/bin/xgettext checking for msgmerge... /mingw/bin/msgmerge checking for style of include used by make... GNU checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. And thi...
2013 Dec 05
1
Re: [PATCH 1/3] po: fix broken message extraction
...since other than being > an hack it can create an invalid pot when the same message appears in > sources written in different languages. > > Instead, a cleaner and safer solution is to first let ocaml-gettext > (if available) extract the messages for the ml files, and then use > xgettext to extract the messages for the other languages, joining the > new messages to the existing (or not) pot file. > --- > po/Makefile.am | 22 ++++++---------------- > 1 file changed, 6 insertions(+), 16 deletions(-) > > diff --git a/po/Makefile.am b/po/Makefile.am > index e2bfe...
2016 Jun 10
1
compiling with lsocks support on centos 6?
...exander Dalloz: > Am 10.06.2016 um 19:46 schrieb Jason Welsh: >> im trying to compile lftp with socks support and im getting the >> following.. >> >> ... >> 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 for CFPreferencesCopyAppValue... no >> checking for CFLocaleCopyCurrent... no >> checking for GNU gettext in libc... yes >> checking whether to use NLS... yes >> checking where the get...
2013 Dec 09
3
[PATCH 1/3] Fix manpage generation in out-of-tree builds
--- po-docs/ja/Makefile.am | 16 ++++++++-------- po-docs/uk/Makefile.am | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am index 820f91a..e954f04 100644 --- a/po-docs/ja/Makefile.am +++ b/po-docs/ja/Makefile.am @@ -92,9 +92,9 @@ guestfs.3: guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-stru
2010 May 12
2
[PATCH 0/2] Actually translate our Perl programs (RHBZ#559963).
We observed a while back that the Perl-based libguestfs tools were not being localized. In fact I've tracked this problem down to a regression some time ago and some subsequent changes we made. These two patches fix everything. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-top is 'top' for virtual machines. Tiny program with many
2014 Nov 11
1
[PATCH] use pkg-config to look up ncurses
...C_CHECK_LIB([tinfo], [UP], [], [ - AC_MSG_ERROR(['libtinfo' library (usually part of ncurses) not found, or it doesn't contain 'UP']) -]) -LIBS="$old_LIBS" +AC_SUBST([LIBCURSES_CFLAGS]) +AC_SUBST([LIBCURSES_LIBS]) dnl GNU gettext tools (optional). AC_CHECK_PROG([XGETTEXT],[xgettext],[xgettext],[no]) diff --git a/customize/Makefile.am b/customize/Makefile.am index f9dccd5..64509fd 100644 --- a/customize/Makefile.am +++ b/customize/Makefile.am @@ -124,7 +124,7 @@ OCAMLCFLAGS = $(OCAML_FLAGS) $(OCAML_WARN_ERROR) $(OCAMLPACKAGES) OCAMLOPTFLAGS = $(OCAMLCFLAGS) OCAM...
2016 Jun 10
0
compiling with lsocks support on centos 6?
Am 10.06.2016 um 19:46 schrieb Jason Welsh: > im trying to compile lftp with socks support and im getting the following.. > > ... > 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 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...
2013 Sep 26
0
Re: [PATCH] build: fix errors when compiling man-pages
...der wrote: > I'm not sure whether this is the best fix, but it makes the build > pass. Sorry for the delay. For some reason I thought I'd applied this, but actually I'd forgotten about it. I believe the original motivation for creating the tool.pl -> tool symlink was because xgettext didn't know these files were Perl and so used the wrong language filter. Things have moved on a bit since then, because we now run xgettext directly instead of using the sociopathic gettextize utility. Therefore I pushed the following patch which I believe simplifies things. https://github.c...
2020 Mar 30
2
"configure: error: Unable to find <rpc/rpc.h>" when compiling libvirt 6.0.0 from a release tarball
...ML... yes checking whether to compile with macvtap support... yes checking whether MACVLAN_MODE_PASSTHRU is declared... (cached) yes checking for NETCF... no checking for gettext... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for xgettext... xgettext checking for msgfmt... msgfmt checking for msgmerge... msgmerge checking msgfmt is GNU tool... yes checking for numa_available in -lnuma... no checking for numa_bitmask_isbitset in -lnuma... no checking for OPENWSMAN... no checking for PCIACCESS... no checking for init script type... sy...
2009 Sep 02
2
[PATCH] internationalisation: Replace autopoint infrastructure with libintl-perl
I noticed that virt-v2v, which is written exclusively in perl, failed to generate virt-v2v.pot. After much head scratching I also noticed that libguestfs.pot didn't include any messages from perl sources. Some reading of libintl-perl shows that a somewhat more complicated xgettext command line is required, as it doesn't understand Locale::TextDomain syntax by default. After a little more head scratching, I decided to replace the autopoint generated infrastructure with the reference infrastructure from libintl-perl because: 1. It works 2. It's a whole lot more transp...
2002 Jul 04
1
Still can't compile vorbis-tools CVS
...: *** [all-recursive] Error 1 This is after running ./autogen.sh with no options. I examined the output of configure. Burried away in the output, not in the log btw, was the following error: ed: can't read ./intl/po2tbl.sed.in: No such file or directory Here it is in context: checking for xgettext... (cached) /usr/bin/xgettext checking for catalogs to be installed... fr nl sv sed: can't read ./intl/po2tbl.sed.in: No such file or directory There's nothing at all to help in config.log, but grepping for po2tbl reveals the following: configure:3499: $srcdir/intl/po2tbl.sed.in >...
2019 Nov 27
5
[v2v PATCH v2 0/5] Various build cleanups
Brought to you by the "I haven't rebuilt the libguestfs universe in a while" saga -- now with working test suite. Pino Toscano (5): build: remove extra gnulib submodule build: remove extra checks and submodules build: stop using gnulib in test-harness build: remove unused gnulib modules Remove extra entries from podfiles .gitmodules | 3 -- Makefile.am
2013 Sep 24
2
[PATCH] build: fix errors when compiling man-pages
I'm not sure whether this is the best fix, but it makes the build pass. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- Notes: The configure was called like this: ./autogen.sh --disable-appliance --disable-daemon --with-readline --disable-php --enable-python --enable-perl --disable-haskell --disable-ruby --enable-gobject --enable-probes --enable-lua
2013 Jun 15
1
Bug#712366: xen: FTBFS: configure: error: Could not find libcrypto
...for stdint.h... yes > checking for unistd.h... yes > checking for python-config... /usr/bin/python-config > checking Python.h usability... yes > checking Python.h presence... yes > checking for Python.h... yes > checking for PyArg_ParseTuple in -lpython2.7... yes > checking for xgettext... /usr/bin/xgettext > checking for as86... /usr/bin/as86 > checking for ld86... /usr/bin/ld86 > checking for bcc... /usr/bin/bcc > checking for iasl... /usr/bin/iasl > checking uuid/uuid.h usability... yes > checking uuid/uuid.h presence... yes > checking for uuid/uuid.h... ye...