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: Gaute B Strokkenes <gs234@xxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: gettext 0.10.37
From: Thue <thue@xxxxxxx>
Date: Sun, 20 May 2001 11:32:55 +0200

On Sunday 20 May 2001 11:28, Gaute B Strokkenes wrote:
> On 20 May 2001, gs234@xxxxxxxxx wrote:
> > On Sun, 20 May 2001, thue@xxxxxxx wrote:
> >> On Sunday 20 May 2001 00:39, Gaute B Strokkenes wrote:
> >>> >> Did you try removing config.cache and rerunning ./configure?
> >>> >> Does the configure script mention 'checking for memcpy' or
> >>> >> somesuch anywhere in its output?
> >>> >
> >>> > I did remove config.cache.  Actually the script does check for
> >>> > mempcpy inside a AC_CHECK_FUNCS, which should define
> >>> > HAVE_MEMPCPY correctly.
> >>>
> >>> Yes, but what does it say when you run it?
> >>>   checking for memcpy... yes
> >>> or
> >>>   checking for memcpy... no
> >>> ?
> >>>
> >>> What does config.log say?
> >>
> >> Umm, sorry.
> >> it said "yes".
> >
> > Does config.h.in have a line saying #undef HAVE_MEMCPY ?
>
> ...and if not, does running autoheader help?

Umm, yep, running autoheader helped.
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$

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


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