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 502 - XRefreshKeyboardMapping undefined
Summary: XRefreshKeyboardMapping undefined
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 1.2
Hardware: Other Solaris
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-06 15:36 UTC by Serge van den Boom
Modified: 2007-12-29 10:51 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 Serge van den Boom 2007-10-06 15:36:12 UTC
libSDL.so has an unresolved symbol XRefreshKeyboardMapping.

It looks like X_HAVE_UTF8_STRING is not defined on this platform, but XRefreshKeyboardMapping is only defined when it is.
XRefreshKeyboardMapping is used in src/video/x11/SDL_x11events.c regardless of X_HAVE_UTF8_STRING.
Comment 1 Sam Lantinga 2007-12-29 10:51:16 UTC
This is fixed with revision 3486.  Thanks!