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

Summary: Can't compile on linux Error in X11_PumpEvents
Product: SDL Reporter: Florian Krauthan <fkrauthan>
Component: eventsAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: andre, icculus
Version: HG 2.0   
Hardware: x86   
OS: Linux   

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. ***