Previous Thread  Next Thread

chat icon How do you make a Runtime work for all OS comps

Money_YaY!

Posted: Sat Jun 28, 2003 1:41 am
Joined: 23 Oct 2002
Posts: 870
I have OSX how do I make a runtime for Windows and Linux. Plus
others
?
Reply with quote


Eric

Posted: Sat Jun 28, 2003 11:44 am
Joined: 16 Oct 2002
Posts: 192
You can't....unless you have a PEECEE with Linux/Windows ready.
Reply with quote


cmccad

Posted: Sun Jun 29, 2003 2:56 am
Joined: 07 Apr 2003
Posts: 48
I'm not the best person to answer this, but I was under the impression that it was possible to compile for different platforms using one platform. I've never done it, but I remember reading somewhere that gcc at least has options for compiling binaries for other platforms. Does gcc run on OSX?

HTH,
Casey
Reply with quote


Sutabi

Posted: Sun Jun 29, 2003 6:36 am
Joined: 18 Oct 2002
Posts: 129
For all the plateforms of gcc go here:
http://gcc.gnu.org/install/specific.html

also i looked in the 3.3 relase and saw a build on Mac OS 10.x
_________________
http://www.sutabi.tk
Reply with quote


kAinStein

Posted: Sun Jun 29, 2003 5:32 pm
Joined: 16 Oct 2002
Posts: 453
cmccad wrote:
I'm not the best person to answer this, but I was under the impression that it was possible to compile for different platforms using one platform. I've never done it, but I remember reading somewhere that gcc at least has options for compiling binaries for other platforms. Does gcc run on OSX?

HTH,
Casey

Yes, gcc can be used as a cross compiler for several platforms. Here is a FAQ to this topic: http://www.sthoward.com/CrossGCC/

But I think Money_YaY! means creating game runtimes for different platforms. This is only possible in saving the runtime with Blender for the specific platform (e.g. Linux Blender under Linux or Windows Blender under Win). Would be a nice feature to make it really "crossplatform", meaning using one Blender version to save the runtimes for several OS. AFAIK exporting a runtime is nothing more than combining the player with the .blend - so I can't see a reason why that shouldn't be possible. Doesn't seem to be a hard thing to code.
Reply with quote


joeri

Posted: Tue Jul 01, 2003 3:30 pm
Joined: 10 Jan 2003
Posts: 2242
I'd like to add that a 1 exe (or whatever) game only makes sense if it's a 1 exe and not a 1 exe and a 2 dll and etc....

Otherwise it makes as much sense to have 1 .exe and 1 .rtb (runtimeblend)
Reply with quote


kAinStein

Posted: Tue Jul 01, 2003 9:47 pm
Joined: 16 Oct 2002
Posts: 453
joeri wrote:
I'd like to add that a 1 exe (or whatever) game only makes sense if it's a 1 exe and not a 1 exe and a 2 dll and etc....

True, but it shouldn't be a problem to give libs for the specific system along with the executable. It is at least better than boot another OS and then export as a runtime and pack all needed together. Well, if you've got the other OS installed and want to have a runtime.

Quote:
Otherwise it makes as much sense to have 1 .exe and 1 .rtb (runtimeblend)

Also true. I don't have a problem with multiple files for a runtime if I don't have to search all needed stuff by hand to create a distro.

I think there are some things to think about - because there's a big potential from my point of view. I wish I would have more time! *sighs*
Reply with quote


Money_YaY!

Posted: Thu Jul 03, 2003 4:33 pm
Joined: 23 Oct 2002
Posts: 870
rats .
Oh well. Thankyou anyhow. Back to asking pc users on the web.
Reply with quote


 
Jump to:  
Powered by phpBB © 2001, 2005 phpBB Group