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 914

Summary: Revision 5433 (the latest) does not compile
Product: SDL Reporter: Ken Rogoway <Ken>
Component: videoAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: blocker    
Priority: P2    
Version: HG 2.0   
Hardware: x86   
OS: Windows (XP)   

Description Ken Rogoway 2009-12-23 11:17:28 UTC
This is just a warning, but should be fixed:

SDL_video.c
c:\code\sdl-1.3\src\video\sdl_video.c(2679) : warning C4013: 'SDL_RenderDrawEllipse' undefined; assuming extern returning int
c:\code\sdl-1.3\src\video\sdl_video.c(2685) : warning C4013: 'SDL_RenderFillEllipse' undefined; assuming extern returning int

It appears that some of the new functions (RenderLines, RenderPoints) haven't been added to SVN, but are referenced:

SDL_gdirender.c
c:\code\sdl-1.3\src\video\win32\sdl_gdirender.c(197) : error C2039: 'RenderPoints' : is not a member of 'SDL_Renderer'
        c:\code\sdl-1.3\src\video\sdl_sysvideo.h(62) : see declaration of 'SDL_Renderer'
c:\code\sdl-1.3\src\video\win32\sdl_gdirender.c(198) : error C2039: 'RenderLines' : is not a member of 'SDL_Renderer'
        c:\code\sdl-1.3\src\video\sdl_sysvideo.h(62) : see declaration of 'SDL_Renderer'
c:\code\sdl-1.3\src\video\win32\sdl_gdirender.c(199) : error C2039: 'RenderRects' : is not a member of 'SDL_Renderer'
        c:\code\sdl-1.3\src\video\sdl_sysvideo.h(62) : see declaration of 'SDL_Renderer'
Comment 1 Sam Lantinga 2009-12-24 11:19:58 UTC
This is fixed in subversion now, thanks!