The latest build as of today gives me these errors when I try to compile it:
------ Build started: Project: SDL, Configuration: Debug Win32 ------
Making sure basic SDL headers are in place…
Linking…
Creating library .\Debug/SDL.lib and object .\Debug/SDL.exp
SDL_nullrender.obj : error LNK2019: unresolved external symbol _SDL_DrawRects referenced in function _SDL_DUMMY_RenderDrawRects
SDL_nullrender.obj : error LNK2019: unresolved external symbol _SDL_BlendFillRects referenced in function _SDL_DUMMY_RenderFillRects
SDL_renderer_sw.obj : error LNK2019: unresolved external symbol _SDL_DrawRect referenced in function _SW_RenderDrawRects
SDL_renderer_sw.obj : error LNK2019: unresolved external symbol _SDL_BlendFillRect referenced in function _SW_RenderFillRects
.\Debug/SDL.dll : fatal error LNK1120: 4 unresolved externals
Build log was saved at "file://c:\programming\SDL-1.3.0-5483\VisualC\SDL\Debug\BuildLog.htm"
SDL - 5 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Any help would be appreciated.
This is fixed if you update from Subversion.
Thanks!On Wed, Jan 13, 2010 at 9:59 AM, Chris67 <chris_6713 at yahoo.com> wrote:
The latest build as of today gives me these errors when I try to compile it:
------ Build started: Project: SDL, Configuration: Debug Win32 ------
Making sure basic SDL headers are in place…
Linking…
Creating library .\Debug/SDL.lib and object .\Debug/SDL.exp
SDL_nullrender.obj : error LNK2019: unresolved external symbol
_SDL_DrawRects referenced in function _SDL_DUMMY_RenderDrawRects
SDL_nullrender.obj : error LNK2019: unresolved external symbol
_SDL_BlendFillRects referenced in function _SDL_DUMMY_RenderFillRects
SDL_renderer_sw.obj : error LNK2019: unresolved external symbol
_SDL_DrawRect referenced in function _SW_RenderDrawRects
SDL_renderer_sw.obj : error LNK2019: unresolved external symbol
_SDL_BlendFillRect referenced in function _SW_RenderFillRects
.\Debug/SDL.dll : fatal error LNK1120: 4 unresolved externals
Build log was saved at
“file://c:\programming\SDL-1.3.0-5483\VisualC\SDL\Debug\BuildLog.htm”
SDL - 5 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Any help would be appreciated.
SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
–
-Sam Lantinga, Founder and President, Galaxy Gameworks LLC