Question on sending in changes to SDL

Hi Sam,

I was working on porting SDL to irix6.X, and I’ve got things working
upto the linking. I doubt sound will work and probably some other stuff
would be broken, but I was wondering what kind of format we should
submit patches/diffs in?

I did a test by copying SDL to SDL.new and doing:
diff -Nrc SDL SDL.new > patch

Is this close to how we should submit changes or how should we do them?

Thanks,

Kent Mein
@Kent_Mein

I was working on porting SDL to irix6.X, and I’ve got things working
upto the linking.

Very cool. Is it possible for me to get access to the system to add
audio and linking support?

I did a test by copying SDL to SDL.new and doing:
diff -Nrc SDL SDL.new > patch

Is this close to how we should submit changes or how should we do them?

Yup, that’s fine. :slight_smile:

See ya!
-Sam Lantinga (slouken at devolution.com)–
Author of Simple DirectMedia Layer -
http://www.devolution.com/~slouken/SDL/

I was working on porting SDL to irix6.X, and I’ve got things working
upto the linking.

Very cool. Is it possible for me to get access to the system to add
audio and linking support?

I think we can work something out.
The machine is jessica.cs.umn.edu
account: lantinga

Send me an encrypted passwd for unix and I’ll open it up for you
and let you know where I’m at.

Thanks,

Kent Mein

Send me an encrypted passwd for unix and I’ll open it up for you
and let you know where I’m at.

Here you go… OMPJ5KXMLUQd2

Ok should be all set. Inside your dir there is SDL which is the current
snapshot. Then there is SDL.sgi which is the modified version.
I’m still having problems getting it to link,
I’ll leave it alone until I hear from you.

Also, In the root dir, I started a joystick.c which is a cleaned up
version of a joystick interface from jlib you can look at the orig in
JLIB/SOURCE/TARGET/SVGALIB
and JLIB/SOURCE/TARGET/COMM

It still needs quite a bit of work but I thought it was someplace to start.

Let me know if you have any troubles getting in.

Kent Mein