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 5391 - SDL 2.0.14 RC macOS framework is missing SDL_misc.h
Summary: SDL 2.0.14 RC macOS framework is missing SDL_misc.h
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: 2.0.14
Hardware: All Mac OS X (All)
: P2 blocker
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-11 01:45 UTC by Cameron Gutman
Modified: 2020-12-13 08:23 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 Cameron Gutman 2020-12-11 01:45:09 UTC
Attempting to #include <SDL.h> causes a compilation error because SDL_misc.h is not included in SDL2.framework in the 2.0.14 RC DMG.

SDL2.framework/Versions/A/Headers/SDL.h:63:10: fatal error: 'SDL_misc.h' file not found
#include "SDL_misc.h"
         ^~~~~~~~~~~~
1 error generated.
Comment 1 Sam Lantinga 2020-12-13 08:23:27 UTC
Fixed, thanks!