New Developer's Page

http://www.devolution.com/~slouken/projects/SDL/develop.html

Here’s what’s there:

Developer’s Links:

   SDL Current Development Source (0.6a) 
          Ported to Solaris 2.6 
          Added preliminary GGI support (not yet mature) 
          Supports LinuxPPC without threads 
          Optimized black-white cursor creation 

   Linux cross-compiler for Win32:     x86     sparc 

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

I was looking out of your page and it lists
Executor as an sdl app…has there been a BeOS build (face lights
up)?

-David

// Frameworks epitomize software engineering. Code for a reason.
// “Brain ready for infrared upgrade.” -Me
// http://www.cs.uml.edu/~dsowsy

“David” == David Sowsy writes:

David> I was looking out of your page and it lists Executor as an
David> sdl app...has there been a BeOS build (face lights up)?

Nope. Is gcc available for BeOS yet? Executor has gcc-specific code
in a few places.

–Cliff
@Clifford_T_Matthews

“David” == David Sowsy writes:

David> I was looking out of your page and it lists Executor as an
David> sdl app...has there been a BeOS build (face lights up)?

Nope. Is gcc available for BeOS yet? Executor has gcc-specific code
in a few places.
Hmm, I thought it was already… anyway, if David and the BePeople want
Executor, I’m sure they could get a port done using Metrowerks?

Hmm, have you get executor working on linuxppc – is the source available?

njhOn Sun, 5 Apr 1998, Clifford T. Matthews wrote:

Nope. Is gcc available for BeOS yet? Executor has gcc-specific code
in a few places.

gcc isn’t available for BeOS, but it’s being worked on.
The last I heard, an extimated 3 months or so of work needed to be done.

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

Nope. Is gcc available for BeOS yet? Executor has gcc-specific code
in a few places.

gcc is available, however it is still currently dependent
upon the Metroworks linker (because of legalities around
the file format).

Let me know if you need any help or if any other questions arise.

Best Regards,
David Sowsy> --Cliff

ctm at ardi.com

Hmm, I thought it was already… anyway, if David and the BePeople want
We’re not a cult…yet. :slight_smile:

Executor, I’m sure they could get a port done using Metrowerks?
I got the email stating it has gcc dependencies. I bet given the
source and some time it could be done.

Hmm, have you get executor working on linuxppc – is the source available?
Haven’t tried it yet on MkLinux. linuxppc was too flaky for
video for my machine.

Best Regards,
David Sowsy> njh

BTW, I was just trying to play around with the examples
that are included with SDL (granted I am running on little
sleep) but I spent a good 20 minutes trying to figure out
what you meant by setting the environment variable to
CXX for getting it to run on BeOS PR 2.

First I tried env, and reading all the environment variables
looking for CXX, hoping to find “g++” listed somewhere. Then
I tried setenv, and that didn’t work. So I figure, OK, it
must be listed somewhere in Makefile a line that
says CXX = g++ or something similar. Anyhow, what
I’m trying to get at is that it wasn’t obvious that you
wanted us to add an entire new line that said

“CXX = mwcc”

I hope this gets updated in the docs.

Best Regards,
David Sowsy

// Frameworks epitomize software engineering. Code for a reason.
// “Brain ready for infrared upgrade.” -Me
// http://www.cs.uml.edu/~dsowsy

I’m trying to get at is that it wasn’t obvious that you
wanted us to add an entire new line that said

“CXX = mwcc”

I hope this gets updated in the docs.

Sorry, will be fixed. I’ll put a commented line in the Makefile.

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