State of Mac OS X 10.6 framework/templates

Is there a version of SDL 1.3 with templates for XCode 3.2 (on OS X
10.6) that I could download somewhere?

I’m having trouble building from the SVN source (both are producing asm
related errors in the various CPU ID functions) that I don’t feel
qualified to hack. :stuck_out_tongue:

Thanks!–
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/20090928/ea9a0fad/attachment.vcf

Try this one, it’s got a bunch of Mac OS X 10.6 fixes:
http://www.libsdl.org/tmp/SDL-1.3.zipOn Mon, Sep 28, 2009 at 8:13 AM, Chris Herborth wrote:

Is there a version of SDL 1.3 with templates for XCode 3.2 (on OS X 10.6)
that I could download somewhere?

I’m having trouble building from the SVN source (both are producing asm
related errors in the various CPU ID functions) that I don’t feel qualified
to hack. :stuck_out_tongue:

Thanks!


Chris Herborth (chrish at pobox.com) – 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.


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

Framework compiles, thanks! My nascent prototype thanks you.

Trying to build the SDLTest project gives me piles of errors about
SDLMain.m being missing.

Also, no XCode templates.

Nag nag nag, I know. ;-)On 09-09-28 11:35 AM, Sam Lantinga wrote:

Try this one, it’s got a bunch of Mac OS X 10.6 fixes:
http://www.libsdl.org/tmp/SDL-1.3.zip


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/20090928/77bc39b9/attachment.vcf

Try this one, it’s got a bunch of Mac OS X 10.6 fixes:
http://www.libsdl.org/tmp/SDL-1.3.zip

Framework compiles, thanks! My nascent prototype thanks you.

Trying to build the SDLTest project gives me piles of errors about
SDLMain.m being missing.

I’ve been spending time off and on over the past week or so fixing up
everything, but 1.2 has been a higher priority for me. The SDLTests
for 1.3 are still pending. SDLMain is no longer needed in SDL 1.3 so
all the references need to be removed.

I expect to have several more code drops this week for both 1.2 and
1.3, though both cores are functional now. (I’m currently working on
Documentation integration with Xcode since we now have Doxygen
support.)

Also, no XCode templates.

I already fixed those, but they have been split among three operating systems.
TemplatesForXcodeLeopard/
TemplatesForXcodeSnowLeopard/
TemplatesForXcodeTiger/

Sam, I only see one of the directories in the repo. Can you check this?

Thanks,
EricOn 9/28/09, Chris Herborth wrote:

On 09-09-28 11:35 AM, Sam Lantinga wrote: