Hello,

1. I start fp

2. I open file:

program HelloWorldv2;

{$mode delphi}

begin
       writeln('Hello Free Pascal World !');


       readln;
end.

3. I tried to compile/build to "Darwin i386".

4. Error/compile screen says:

 Main file: Y:\..\helloworld\helloworldv2.pas
 Failed to compile...
 Target: Darwin for i386
 Line number:      0     Total lines:           0
 Used memory:    208K    Allocated memory:   1504K
 Total errors:     1     Compile time:        0.0s

5. FP about box says:


 FreePascal IDE for Win32 for i386
          Target CPU: i386
     Version 1.0.10 2008/08/03
      (Compiler Version 2.2.2)
        (Debugger GDB 6.2.1)
     Copyright (C) 1998-2008 by

            Bérczi Gábor
           Pierre Muller
                and
            Peter Vreman

I want to make little Hello World example for Mac OS X :)

How can I do this ? Little help/tutorial would be helpfull ;)

Website says FPC had compile bugs for Darwin ?

Compiler 2.2.2 is on my system do I need to update or something ?

Bye,
Skybuck.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to