Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2004:
[Freeciv-Dev] Re: (PR#8661) compile problem in gui-stuff.c
Home

[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]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] Re: (PR#8661) compile problem in gui-stuff.c
From: "Brett Albertson" <brett.albertson@xxxxxxxxxxxx>
Date: Mon, 3 May 2004 13:43:22 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=8661 >

gtk

Brett Albertson           brett.albertson@xxxxxxxxxxxx
Strategic Technologies    voice: 919-379-8449     FAX: 919-379-8100
Solaris Core, Enterprise, E10K, F15K certified. 


-----Original Message-----
From: Jason Short [mailto:jshort@xxxxxxxxxxxxxx] 
Sent: Monday, May 03, 2004 4:37 PM
To: brett.albertson@xxxxxxxxxxxx
Subject: Re: [Freeciv-Dev] (PR#8661) compile problem in gui-stuff.c


<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


gtk

Brett Albertson           brett.albertson@xxxxxxxxxxxx
Strategic Technologies    voice: 919-379-8449     FAX: 919-379-8100
Solaris Core, Enterprise, E10K, F15K certified.


-----Original Message-----
From: Jason Short [mailto:jshort@xxxxxxxxxxxxxx]
Sent: Monday, May 03, 2004 4:37 PM
To: brett.albertson@xxxxxxxxxxxx
Subject: Re: [Freeciv-Dev] (PR#8661) compile problem in gui-stuff.c


<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


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