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 15:28:46 -0500

Vasco Alexandre da Silva Costa wrote:
On 2/12/06, John Keller <list@xxxxxxxxxxxxxx> wrote:

It seems like people have succeeded in compiling the Windows client, but
either long ago or with great pain - or both.


Thanks! I managed to compile the gui-gtk-2.0 in Windows following the
instructions.
I had to add --disable-nls to configure. Otherwise I would get an
error on link stating
there were multiple declarations of a function. It was both in the
system libiconv and
in our own libintl.

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).

-jason



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