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 1039

Summary: Problem compiling SDL-1.3.0 4563
Product: SDL Reporter: Pierre <pierre42d>
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: major    
Priority: P2    
Version: 2.0.0   
Hardware: x86   
OS: Linux   

Description Pierre 2010-08-04 09:28:12 UTC
# make
/bin/sh ./build-scripts/updaterev.sh
showrev.sh: line 7: hg: command not found
/bin/sh ./libtool --mode=compile gcc -s -O3 -march=i686  -I./include  -mmmx -m3dnow -msse -fvisibility=hidden  -I/usr/local/include   -I/usr/local/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -MMD -MT build/SDL_svgaevents.lo -c src/video/svga/SDL_svgaevents.c -o build/SDL_svgaevents.lo 
libtool: compile:  gcc -s -O3 -march=i686 -I./include -mmmx -m3dnow -msse -fvisibility=hidden -I/usr/local/include -I/usr/local/include -D_REENTRANT -DHAVE_LINUX_VERSION_H -MMD -MT build/SDL_svgaevents.lo -c src/video/svga/SDL_svgaevents.c  -fPIC -DPIC -o build/.libs/SDL_svgaevents.o
In file included from src/video/svga/SDL_svgaevents.c:40:
src/video/svga/SDL_svgavideo.h:31:1: warning: "_THIS" redefined
In file included from src/video/svga/../../events/SDL_sysevents.h:24,
                 from src/video/svga/SDL_svgaevents.c:38:
src/video/svga/../../events/../video/SDL_sysvideo.h:196:1: warning: this is the location of the previous definition
src/video/svga/SDL_svgaevents.c: In function 'SVGA_InitOSKeymap':
src/video/svga/SDL_svgaevents.c:290: error: 'SDLK_NUMLOCK' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c:290: error: (Each undeclared identifier is reported only once
src/video/svga/SDL_svgaevents.c:290: error: for each function it appears in.)
src/video/svga/SDL_svgaevents.c:291: error: 'SDLK_SCROLLOCK' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c:292: error: 'SDLK_KP7' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c:294: error: 'SDLK_KP8' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c:296: error: 'SDLK_KP9' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c:299: error: 'SDLK_KP4' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c:301: error: 'SDLK_KP5' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c:302: error: 'SDLK_KP6' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c:305: error: 'SDLK_KP1' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c:307: error: 'SDLK_KP2' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c:309: error: 'SDLK_KP3' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c:311: error: 'SDLK_KP0' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c:320: error: 'SDLK_PRINT' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c:322: error: 'SDLK_BREAK' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c:335: error: 'SDLK_RSUPER' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c:336: error: 'SDLK_LSUPER' undeclared (first use in this function)
src/video/svga/SDL_svgaevents.c: In function 'TranslateKey':
src/video/svga/SDL_svgaevents.c:351: error: 'SDL_TranslateUNICODE' undeclared (first use in this function)
make: *** [build/SDL_svgaevents.lo] Error 1
Comment 1 Pierre 2010-09-30 15:58:17 UTC
Same error with SDL-1.3.0-4890
Comment 2 Sam Lantinga 2011-02-16 03:52:45 UTC
The old video drivers have been removed.

Thanks!