DCaSTaway, atari st emulator using SDL and it seems portable
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Posts: 979 from 2003/6/28
    http://chui.dcemu.co.uk/dcastaway4.shtml

    It's possible a MorphOS port of this? It can be nice...
  • »03.04.05 - 02:19
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Jupp3
    Posts: 1193 from 2003/2/24
    From: Helsinki, Finland
    Just tell us when you've ported it, ok? :-)
  • »03.04.05 - 07:04
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    Posts: 979 from 2003/6/28
    Jupp3, what do you mean? I only said a stuff that can be ported, not a "please port this" message...
  • »15.04.05 - 16:16
    Profile
  • MorphOS Developer
    itix
    Posts: 1520 from 2003/2/24
    From: Finland
    Download sources and compile it. Using configure and make cant be too difficult to anyone.

    Quick survival guide for beginners:

    Step A:
    Locate, download, and unpack the source code.

    Step B:
    Check if there is a file called configure. If not then delete sources and find something else.

    Step C:

    Run configure. That is, type "configure" in a shell, press enter and wait. Sometimes you must type "configure --host=powerpc" (--help gives list of options). If you cant figure it out then find something else.

    Step D:

    Run make. That is, type "make" in a shell, press enter and wait. If it fails then find something else.

    Step E:

    Done.
    1 + 1 = 3 with very large values of 1
  • »15.04.05 - 16:40
    Profile
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    Gelb
    Posts: 148 from 2003/3/4
    From: #amigazeux
    You said:

    > I only said a stuff that can be ported, not a "please port this" message...

    Maybe I missed the deeper meaning, but didn't you say at the beginning of the thread:

    > It's possible a MorphOS port of this?

    No, don't answer :-)

    It seems to be a very tough job to find programs that come with source. How much time do you spend in wading through the web digging out progs that come with source? Here is a hint: go to sourceforge.net, there are lots and lots of progs that come with source, now start posting them all here with link and ask if someone can port it.


    [ Edited by Gelb on 2005/4/15 21:54 ]
  • »15.04.05 - 16:51
    Profile Visit Website
  • Leo
  • Order of the Butterfly
    Order of the Butterfly
    Leo
    Posts: 419 from 2003/8/18
    Just had a quick look at the sources: only problem will be the endianess...

    "//Note this code is little endian dependant and will need changing for big endian machines
    "

    "Apart from that" it seems portable...

    Leo.
    Nothing hurts a project more than developers not taking the time to let their community know what is going on.
  • »16.04.05 - 00:09
    Profile Visit Website