SVN Rev that Builds for Windows

Hey Guys,

New to SDL and the forum. I’ve downloaded latest from the SVN and it has a link error. I’ve reverted back to a couple earlier revisions and nothing seems to build without errors.

Does anyone know which rev might build error free on Windows.

I’m using MSVS 2008

Thanks!

There was some work in progress code checked in. Go ahead and update,
it should be working now.

See ya!
–SamOn Wed, Dec 23, 2009 at 10:27 PM, cmenge wrote:

Hey Guys,

New to SDL and the forum. I’ve downloaded latest from the SVN and it has a
link error. I’ve reverted back to a couple earlier revisions and nothing
seems to build without errors.

Does anyone know which rev might build error free on Windows.

I’m using MSVS 2008

Thanks!


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

Still getting link errors:

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> ----- Original Message -----

From: sdl-bounces@lists.libsdl.org [mailto:sdl-bounces at lists.libsdl.org] On
Behalf Of Sam Lantinga
Sent: Thursday, December 24, 2009 1:24 PM
To: sdl at lists.libsdl.org
Subject: Re: [SDL] SVN Rev that Builds for Windows

There was some work in progress code checked in. Go ahead and update,
it should be working now.

See ya!
–Sam

On Wed, Dec 23, 2009 at 10:27 PM, cmenge wrote:

Hey Guys,

New to SDL and the forum. I’ve downloaded latest from the SVN and it has a
link error. I’ve reverted back to a couple earlier revisions and nothing
seems to build without errors.

Does anyone know which rev might build error free on Windows.

I’m using MSVS 2008

Thanks!


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


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

What build environment are you using?

The gcc and Visual Studio 2008 environments should work, but I haven’t
updated the 2005 projects yet. If you’re using that, go ahead and
just add all the .c and .h files in src/video to the project and you
should be fine.

See ya!
–SamOn Thu, Dec 24, 2009 at 12:05 PM, Ken Rogoway wrote:

Still getting link errors:

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

-----Original Message-----
From: sdl-bounces at lists.libsdl.org [mailto:sdl-bounces at lists.libsdl.org] On
Behalf Of Sam Lantinga
Sent: Thursday, December 24, 2009 1:24 PM
To: sdl at lists.libsdl.org
Subject: Re: [SDL] SVN Rev that Builds for Windows

There was some work in progress code checked in. ?Go ahead and update,
it should be working now.

See ya!
–Sam

On Wed, Dec 23, 2009 at 10:27 PM, cmenge wrote:

Hey Guys,

New to SDL and the forum. I’ve downloaded latest from the SVN and it has a
link error. I’ve reverted back to a couple earlier revisions and nothing
seems to build without errors.

Does anyone know which rev might build error free on Windows.

I’m using MSVS 2008

Thanks!


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


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


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

Yeah, it is VC 2005. I will add the new files. Thanks.> ----- Original Message -----

From: sdl-bounces@lists.libsdl.org [mailto:sdl-bounces at lists.libsdl.org] On
Behalf Of Sam Lantinga
Sent: Thursday, December 24, 2009 2:56 PM
To: SDL Development List
Subject: Re: [SDL] SVN Rev that Builds for Windows

What build environment are you using?

The gcc and Visual Studio 2008 environments should work, but I haven’t
updated the 2005 projects yet. If you’re using that, go ahead and
just add all the .c and .h files in src/video to the project and you
should be fine.

See ya!
–Sam

On Thu, Dec 24, 2009 at 12:05 PM, Ken Rogoway wrote:

Still getting link errors:

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

-----Original Message-----
From: sdl-bounces at lists.libsdl.org [mailto:sdl-bounces at lists.libsdl.org]
On
Behalf Of Sam Lantinga
Sent: Thursday, December 24, 2009 1:24 PM
To: sdl at lists.libsdl.org
Subject: Re: [SDL] SVN Rev that Builds for Windows

There was some work in progress code checked in. ?Go ahead and update,
it should be working now.

See ya!
–Sam

On Wed, Dec 23, 2009 at 10:27 PM, cmenge wrote:

Hey Guys,

New to SDL and the forum. I’ve downloaded latest from the SVN and it has
a

link error. I’ve reverted back to a couple earlier revisions and nothing
seems to build without errors.

Does anyone know which rev might build error free on Windows.

I’m using MSVS 2008

Thanks!


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


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


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


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Sam,

Build of SVN Rev 5437 with VS2008 worked for me…thanks!

Yeah, it was just VS2005 that didn’t have all the files to link properly. I
fixed it on my local machine.From: sdl-bounces@lists.libsdl.org [mailto:sdl-bounces at lists.libsdl.org] On
Behalf Of cmenge
Sent: Thursday, December 24, 2009 6:05 PM
To: sdl at lists.libsdl.org
Subject: Re: [SDL] SVN Rev that Builds for Windows

Sam,

Build of SVN Rev 5437 with VS2008 worked for me…thanks!