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@xxxxxxxxxxxxxxxx>
Cc: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: gettext 0.10.37
From: Erik Sigra <sigra@xxxxxxx>
Date: Sun, 6 May 2001 01:15:41 +0200
Reply-to: sigra@xxxxxxx

söndagen den  6 maj 2001 00:15 skrev Gaute B Strokkenes:
> On Sat, 5 May 2001, Erik Sigra wrote:
> >Now it ends like this:
> >
> >make[2]: Entering directory `FREECIV/intl'
> >make[2]: *** No rule to make target
> > `libintl.@INTL_LIBTOOL_SUFFIX_PREFIX@a', needed by `all-yes'.  Stop.
> >make[2]: Leaving directory `FREECIV/intl'
> >make[1]: *** [all-recursive] Error 1
> >make[1]: Leaving directory `FREECIV/freeciv'
> >make: *** [all-recursive-am] Error 2
>
> You have to run automake and autoconf too, sorry.

When I run gettextize -f I get this:

"Please add the files
  codeset.m4 gettext.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4
from the /usr/local/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.";

So I did this:

root@a77:/usr/share/automake > ln /usr/local/share/aclocal/codeset.m4
root@a77:/usr/share/automake > ln /usr/local/share/aclocal/gettext.m4
root@a77:/usr/share/automake > ln /usr/local/share/aclocal/iconv.m4
root@a77:/usr/share/automake > ln /usr/local/share/aclocal/isc-posix.m4
root@a77:/usr/share/automake > ln /usr/local/share/aclocal/lcmessage.m4
root@a77:/usr/share/automake > ln /usr/local/share/aclocal/progtest.m4

and downloaded config.guess and config.sub into the FREECIV directory. But 
now the command "automake && autoconf && rm config.cache;configure  
--enable-debug --with-readline --with-included-gettext && make" stops at:

make[2]: *** No rule to make target `@INTLDEPS@', needed by `civserver'.  
Stop.
make[2]: Leaving directory `FREECIV/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `FREECIV/freeciv'
make: *** [all-recursive-am] Error 2


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