The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    help me setup an ada95 compiler with macports

    Discussion in 'Apple and Mac OS X' started by masterchef341, Nov 21, 2012.

  1. masterchef341

    masterchef341 The guy from The Notebook

    Reputations:
    3,047
    Messages:
    8,636
    Likes Received:
    4
    Trophy Points:
    206
    I haven't ever used Ada before, I'd like to start learning. Anyone know of a learning resource or how to set up macports so I can get a compiler / interpreter / whatever I need (no idea how Ada is designed)
     
  2. doh123

    doh123 Without ME its just AWESO

    Reputations:
    996
    Messages:
    3,727
    Likes Received:
    1
    Trophy Points:
    106
    Ada needs a compiler... but why? Do you have a job, or getting one that actually requires Ada? Its barely even used anymore and not much use of learning for most people... if you just want to learn something, theres much better choices out there.

    if you really wanna jump in, try starting here...
    GNAT User's Guide
     
  3. masterchef341

    masterchef341 The guy from The Notebook

    Reputations:
    3,047
    Messages:
    8,636
    Likes Received:
    4
    Trophy Points:
    206
    Yes, the goal is to learn ada. The link is a very good resource for that- thank you. Unfortunately it's still a pita to set up with macports. I did a "sudo port install gnat-gcc" when I apparently should have done "sudo port install gnat-gcc +macada" (or some other variant that includes a bootstrapped compiler) and now it's being difficult

    just noobing around. just need to do: sudo port clean gnat-gcc

    actually- it's still failing for me on configuring gnat-gcc