Time for 1.3 Binary Distributions?

I’d like to begin experimenting with 1.3 for my OS X/win32 project.
Now that 1.2.14 is out of the way, I was wondering if test binaries
(framework for OS X and lib/DLL/headers for win32) could be put up
along side any 1.3 code archives. I grabbed the current code and it
didn’t build – this could be for a number of reasons (I got it right
when it wasn’t building, missing some pre-requisite I don’t know
about, etc.), so a binary when you guys have the code at a "it works"
kind of breaking point would be nice.

I know it’s extra work on your side meant to make less work on my
side :slight_smile: It’s just that my time could be better spent futzing with my
code (dim3) – which I know – then SDL’s code – which I don’t.

[>] Brian

There’s a snapshot for Win32 here:
http://www.libsdl.org/tmp/SDL-1.3-mingw32.zip

I don’t have Mac OS X binaries right now, although with Eric’s updates
it should be pretty easy to make them.On Tue, Oct 27, 2009 at 9:12 PM, Brian Barnes wrote:

I’d like to begin experimenting with 1.3 for my OS X/win32 project. ?Now
that 1.2.14 is out of the way, I was wondering if test binaries (framework
for OS X and lib/DLL/headers for win32) could be put up along side any 1.3
code archives. ?I grabbed the current code and it didn’t build – this could
be for a number of reasons (I got it right when it wasn’t building, missing
some pre-requisite I don’t know about, etc.), so a binary when you guys have
the code at a “it works” kind of breaking point would be nice.

I know it’s extra work on your side meant to make less work on my side :slight_smile:
?It’s just that my time could be better spent futzing with my code (dim3) –
which I know – then SDL’s code – which I don’t.

[>] Brian


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

“Works for me!” Just built SDL 1.3 “Deployment” target on Mac OS X
10.6; I did have to update references to the 10.4 SDK to use 10.5
instead, since I don’t have the 10.4 SDK installed.

This was straight from SVN, works like a charm. :slight_smile:

Here’s a copy of SDL.framework for SVN version 5179 if you need one:

http://dl.getdropbox.com/u/1412381/SDL.framework.zipOn 09-10-28 12:25 AM, Sam Lantinga wrote:

There’s a snapshot for Win32 here:
http://www.libsdl.org/tmp/SDL-1.3-mingw32.zip

I don’t have Mac OS X binaries right now, although with Eric’s updates
it should be pretty easy to make them.


Chris Herborth (@Chris_Herborth) – http://www.pobox.com/~chrish/
Marooned, the survival game! – http://marooned-game.livejournal.com/
Never send a monster to do the work of an evil scientist.

-------------- next part --------------
A non-text attachment was scrubbed…
Name: chrish.vcf
Type: text/x-vcard
Size: 386 bytes
Desc: not available
URL: http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20091028/5901569a/attachment.vcf

Chris Herborth wrote:> On 09-10-28 12:25 AM, Sam Lantinga wrote:

There’s a snapshot for Win32 here:
http://www.libsdl.org/tmp/SDL-1.3-mingw32.zip

I don’t have Mac OS X binaries right now, although with Eric’s updates
it should be pretty easy to make them.

“Works for me!” Just built SDL 1.3 “Deployment” target on Mac OS X
10.6; I did have to update references to the 10.4 SDK to use 10.5
instead, since I don’t have the 10.4 SDK installed.

This was straight from SVN, works like a charm. :slight_smile:

Here’s a copy of SDL.framework for SVN version 5179 if you need one:

http://dl.getdropbox.com/u/1412381/SDL.framework.zip
Then 10.4 might be the problem. 10.4 is my target, so I can’t replace
the SDK. I wish I remembered what the error was, but I’ll update
tonight and run it again. As I said earlier, I might have just caught
the code at a bad time. I was also building on 10.6.

[>] Brian

Then 10.4 might be the problem. 10.4 is my target, so I can’t
replace the SDK. I wish I remembered what the error was, but I’ll
update tonight and run it again. As I said earlier, I might have
just caught the code at a bad time. I was also building on 10.6.

Here is one built for 10.4 i386+PPC and 10.6 x86_64 (“Deployment for
official release”):
http://www.nanoant.com/download/sdl/SDL.framework.tar.gz

Cheers,–
Adam