Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2006:
[Freeciv-Dev] Re: Windows GTK client compile success! (wiki updated)
Home

[Freeciv-Dev] Re: Windows GTK client compile success! (wiki updated)

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Vasco Alexandre da Silva Costa <vasco.costa@xxxxxxxxx>
Cc: John Keller <list@xxxxxxxxxxxxxx>, Freeciv Dev <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Re: Windows GTK client compile success! (wiki updated)
From: Jason Dorje Short <jdorje@xxxxxxxxxxxx>
Date: Sun, 12 Feb 2006 20:33:34 -0500

Vasco Alexandre da Silva Costa wrote:
On 2/12/06, Jason Dorje Short <jdorje@xxxxxxxxxxxx> wrote:

You cannot and must not use --with-included-gettext; it declares
functions that conflict with libiconv functions.  In fact the included
gettext should be destroyed and never return.  You can compile and
install gettext directly however (it should/must be installed *after*
libiconv).


Ok. I tried this:
$ ./configure --enable-client=gtk-2.0 --with-libiconv-prefix=/usr

The problem is that the intl/ directory is being used at all. This is the included gettext and it's being used. The solution is to remove intl/ and always depend on gettext being installed. Or you can simply disable NLS. Or you could try adding gettext to dependencies/ somehow.

-jason



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