bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: compile error gettext cvs


From: Bruno Haible
Subject: Re: compile error gettext cvs
Date: Thu, 24 May 2007 00:44:48 +0200
User-agent: KMail/1.5.4

Hi,

Alexander Kahl wrote:
> I'm getting following error:
> 
>  gcc -std=gnu99 -DLOCALEDIR=\"/tools/share/locale\" -DBISON_LOCALEDIR=\"\" 
> -DLOCALE_ALIAS_PATH=\"/tools/share/locale\" -DUSEJEXE=0 
> -DGETTEXTJEXEDIR=\"/tools/lib/gettext\" 
> -DGETTEXTJAR=\"/tools/share/gettext/gettext.jar\" -DLIBDIR=\"/tools/lib\" 
> -DGETTEXTDATADIR=\"/tools/share/gettext\" 
> -DPROJECTSDIR=\"/tools/share/gettext/projects\" -DHAVE_CONFIG_H -I. -I.. -I. 
> -I. -I.. -I.. -I../libgrep -I../libuniname -I../gnulib-lib -I../gnulib-lib 
> -I../intl -I../../gettext-runtime/intl -g -O2 -c plural-exp.c -o plural-exp.o
> In file included from plural-exp.c:21:
> plural.y:54: error: field 'op' has incomplete type

'op' is of type 'enum expression_operator', which is defined in plural-exp.h,
which is included by plural.y.

Can you "touch gettext-runtime/intl/plural.y" and retry "make", and if it
still fails, report the results of
  - "bison --version"
  - "gcc --version"
  - "uname -msr"
Or investigate it yourself by looking at the preprocessing output of the
failing compiler command.

Bruno





reply via email to

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