PDA

View Full Version : SkyOS support



sttillmann
20-12-2007, 03:11 AM
Hi,

finally I've managed to finish the SkyOS support.
SkyOS currently supports SDL, SDL_image, SDL_mixer, SDL_net and SDL_ttf. I'd only to change some preprocessor directives in the SDL and SDL_mixer units, the other ones work out of the box. :D

Differences: http://dummy.com/stuff/JEDI-SDL4SkyOS.patch

BTW: This message refers to http://tech.groups.yahoo.com/group/JEDI-SDL/message/4083, but my account there has been deactivated.

Best regards,
st

savage
20-12-2007, 08:43 AM
Hi Sebastian,
This is great news.

I'll try to commit these changes this evening. Btw, does Lazarus work on SkyOS as well?

sttillmann
20-12-2007, 12:23 PM
Btw, does Lazarus work on SkyOS as well?

I haven't tried this yet, theoretically it should work, because since SkyOS build 6669, GTK+ 2.10.6 has been ported. Meanwhile there aren't any SkyGI pascal bindings. But I think the first step should be to merge the SkyOS FPC 2.0.0 changes to the current FPC trunk to become an official supported platform. I think this should be the first step before other projects/plans will become true.

SkyOS FPC 2.0.0: http://www.skyos.org/software/fpc.zip (~40MB)

Best regards,
st

savage
20-12-2007, 09:12 PM
It would be great to these changes merged into the 2.3.1 FPC branch.

savage
20-12-2007, 10:43 PM
These changes are now committed to CVS.

Please grab sdl.pas and sdl_mixer.pas and test them on SKY OS again just to make sure the patch worked.

sttillmann
21-12-2007, 12:28 AM
These changes are now committed to CVS.
That's nice, thank you very much. :D


Please grab sdl.pas and sdl_mixer.pas and test them on SKY OS again just to make sure the patch worked.
I've updated to the newest CVS revision. The patch worked successfully!

http://img258.imageshack.us/img258/5426/jedisdl4skyosex6.th.png (http://img258.imageshack.us/my.php?image=jedisdl4skyosex6.png)

Best regards,
st