Am Sonntag, den 25.09.2005, 12:17 -0400 schrieb Jason Green:
> After a few weeks of trying different things, I did manage to get the
> ClanLib SVN (0.7.9) version to compile using MinGW.  I've found and
> installed all of the required libraries for Pingus.  Only by disabling
> some lines in the Pingus source code could I get it to compile.  One
> line that I had to change was in tinygettext.cxx - I had to change:
>   char* in  = in_orig;
>        to 
>   const char* in  = in_orig;

We use the tinygettext stuff in supertux and lincity-ng too, and we had
the same problem. Look at the configure.ac to check for iconv and take a
look at our changes in our tinygettext.* files.

Greetings,
        Matze




_______________________________________________
Pingus-Devel mailing list
Pingus-Devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/pingus-devel

Reply via email to