Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2003:
[Freeciv-Dev] (PR#4195) new SDL on solaris issues
Home

[Freeciv-Dev] (PR#4195) new SDL on solaris issues

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients:;
Subject: [Freeciv-Dev] (PR#4195) new SDL on solaris issues
From: "Guest" <rt-guest@xxxxxxxxxxxxxx>
Date: Thu, 8 May 2003 07:16:23 -0700
Reply-to: rt@xxxxxxxxxxxxxx

There are a few new issues in the SDL code introduced last night.  This
is Solaris specific, since I haven't been able to test on any other
platform.

1. There is no "setenv" library call on Solaris.  This is used in
freeciv/client/gui-sdl/gui_main.c.

2. When linking, XMoveWindow isn't resolved.  I think it's in -lX11, but
that isn't passed to the final client link line.

3. There is no "FT_OPEN_STREAM" defined in the Solaris freetype header.
 There is however a "ft_open_stream".  This is in SDL_ttf.c.

thanks,

Brett


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