[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]
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
- [Freeciv-Dev] Re: (PR#4195) new SDL on solaris issues,
Per I. Mathisen <=
|
|