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

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

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: rt-guest@xxxxxxxxxxxxxx
Subject: [Freeciv-Dev] Re: (PR#4195) new SDL on solaris issues
From: "Raimar Falke" <rf13@xxxxxxxxxxxxxxxxx>
Date: Fri, 9 May 2003 10:02:24 -0700
Reply-to: rt@xxxxxxxxxxxxxx

On Thu, May 08, 2003 at 03:47:27PM -0700, Rafa³ Bursig wrote:
> > 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.
> > 
> And my freetype header has only FT_OPEN_STREAM but IMHO this depend on 
> freetype version
> in :
> - 2.1.2 was ft_open_stream
> - 2.1.3 is FT_OPEN_STREAM ( I have it )
> - 2.1.4 - I don't know but rather is FT_OPEN_STREAM.
> 
> this is problem of freetype libs.

I have here freetype-2.0.9 installed and still get this error with the
current CVS:

gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I./.. -I./../include -I../../common 
-I../../common/aicore -I../../intl -I./../agents -I/usr/include/SDL 
-D_REENTRANT -I/usr/include/freetype2  -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -Werror -Wstrict-prototypes 
-Wnested-externs  -g -O2 -Wall -Wpointer-arith -Wcast-align 
-Wmissing-prototypes -Wmissing-declarations -I/usr/include/SDL -D_REENTRANT -c 
SDL_ttf.c
SDL_ttf.c: In function `TTF_OpenFontIndexRW':
SDL_ttf.c:281: `FT_OPEN_STREAM' undeclared (first use in this function)
SDL_ttf.c:281: (Each undeclared identifier is reported only once
SDL_ttf.c:281: for each function it appears in.)
make[3]: *** [SDL_ttf.o] Error 1

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
 "We've all heard that a million monkeys banging on a million typewriters
  will eventually reproduce the entire works of Shakespeare.
  Now, thanks to the Internet, we know this is not true."




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