• Leo
  • Order of the Butterfly
    Order of the Butterfly
    Leo
    Posts: 417 from 2003/8/18
    Quote:


    Free Pascal for MorphOS first unofficial development snapshot is just released. You can get it from here. Don't expect anything big, now it's more likely only a toy for the curious ones than a real tool for real developments, but this will change soon...



    Ok, just downloaded it and I can't make it compile anything, even a simple hellworld.pas ;(

    With this one:

    ------- cut ---------
    program test;

    begin

    end.
    ------ /cut ----------

    I got a runtime error of fpc...

    And with this one:

    --------- cut ---------
    program test;

    begin

    WriteLn('Hello');

    end.
    ---------- /cut --------

    I got: Fatal: Illegal character "' '" ($A0)

    => I know you warned to not expect a lot of things from it... But I had expected something more ;)

    Leo.

    PS: I used "fpc [file.pas]" to compile... With this line, is the link automatically done ? if not, how to compile and link ?

    [ Edited by Leo on 2004/8/4 19:06 ]
    Nothing hurts a project more than developers not taking the time to let their community know what is going on.
  • »04.08.04 - 20:04
    Profile Visit Website