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,e6d084bad4346254,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!m3g2000hsc.googlegroups.com!not-for-mail From: Joe Newsgroups: comp.lang.ada Subject: Trouble Using Asis Tools Date: Thu, 14 Aug 2008 20:13:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 98.169.3.157 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1218770003 14703 127.0.0.1 (15 Aug 2008 03:13:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 15 Aug 2008 03:13:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m3g2000hsc.googlegroups.com; posting-host=98.169.3.157; posting-account=ZyfIlgoAAADvwmSv7gUPoyt-iOc2yu_g User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008072820 Firefox/3.0.1,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 indian.schafers.us:800 (squid/2.6.STABLE21) Xref: g2news2.google.com comp.lang.ada:7349 Date: 2008-08-14T20:13:23-07:00 List-Id: Hey I'm trying to use Asis for Gnat tools (gnatpp, gnatstub etc...) on Ubuntu 8.04 and I get the following error message. $gnatstub stub.ads gcc: error trying to exec 'gnat1': execvp: No such file or directory gnatstub: cannot create the tree file for stub.ads $gnatpp anagram.adb gcc: error trying to exec 'gnat1': execvp: No such file or directory gnatpp: /home/joe/prog/ada/proj/anagram/anagram.adb is not a legal Ada source Thanks for the help -Joe