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 1661

Summary: SDL_AndroidGetInternalStoragePath() in header, but not implemented
Product: SDL Reporter: wboe <w.boeke>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED INVALID QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Linux   

Description wboe 2012-12-11 07:01:34 UTC
Is it possible that some functions are listed in SDL_system.h, but the c files where they are implemented are missing in the SDL2 distribution? As an example:
SDL_AndroidGetInternalStoragePath() is declared in the header file and used in SDL_rwops.c, but nowhere implemented. This is one example of about 15 missing functions.

I used hg and also SDL-2.0.tar.gz, which are probably identical.
Comment 1 wboe 2012-12-12 04:58:20 UTC
False alarm! Apparently 'make' made a mistake. After 'touch'-ing SDL_sysjoystick.c and SDL_android.cpp all went well.