Complete.Org: Mailing Lists: Archives: freeciv-dev: January 2005:
[Freeciv-Dev] (PR#9428) bug: windows binary port displays localized mess
Home

[Freeciv-Dev] (PR#9428) bug: windows binary port displays localized mess

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: abudhabi2@xxxxxx, atagi@xxxxxxxxxxxxxx, lvl@xxxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#9428) bug: windows binary port displays localized messages incorrectly
From: "Guest" <rt-guest@xxxxxxxxxxx>
Date: Wed, 19 Jan 2005 22:36:24 -0800
Reply-to: bugs@xxxxxxxxxxx

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

> [jdorje - Mer. Jan. 19 19:36:47 2005]:
> 
> We need more information about this bug.  What binaries specifically 
are
> causing the problem?  Can you tell us exactly where you downloaded 
them
> from?

binaries = at least:
  freeciv-1.14.1-win32.zip
  freeciv-win-cvs-Aug-20.zip
  freeciv-win-cvs-Jul-06.zip
from the www.freeciv.org web site. 
I haven't tried newer versions yet. Will do so and report if the 
bug has gone.

If it can help, on my machine (Win XP) the program:
#include <stdio.h>
#include <stdlib.h>
int main(void) { 
  printf("%2$s, %1$s\n", "first", "second"); 
  exit(0); 
}
outputs "$s, $s" when compiled with gcc 3.3.3 -mno-cygwin,
and " $s, $s" when compiled with gcc 3.3.3 for cygwin.
(instead of the expected "second, first" if I understand correctly)

Laurent



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