Thread: Making a mac application ?

  1. #1
    Registered User FrederikPot's Avatar
    Join Date
    Dec 2007
    Posts
    2

    Smile Making a mac application ?

    Hi ,
    I have here my online compilers for Windows Linux Java and Flash :
    http://84.244.8.225/
    But now i want also added mac compiling on the Linux server (simple way) ...any one a good/simple tip ? Thx,

    I also saw this link here:
    http://jeff.bagu.org/
    And i was again fascinated (for years) to make for example a applet with keeping rendering polygons for a simple terain.

    Any one know such a simple code for a Java applet?

    So that's it .... Greetings Frederik Pot (Holland)

  2. #2
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    void main()! *gasp*
    http://faq.cprogramming.com/cgi-bin/...&id=1043284376

    Since GCC/g++ runs on Mac OS X, you might be able to specify the type of target GCC is to make. Or maybe you'd have to get Apple's GCC somehow and get it to run on your Linux server. Or maybe you'd even have to emulate a Mac processor in order to run this Apple GCC, who knows.

    [edit] From the GCC man page:
    Code:
           -mcpu=cpu_type
               Set architecture type, register usage, choice of mnemonics, and
               instruction scheduling parameters for machine type cpu_type.  Sup‐
               ported values for cpu_type are 401, 403, 405, 405fp, 440, 440fp,
               505, 601, 602, 603, 603e, 604, 604e, 620, 630, 740, 7400, 7450,
               750, 801, 821, 823, 860, 970, 8540, ec603e, G3, G4, G5, power,
               power2, power3, power4, power5, power5+, power6, common, powerpc,
               powerpc64, rios, rios1, rios2, rsc, and rs64.
    [/edit]
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  3. #3
    Registered User FrederikPot's Avatar
    Join Date
    Dec 2007
    Posts
    2

    Talking

    Thank you ... I tried your 3d app but could not start it up so fast... Intresting for me ofcourse..
    Thx! And thank you for you time. Bye ...good vacation !

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Application Data folder on Windows
    By idelovski in forum Tech Board
    Replies: 24
    Last Post: 11-29-2008, 11:57 AM
  2. Cleanup of the application...
    By Petike in forum Windows Programming
    Replies: 1
    Last Post: 08-16-2008, 05:23 PM
  3. Making a plugin-based application...?
    By Firelark in forum Windows Programming
    Replies: 6
    Last Post: 08-22-2005, 09:34 AM
  4. making a stealthy win32 console application?
    By killdragon in forum C++ Programming
    Replies: 3
    Last Post: 09-08-2004, 02:50 PM