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: Bruno Haible
Subject: Re: make faild at "gettext-runtime/intl/plural.c"
Date: Sun, 09 Aug 2020 16:13:28 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-186-generic; KDE/5.18.0; x86_64; ; )

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]