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: "Per I. Mathisen" <per@xxxxxxxxxxx>
Date: Sat, 10 May 2003 03:55:45 -0700
Reply-to: rt@xxxxxxxxxxxxxx

On Fri, 9 May 2003, Rafa³ Bursig wrote:
> And you will get it untill you upgrade your system to freetype >= 2.1.3
> ( current stable is 2.1.4 )
> but if you still wantuse old freetype lib then chage FT_OPEN_STREAM ->
> ft_open_stream.
> I put FT_OPEN_STREAM to code becouse newest freetype libs are better
> and have many bugs fixed.
>
> Other problem is that IMHO freetype developers scrue compatibility to
> older freetype version by changing this parm in headers. If you change
> FT_OPEN_STREAM -> ft_open_stream you could compile with older ( < 2.1.3
> ) version but newers give you the same error "`ft_open_stream'
> undeclared (first use in this function)".

Try

#ifndef FT_OPEN_STREAM
#define FT_OPEN_STREAM ft_open_stream
#endif

AFAIK this is a bug in some versions of freetype.

  - Per




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