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 1271 - Can't compile on linux Error in X11_PumpEvents
Summary: Can't compile on linux Error in X11_PumpEvents
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: events (show other bugs)
Version: HG 2.0
Hardware: x86 Linux
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
: 1270 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-08-11 01:00 UTC by Florian Krauthan
Modified: 2011-08-21 10:06 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Krauthan 2011-08-11 01:00:16 UTC
MD -MT build/SDL_x11events.lo -c src/video/x11/SDL_x11events.c -o build/SDL_x11events.lo
libtool: compile:  gcc -g -O3 -I./include -mmmx -m3dnow -msse -fvisibility=hidden -D_REENTRANT -D_REENTRANT -DHAVE_LINUX_VERSION_H -MMD -MT build/SDL_x11events.lo -c src/video/x11/SDL_x11events.c  -fPIC -DPIC -o build/.libs/SDL_x11events.o
src/video/x11/SDL_x11events.c: In function ‘X11_PumpEvents’:
src/video/x11/SDL_x11events.c:596:13: error: ‘EventTouchData’ has no member named ‘down’
src/video/x11/SDL_x11events.c:597:13: error: ‘EventTouchData’ has no member named ‘down’
src/video/x11/SDL_x11events.c:599:15: error: ‘EventTouchData’ has no member named ‘down’
src/video/x11/SDL_x11events.c:608:13: error: ‘EventTouchData’ has no member named ‘down’
src/video/x11/SDL_x11events.c:610:12: error: ‘EventTouchData’ has no member named ‘down’
Comment 1 Ryan C. Gordon 2011-08-21 10:05:21 UTC
This was fixed in hg changeset f35b76e5b520.

Thanks!

--ryan.
Comment 2 Ryan C. Gordon 2011-08-21 10:06:21 UTC
*** Bug 1270 has been marked as a duplicate of this bug. ***