On Fri, Jun 22, 2007 at 10:41:49AM -0400, Bob Self wrote: > > I'm calling TTF_Init() and it is returning -1. I'm running Ubuntu Edgy. Can > someone tell me how to get this call to work? Try with printf( "%s\n", TTF_GetError() ); to see why it fails.