From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,68e8160592b513c9,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.36.6 with SMTP id m6mr9718143pbj.4.1322852815021; Fri, 02 Dec 2011 11:06:55 -0800 (PST) Path: lh20ni60108pbb.0!nntp.google.com!news2.google.com!postnews.google.com!da3g2000vbb.googlegroups.com!not-for-mail From: john Newsgroups: comp.lang.ada Subject: Setting jGRASP workspace PATHS Date: Fri, 2 Dec 2011 11:06:54 -0800 (PST) Organization: http://groups.google.com Message-ID: <8e01cda2-e0d4-4cfe-9545-b41bb946d551@da3g2000vbb.googlegroups.com> NNTP-Posting-Host: 66.31.68.140 Mime-Version: 1.0 X-Trace: posting.google.com 1322852814 6568 127.0.0.1 (2 Dec 2011 19:06:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 2 Dec 2011 19:06:54 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: da3g2000vbb.googlegroups.com; posting-host=66.31.68.140; posting-account=Vahg2AoAAAA9l6fZ2tukpIK6QgjG8f76 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUARLECNK X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/534.51.22 (KHTML, like Gecko) Version/5.1.1 Safari/534.51.22,gzip(gfe) Xref: news2.google.com comp.lang.ada:14807 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-12-02T11:06:54-08:00 List-Id: I have installed the latest version of jGRASP and gnat-2011-x86_64- apple-darwin10.2.0-b on my Mac running Lion. When I attempt to compile, I get the following error message: ----jGRASP exec: gnatmake -g hello.adb gcc -c -g hello.adb gcc: error trying to exec 'as': execvp: No such file or directory gnatmake: "hello.adb" compilation error How do I select / set the correct PATH options in jGRASP so I can compile Ada on my Mac? I would like to do this without having to mess around with the lower- level UNIX variables, if possible. TIA John Cupak