Complete.Org: Mailing Lists: Archives: freeciv-dev: December 2005:
[Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arg
Home

[Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arg

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: aaron_talamasca@xxxxxxxx, chrisk@xxxxxxxxx, cyril.delalande@xxxxxxxxx, s_keishi@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arguments
From: "Christian Prochaska" <cp.ml.freeciv.dev@xxxxxxxxxxxxxx>
Date: Sun, 25 Dec 2005 08:56:50 -0800
Reply-to: bugs@xxxxxxxxxxx

<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12932 >

On 12/25/05, Gilderoy <aaron_talamasca@xxxxxxxx> wrote:
>
> <URL: http://bugs.freeciv.org/Ticket/Display.html?id=12932 >
>
> Per I. Mathisen ha scritto:
>
> >
> >SDL in mingw32 generally is not able to run its test program. Try giving
> >the disable sdl test program option to configure. This generally applies
> >to all such test programs.
> >
> >  - Per
> >
> >
> how can I disable the test for gtk2? --disable-test=gtk2?
>

--disable-gtktest

But probably the test program failed, because there were some more
files missing. I've updated the web instructions for compiling the GTK
client and it should compile now. However I had to compile libiconv
myself, because there was an error with the files from
libiconv-1.9.1.bin.woe32.zip:

make[3]: Entering directory `/c/tmp/tmp/src/mingw/freeciv-2.0.7/server'
gcc  -g -O2 -Wall -Wpointer-arith -Wcast-align -Wmissing-prototypes
-Wmissing-declarations -mms-bitfields   -o civserver.exe  civserver.o
../utility/libcivutility.a ../common/libcivcommon.a ../ai/libcivai.a
../utility/libcivutility.a ./libcivserver.a ../intl/libintl.a -liconv
../utility/libcivutility.a ../common/libcivcommon.a ../ai/libcivai.a
../utility/libcivutility.a ./libcivserver.a ../utility/libcivutility.a
../common/aicore/libaicore.a ./generator/libgenerator.a
userdb/libuserdb.a -lreadline   -lz -lutf8  -liconv -lwsock32 -lutf8
c:/tmp/gnuwin32/mingw/bin/../lib/gcc-lib/mingw32/3.2.3/../../../libiconv.a(ds00007.o)(.text+0x0):
multiple definition of `locale_charset'
../intl/libintl.a(localcharset.o)(.text+0x50):c:/tmp/tmp/src/mingw/freeciv-2.0.7/intl/localcharset.c:206:
first defined here
make[3]: *** [civserver.exe] Error 1
make[3]: Leaving directory `/c/tmp/tmp/src/mingw/freeciv-2.0.7/server'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/c/tmp/tmp/src/mingw/freeciv-2.0.7/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/c/tmp/tmp/src/mingw/freeciv-2.0.7'
make: *** [all] Error 2

Unfortunately localization still doesn't work with my self-compiled clients.





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