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 - SDL_ttf No Longer Compiles Due to Change in SDL
Summary: SDL_ttf No Longer Compiles Due to Change in SDL
Status: RESOLVED FIXED
Alias: None
Product: SDL_ttf
Classification: Unclassified
Component: misc (show other bugs)
Version: unspecified
Hardware: x86 Windows 7
: P2 blocker
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-23 04:20 UTC by Joe LeVeque
Modified: 2013-11-08 22:18 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.