SDL_ttf2 with Freetype-2.1.7-1 from http://GnuWin32.sf.net

Hello !

I just downloaded the new version of Freetype-2.1.7-1 and
tried to compile SDL_ttf2 again.

First i got an error that ft2build.h was not included
in the SDL_ttf.c so i fixed this.

The second error i got was this :

Creating library file: .libs/libSDL_ttf.dll.a
/usr/local/lib/libfreetype.a(ftsystem.o)(.text+0x6b):ftsystem.c: undefined
refer
ence to _fseeko64' /usr/local/lib/libfreetype.a(ftsystem.o)(.text+0x73):ftsystem.c: undefined refer ence to_ftello64’
/usr/local/lib/libfreetype.a(ftsystem.o)(.text+0x96):ftsystem.c: undefined
refer
ence to _fseeko64' /usr/local/lib/libfreetype.a(ftsystem.o)(.text+0x1ea):ftsystem.c: undefined refe rence to_fseeko64’
collect2: ld returned 1 exit status
make: *** [libSDL_ttf.la] Error 1

This seems to be a Freetype Problem isn ?t it ?

CU