[Freeciv-Dev] Re: (PR#8661) compile problem in gui-stuff.c
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=8661 >
>
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=8661 >
>
> On Solaris 9 using gcc, I get a compile error in gui-stuff.c. The
> compiler doesn't like the line:
>
> ret[i] = _(s[i]);
>
> If I change it to:
>
> ret[i] = (char *)(s[i]);
>
> everything compiles and works fine.
Um, what client?
jason
- [Freeciv-Dev] Re: (PR#8661) compile problem in gui-stuff.c,
Jason Short <=
|
|