Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2003:
[Freeciv-Dev] Re: (PR#4231) mingw32 & sdl client
Home

[Freeciv-Dev] Re: (PR#4231) mingw32 & sdl client

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients:;
Subject: [Freeciv-Dev] Re: (PR#4231) mingw32 & sdl client
From: "Rafa³ Bursig" <bursig@xxxxxxxxx>
Date: Thu, 15 May 2003 07:01:11 -0700
Reply-to: rt@xxxxxxxxxxxxxx

Dnia 2003.05.15 15:28, Per I. Mathisen napisa³(a):
> 
> On Thu, 15 May 2003, Rafa? Bursig wrote:
> > > Well, graphics.c now compiled. But more exciting errors showed up!
> 
> > Per. this is problem of headers.
> > Those functions and macros are normal used in gui-win32.
> 
> Ok, I can try this for gui_main, but what do I do about the ICONV
> problems in gui_iconv? Same problem (I sort of doubt that)?
> 
Try change all :
iconv(cd, (char **) &pInptr, &Insize, &pOutptr, &Outsize);

to

iconv(cd, (ICONV_CONST char **) &pInptr, &Insize, &pOutptr, &Outsize);

but I think we need additionaly add :
#ifndef ICONV_CONST
#define ICONV_CONST  /* */
#endif /* ICONV_CONST */

Rafal




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