bug-gettext
[Top][All Lists]
Advanced

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

Re: make faild at "gettext-runtime/intl/plural.c"


From: 川原智和
Subject: Re: make faild at "gettext-runtime/intl/plural.c"
Date: Mon, 10 Aug 2020 18:09:07 +0900

>It looks like you don't have bison 3.0 or newer installed and available
>in $PATH. See the HACKING file for this and other prerequisites.

With your advice, make go well around gettext-runtime/intl/plural.c , thank you!
But hunged up like  below...

cd ../../../gettext-runtime/po && rm -f en@boldquot.gmo && /Users/hoge/.anyenv/envs/pyenv/shims/msgmerge --no-fuzzy-matching --no-location --quiet -o en@boldquot.1po en@boldquot.po gettext-runtime.pot && /Users/hoge/.anyenv/envs/pyenv/shims/msgfmt -c --statistics --verbose -o en@boldquot.gmo en@boldquot.1po && rm -f en@boldquot.1po

/Users/hoge/.anyenv/envs/pyenv/versions/anaconda3-2020.02/bin/msgfmt: en@quot.1po: ?ٹ?: PO ?ե?????Υإå????ʤ?, ?⤷?????????Ǥ?

                                                                                                ?ٹ?: ʸ?????åȤ??Ѵ?????ǽ???ޤ???

/Users/hoge/.anyenv/envs/pyenv/versions/anaconda3-2020.02/bin/msgfmt: 1 ?Ĥ???̿Ū???顼?????Ĥ???ޤ???

make[5]: *** [../../../gettext-runtime/po/en@quot.gmo] Error 1

make[5]: *** Waiting for unfinished jobs....

/Users/hoge/.anyenv/envs/pyenv/versions/anaconda3-2020.02/bin/msgfmt: en@boldquot.1po: ?ٹ?: PO ?ե?????Υإå????ʤ?, ?⤷?????????Ǥ?

                                                                                                    ?ٹ?: ʸ?????åȤ??Ѵ?????ǽ???ޤ???

/Users/hoge/.anyenv/envs/pyenv/versions/anaconda3-2020.02/bin/msgfmt: 1 ?Ĥ???̿Ū???顼?????Ĥ???ޤ???

make[5]: *** [../../../gettext-runtime/po/en@boldquot.gmo] Error 1

make[4]: *** [../../../gettext-runtime/po/stamp-po] Error 2

make[3]: *** [all-recursive] Error 1

make[2]: *** [all] Error 2

make[1]: *** [all-recursive] Error 1

make: *** [all] Error 2



Also, when running 'make -k distcheck', command stopped like below:



cd ../../../gettext-runtime/po && rm -f zh_TW.gmo && /Users/tomonmbprcatalina/.anyenv/envs/pyenv/shims/msgmerge --no-fuzzy-matching --no-location --quiet -o zh_TW.1po zh_TW.po gettext-runtime.pot && /Users/tomonmbprcatalina/.anyenv/envs/pyenv/shims/msgfmt -c --statistics --verbose -o zh_TW.gmo zh_TW.1po && rm -f zh_TW.1po

zh_TW.1po: 47 ?Ĥ???????å?????.

make[7]: Target `update-gmo' not remade because of errors.

make[6]: *** [update-po] Error 2

make[5]: *** [distdir] Error 2

make[4]: *** [distdir-am] Error 1

make[3]: *** [distdir] Error 2

make[2]: *** [distdir-am] Error 1

make[1]: *** [distdir] Error 2

make[1]: Target `dist-gzip' not remade because of errors.

make: *** [dist] Error 2

make: Target `distcheck' not remade because of errors.



2020年8月9日(日) 23:13 Bruno Haible <bruno@clisp.org>:
Hi,

> ./autogen.sh and ./configure  go through well, but make will stop with
> below message.
>
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../gettext-runtime/intl
> -I.. -DLOCALEDIR=\"/usr/local/git/share/locale\" -DLOCALE_ALIAS_PATH=\"\"
> -DLIBDIR=\"/usr/local/git/lib\" -DBUILDING_LIBINTL -DBUILDING_DLL
> -DIN_LIBINTL -DENABLE_RELOCATABLE=1 -DIN_LIBRARY
> -DINSTALLDIR=\"/usr/local/git/lib\" -DNO_XMALLOC
> -Dset_relocation_prefix=libintl_set_relocation_prefix
> -Drelocate=libintl_relocate -Drelocate2=libintl_relocate2
> -DDEPENDS_ON_LIBICONV=1 -fvisibility=hidden -g -O2 -c
> ../../../gettext-runtime/intl/plural.c  -fno-common -DPIC -o .libs/plural.o
>
> clang: *error: *no such file or directory:
> '../../../gettext-runtime/intl/plural.c'

It looks like you don't have bison 3.0 or newer installed and available
in $PATH. See the HACKING file for this and other prerequisites.

Once you have installed bison, do "make -k distcheck", and "./configure ..."
again.

Bruno


reply via email to

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