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: chrisk@xxxxxxxxx, cyril.delalande@xxxxxxxxx, s_keishi@xxxxxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#12932) windows printf doesn't allow reordering arguments
From: "Gilderoy" <aaron_talamasca@xxxxxxxx>
Date: Sat, 24 Dec 2005 09:43:56 -0800
Reply-to: bugs@xxxxxxxxxxx

<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





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