Complete.Org: Mailing Lists: Archives: freeciv-dev: March 2002:
[Freeciv-Dev] Re: Success at last with Sound #15
Home

[Freeciv-Dev] Re: Success at last with Sound #15

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Raahul Kumar <raahul_da_man@xxxxxxxxx>
Cc: freeciv development list <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Re: Success at last with Sound #15
From: Raimar Falke <hawk@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 21 Mar 2002 09:03:05 +0100
Reply-to: rf13@xxxxxxxxxxxxxxxxxxxxxx

On Wed, Mar 20, 2002 at 11:46:30PM -0800, Raahul Kumar wrote:
> 
> --- Raimar Falke <hawk@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
> > On Wed, Mar 20, 2002 at 07:58:20PM -0800, Raahul Kumar wrote:
> > > I've tried your new and improved aclocal.m4. That combined with Per's 
> > > sound
> > > patch has finally resulted in a working freeciv with sound for me. 
> > > 
> > > 
> > > The sequence of events was
> > > 
> > > tar zxvf freeciv-cvs-Mar-18.tar.bz2 
> > > cp sound15.diff freeciv/ 
> > > cp stdsounds.tar.gz freeciv/
> > > cd freeciv
> > > tar zxvf stdsounds.tar.gz
> > > patch < sound15.diff -p1
> > > cd ..
> > > cp aclocal.m4 freeciv/
> > > cd freeciv
> > > 
> > > autoheader; aclocal; automake; autoconf; 
> > > 
> > > Succeeded well. No problems yet.
> > > 
> > > ./configure 
> > > 
> > > checking for ngettext in -lc... yes
> > > checking whether libc's ngettext works at runtime... yes
> > > checking for GNU xgettext version >= 0.10.38... no
> > > configure: warning: You may have problems with creating pox files. Please
> > > update your gettext package.
> > > checking for GNU msgfmt version >= 0.10.35... no
> > > configure: error: You are unable to create *.gmo files.
> > > This is development version which doesn't include them. Please update your
> > > gettext package. We recommend you versions >= 0.10.38. Or use
> > > --disable-nls instead.
> > 
> > What is the output of
> >   msgfmt --version
> > ?
> > 
> > > I still get this obscure mesage about msgfmt, and my version of gnu 
> > > gettext
> > is 0.10.40, yet the configure script claims it is < 0.10.38. I'd love to 
> > know
> > how to check version number of msgfmt, rpm -q msgfmt does not do it.
> > 
> 
> I did not have gettext-devel installed. The error message needs to be 
> improved.
> I had no idea what package msgfmt was hiding in.

It clearly stated that you don't have msgfmt >= 0.10.35 installed. I
don't see a problem in the msg.

> You still have not properly fixed the script for detecting gettext. It still
> does not work on Mandrake 8.0.

I will create a new one shortly.

> > > 2: audio_play_sound('m_archers', 'm_generic')
> > > 2: last message repeated 2 times
> > > 2: audio_play_sound('m_settlers', 'm_generic')
> > > 2: last message repeated 2 times

You just moved your archer two times in a row.

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
 "USENET is *not* the non-clickable part of WWW!"


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