| Summary: | SDL 2.0.14 RC macOS framework is missing SDL_misc.h | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Cameron Gutman <cameron.gutman> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | blocker | ||
| Priority: | P2 | ||
| Version: | 2.0.14 | ||
| Hardware: | All | ||
| OS: | Mac OS X (All) | ||
Fixed, thanks! |
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.