We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 2175

Summary: SDL_ttf No Longer Compiles Due to Change in SDL
Product: SDL_ttf Reporter: Joe LeVeque <joeleveque>
Component: miscAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: blocker    
Priority: P2    
Version: unspecified   
Hardware: x86   
OS: Windows 7   

Description Joe LeVeque 2013-10-23 04:20:17 UTC
It appears as though in begin_code.h the following line was removed in SDL changeset 7860:

#define __inline__  __inline

and replaced with:

SDL_INLINE

However, SDL_ttf.c still has references to __inline__, which are now undefined. It seems like they need to be replaced with SDL_INLINE as well.
Comment 1 Joe LeVeque 2013-11-08 22:18:18 UTC
This appears to have been fixed with SDL changeset 7881.