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 1654 - SDL_gamecontroller.h is not installed into SDL2.framework/Headers
Summary: SDL_gamecontroller.h is not installed into SDL2.framework/Headers
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: HG 2.0
Hardware: x86_64 Mac OS X 10.7
: P1 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords: target-2.0.0
Depends on:
Blocks:
 
Reported: 2012-12-01 13:48 UTC by Nathan Coulson
Modified: 2013-07-14 17:03 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 Nathan Coulson 2012-12-01 13:48:23 UTC
I was compiling SDL2_Mixer (from hg) against SDL2-6713 via xcode, and I got a error saying that SDL_gamecontroller.h was not found (Referenced from SDL_events.h)

Copying SDL_gamecontroller.h into the Headers folder allowed SDL_mixer to compile.
Comment 1 Ryan C. Gordon 2013-07-12 18:52:41 UTC
(Sorry if you get a lot of copies of this email, we're touching dozens of bug reports right now.)

Tagging a bunch of bugs as target-2.0.0, Priority 1.

This means we're in the final stretch for an official SDL 2.0.0 release! These are the bugs we really want to fix before shipping if humanly possible.

That being said, we don't promise to fix them because of this tag, we just want to make sure we don't forget to deal with them before we bless a final 2.0.0 release, and generally be organized about what we're aiming to ship.

Hopefully you'll hear more about this bug soon. If you have more information (including "this got fixed at some point, nevermind"), we would love to have you come add more information to the bug report when you have a moment.

Thanks!
--ryan.
Comment 2 Sam Lantinga 2013-07-13 02:38:47 UTC
I double checked the SDL2 framework, and SDL_gamecontroller.h is in the public headers.
Can you confirm this with the latest RC build?
http://www.libsdl.org/tmp/download-2.0.php

Thanks!
Comment 3 Nathan Coulson 2013-07-14 15:42:36 UTC
I believe it to be fixed (as it appears in SDL2.framework/Headers), but I do not have a mac at this time to recompile SDL.framework from source in xcode and unable to retest properly.