Compile error

Hi,

Just got an error while compiling:

[code]

[bw at localhost SDL_ttf-2.0.6]$ make
/bin/sh ./libtool --mode=compile gcc -DPACKAGE=“SDL_ttf” -DVERSION=“2.0.6” -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -I/usr/include/freetype2 -I/usr/local/include/SDL -D_REENTRANT -I/usr/X11R6/include -c SDL_ttf.c
rm -f .libs/SDL_ttf.lo
gcc -DPACKAGE=“SDL_ttf” -DVERSION=“2.0.6” -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -I. -I. -g -O2 -I/usr/include/freetype2 -I/usr/local/include/SDL -D_REENTRANT -I/usr/X11R6/include -c SDL_ttf.c -fPIC -DPIC -o .libs/SDL_ttf.lo
SDL_ttf.c: In function TTF_OpenFontIndexRW': SDL_ttf.c:276:ft_open_stream’ undeclared (first use in this function)
SDL_ttf.c:276: (Each undeclared identifier is reported only once
SDL_ttf.c:276: for each function it appears in.)
make: *** [SDL_ttf.lo] Fout 1
[bw at localhost SDL_ttf-2.0.6]$

[\code]

Anyone a solution?

Cheers,
Bastiaan


Bastiaan Wakkie
Rue de la Jonchaie 15 / 22
1040 Brussels - Belgium
http://www.wakkie.org
http://www.syrphidae.com
mailto:;@Bastiaan_Wakkie

Hi,

Just got an error while compiling:

What system are you running? What version of that system? What version
of SDL are you using? COME ON MAN! We can’t help you if you don’t tell
us the MOST BASIC information about your situation.

[code]

This isn’t UBB guy.

Cheers,
<bastiaan.gif>

I can’t believe you put an image of your signature on all your emails.On Oct 3, 2004, at 9:13 AM, Bastiaan Wakkie wrote:

SDL_ttf.c:276: `ft_open_stream’ undeclared (first use in this function)

Just change it to FT_OPEN_STREAM
I’m releasing a new version of SDL_ttf soon which solves these problems.

See ya,
-Sam Lantinga, Software Engineer, Blizzard Entertainment