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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.129.56.67 with SMTP id f64mr14056655ywa.15.1434640191875; Thu, 18 Jun 2015 08:09:51 -0700 (PDT) X-Received: by 10.140.102.66 with SMTP id v60mr222635qge.19.1434640191858; Thu, 18 Jun 2015 08:09:51 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!z60no1937573qgd.1!news-out.google.com!k20ni2535qgd.0!nntp.google.com!z60no1937571qgd.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 18 Jun 2015 08:09:51 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=74.203.194.21; posting-account=bXcJoAoAAAAWI5APBG37o4XwnD4kTuQQ NNTP-Posting-Host: 74.203.194.21 References: <888a3bd7-6ce8-4458-8725-8330680f48de@googlegroups.com> <3fa6cf9b-c3d7-40a0-bc52-7135a3cd8057@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2503d366-a531-4531-bdbd-41f260d5886f@googlegroups.com> Subject: Re: Emacs Ada mode with RTS From: Patrick Noffke Injection-Date: Thu, 18 Jun 2015 15:09:51 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1926 X-Received-Body-CRC: 3212075455 Xref: news.eternal-september.org comp.lang.ada:26372 Date: 2015-06-18T08:09:51-07:00 List-Id: On Thursday, June 18, 2015 at 9:06:13 AM UTC-5, Simon Wright wrote: > Patrick Noffke writes: > > > It's the exact same command, so there must be some environment > > variable that Ada mode is setting, or maybe some command is run prior > > whose output isn't shown. > > Annoyingly, gprbuild doesn't report all the options it passes to the > compiler. I found that "-cargs -v" helped. You could probably get the > same effect by adding "-v" to the options in package Compiler in the > GPR. Both command line and Emacs Ada mode call gnat1 with the same options, aside from a different tmp file. The command line then goes on to call as, but not Ada mode since gnat1 fails with the error I gave earlier.