Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2001:
[Freeciv-Dev] Re: gettext 0.10.37
Home

[Freeciv-Dev] Re: gettext 0.10.37

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Thue <thue@xxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: gettext 0.10.37
From: Gaute B Strokkenes <gs234@xxxxxxxxx>
Date: 20 May 2001 10:38:19 +0100

On Sun, 20 May 2001, thue@xxxxxxx wrote:
> Next problem:
> 
> gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
> -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
> -DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall  ngettext.c
> : -y -d --name-prefix=__gettext --output plural.c plural.y
> rm -f plural.h
> gcc -c -DLOCALEDIR=\"/usr/local/share/locale\" 
> -DLOCALE_ALIAS_PATH=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" 
> -DHAVE_CONFIG_H -I.. -I. -I../intl  -g -O2 -Wall  plural.c
> gcc: plural.c: No such file or directory
> gcc: No input files
> make[2]: *** [plural.o] Error 1
> make[2]: Leaving directory `/mnt/data/freeciv-dev/gettext7/intl'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/mnt/data/freeciv-dev/gettext7'
> make: *** [all-recursive-am] Error 2
> bash-2.05$

Make sure you have bison (the GNU incarnation of yacc) installed.  It
seems that configure is detecting it (since it's using long options in
the command line and stuff) but somehow belives that the command name
is ':', ie a colon.

What does

  $ bison --version

and

  $ yacc

say?

> I will just get around to looking at it in a moment.
> -Thue

-- 
Big Gaute                               http://www.srcf.ucam.org/~gs234/
I fill MY industrial waste containers with old copies
 of the ``WATCHTOWER'' and then add HAWAIIAN PUNCH to
 the top..  They look NICE in the yard--


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