Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: freepascal on intel osx?

  1. #1

    freepascal on intel osx?

    Hey,

    im interested in compiling my projects on an intel based mac. theres a power pc version of freepascal but does anyone know about the intel version?

  2. #2

    freepascal on intel osx?

    The intel version is just a souped up copy of Linux, that's all.

  3. #3

    freepascal on intel osx?

    Well, it was one of the easiest ports ever, it was done in two days!

    No release exists yet. You could try to compile one yourself using the PowerPC version, which runs fine on Intel Macs.

  4. #4

    freepascal on intel osx?

    ill try compile it myself and run it in xcode.

    now all i need is my mini to arrive

  5. #5
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    freepascal on intel osx?

    Quote Originally Posted by dmantione
    Well, it was one of the easiest ports ever, it was done in two days!
    :lol: You FPC guys rock man. Don't let anyone tell ya different.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  6. #6
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    freepascal on intel osx?

    How come those darn Mac Mini offers never reach Canada. :evil:

    I want a little Blue Apple Box I can laugh at here in my very own home dammit! :lol:

    But seriously, it would be nice to have around just as a (forgive the pun) mini server for my torrents and to plop Linux on it. Yay, first offical sole development platform.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  7. #7

    freepascal on intel osx?

    are there any cocoa headers available to create a rendering context for an opengl window? a quick search only seemed to bring up out of date info

  8. #8

    freepascal on intel osx?

    We just comitted interface units to Apple's universal interfaces. I'm no Mac-expert so cannot judge if the things are there that you need, but some of the units do handle OpenGL.

    http://svn.freepascal.org/svn/fpc/tr...extra/univint/

  9. #9

    freepascal on intel osx?

    so my mini arrived today, first things first i checked out a copy of the svn trunk to get started with xcode. when i go to compile fpc i get this:

    jons-computer:~/fpc svn jon$ make all
    make: -iVSPTPSOTO: Command not found
    make: -iSP: Command not found
    make: -iTP: Command not found
    make: -iSO: Command not found
    make: -iTO: Command not found
    make compiler_cycle RELEASE=1
    make[1]: -iVSPTPSOTO: Command not found
    make[1]: -iSP: Command not found
    make[1]: -iTP: Command not found
    make[1]: -iSO: Command not found
    make[1]: -iTO: Command not found
    make -C compiler cycle
    make[2]: -iVSPTPSOTO: Command not found
    make[2]: -iSP: Command not found
    make[2]: -iTP: Command not found
    make[2]: -iSO: Command not found
    make[2]: -iTO: Command not found
    make tempclean ppc3.exe
    make[3]: -iVSPTPSOTO: Command not found
    make[3]: -iSP: Command not found
    make[3]: -iTP: Command not found
    make[3]: -iSO: Command not found
    make[3]: -iTO: Command not found
    /bin/rm -f ppcross ppc ppc1.exe ppc2.exe ppc3.exe ./msg2inc.exe
    make 'OLDFPC=' next
    make[4]: -iVSPTPSOTO: Command not found
    make[4]: -iSP: Command not found
    make[4]: -iTP: Command not found
    make[4]: -iSO: Command not found
    make[4]: -iTO: Command not found
    make rtlclean rtl
    make[5]: -iVSPTPSOTO: Command not found
    make[5]: -iSP: Command not found
    make[5]: -iTP: Command not found
    make[5]: -iSO: Command not found
    make[5]: -iTO: Command not found
    make -C clean
    make: *** clean: No such file or directory. Stop.
    make[5]: *** [rtlclean] Error 2
    make[4]: *** [next] Error 2
    make[3]: *** [ppc1.exe] Error 2
    make[2]: *** [cycle] Error 2
    make[1]: *** [compiler_cycle] Error 2
    make: *** [build-stamp.-] Error 2
    jons-computer:~/fpc svn jon$
    any ideas?

  10. #10

    freepascal on intel osx?

    This means the "fpc" executable cannot be found. Is FPC installed and available in the PATH?

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •