[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]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=12932 >
Jason Short ha scritto:
><URL: http://bugs.freeciv.org/Ticket/Display.html?id=12932 >
>
>Can anyone test on windows if this patch fixes it (you'll have to rerun
>autogen.sh).
>
>-jason
>
>
>
>------------------------------------------------------------------------
>
>Index: configure.ac
>===================================================================
>--- configure.ac (revision 11375)
>+++ configure.ac (working copy)
>@@ -331,7 +331,9 @@
> AC_DEFINE(ALWAYS_ROOT, 1, [Mingw32-specific setting - root])
> AC_DEFINE(WIN32_NATIVE, 1, [Mingw32-specific setting - native])
> AC_DEFINE(HAVE_WINSOCK, 1, [Mingw32-specific setting - winsock])
>- LIBS="$LIBS -lwsock32"
>+ AC_CHECK_LIB(utf8, setlocale, [],
>+ [AC_MSG_ERROR([Could not find libutf8 -
>http://gnuwin32.sourceforge.net/packages/libutf8.htm.])])
>+ LIBS="$LIBS -lwsock32 -lutf8"
> fi
>
> dnl note this has to match the path installed by po/Makefile
>
>
I patched configure.ac (simple) but i don't know how to run autogen.sh
under windows.. I used che pregenereted installer to install freeciv
under windows (i compiled it under linux, fedora core 4, but it's
useless in this case).
if you can explain my how to run autogen.sh under windows (or how to
generate an istaller frome the source) I will be glad to help :) (or you
want to try to install it under cygwin/msys?)
___________________________________
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB
http://mail.yahoo.it
- [Freeciv-Dev] Re: (PR#14914) bug in the message of an attac, Vasco Alexandre da Silva Costa, 2005/12/19
- [Freeciv-Dev] (PR#12932) Re: (PR#14914) bug in the message of an attac, Gilderoy, 2005/12/19
- [Freeciv-Dev] (PR#12932) windows printf doesn't allow reordering arguments, Jason Short, 2005/12/23
- [Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arguments,
Gilderoy <=
- [Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arguments, Jason Short, 2005/12/24
- [Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arguments, Gilderoy, 2005/12/24
- [Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arguments, Daniel Markstedt, 2005/12/24
- [Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arguments, Gilderoy, 2005/12/25
- [Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arguments, Per I. Mathisen, 2005/12/25
- [Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arguments, Christian Prochaska, 2005/12/25
- [Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arguments, Gilderoy, 2005/12/25
- [Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arguments, Christian Prochaska, 2005/12/25
- [Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arguments, Gilderoy, 2005/12/25
- [Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arguments, Christian Prochaska, 2005/12/25
|
|