| [Freeciv-Dev] (PR#12932) windows printf doesn't allow reordering argumen[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 >
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
 
 
[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 <=
[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, 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
 
 |  |