On Fri, Jun 13, 2003 at 10:11:32AM -0300, Rob Shortt wrote:
-Fonts look ugly! I don't know what caused this. The runtime includes pygame 1.5.6, SDL12/SDL_ttf from CVS, freetype-2.1.3 .. however when I build SDL_ttf it caomplained about not finding libttf which is Freetype 1, so I installed the libttf-dev debian package to work against. This system is pretty fresh (because of my crash) so it is possible that the previous version picked up something better?
If you're installing from Debian, you want libsdl-ttf2.0-0-dev, not libsdl-ttf1.2-dev; it's a weird naming convention. libttf is, as you said, freetype 1. I use libsdlttf 2.0.6, which is the last released upstream, and it linked fine with freetype 2.1.3 so I'm not sure why it wouldn't have worked. This might be a dumb question, but did you have the 'libfreetype6-dev' package installed? For some reason to do with sonames, libfreetype6 actually corresponds to freetype 2.x
I am not using debian packages for any SDL stuff, although I just found my problem I think. I checked out SDL_ttf instead of SDL_ttf2, that would do it I guess! I'll fix this later.
-Rob
------------------------------------------------------- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Freevo-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-devel
