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 - SDL_AndroidGetInternalStoragePath() in header, but not implemented
Summary: SDL_AndroidGetInternalStoragePath() in header, but not implemented
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 2.0
Hardware: x86 Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-11 07:01 UTC by wboe
Modified: 2012-12-12 04:58 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 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.