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 - Revision 5433 (the latest) does not compile
Summary: Revision 5433 (the latest) does not compile
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: video (show other bugs)
Version: HG 2.0
Hardware: x86 Windows (XP)
: P2 blocker
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-23 11:17 UTC by Ken Rogoway
Modified: 2009-12-24 11:19 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 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!