Problem installing SDL_ttf 2.0.9

Hi, I use SDL 1.3 under Mac OS (Snow Leopard and Leopard). The main
library SDL and the complimentaries (SDL_image, SDL_mixers) compile,
install and work fine but still having problems when I try to compile
the SDl_ttf.
I downloaded the source code and execute ./configure without errors,
but when execute make obtain the folowing message.

exit 1; fi
glfont.c: In function ?SDL_GL_LoadTexture?:
glfont.c:140: error: ?struct SDL_PixelFormat? has no member named
?alpha?
make: *** [glfont.o] Error 1

How can i solve it ??

Thanks in advance.

The SDL ttf library you’re trying to compile is expecting SDL 1.2.
If you look at the new data structures of SDL 1.3 you’ll not see
any “alpha” member under SDL_PixelFormat.

Either there is a new version of SDL ttf, compliant with SDL 1.3,
either you’ll have to wait.

Regards,

Julien CLEMENT

<<<
Hi, I use SDL 1.3 under Mac OS (Snow Leopard and Leopard). The main
library SDL and the complimentaries (SDL_image, SDL_mixers) compile,
install and work fine but still having problems when I try to compile
the SDl_ttf.
I downloaded the source code and execute ./configure without errors,
but when execute make obtain the folowing message.

exit 1; fi
glfont.c: In function ?SDL_GL_LoadTexture?:
glfont.c:140: error: ?struct SDL_PixelFormat? has no member named
?alpha?
make: *** [glfont.o] Error 1

How can i solve it ??

Thanks in advance.>>>