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.46.145 with SMTP id u139mr24543083ywu.11.1469628665216; Wed, 27 Jul 2016 07:11:05 -0700 (PDT) X-Received: by 10.157.39.133 with SMTP id c5mr1702289otb.19.1469628665172; Wed, 27 Jul 2016 07:11:05 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!au2pb.net!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!c52no5291226qte.1!news-out.google.com!d130ni16125ith.0!nntp.google.com!f6no5137653ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 27 Jul 2016 07:11:04 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:1205:c68c:9d90:8de:994:1c83:bf9a; posting-account=Pm0FhgoAAAAiPscNT3etSZ15tHNZGXm_ NNTP-Posting-Host: 2a02:1205:c68c:9d90:8de:994:1c83:bf9a References: <3e02dbb0-69e3-429b-b8c5-d4762dbeb187@googlegroups.com> <66240de6-d3a8-458d-9eb9-1214f790831c@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Exception traceback when using TDM-GCC 5.1.0-3 From: ahlan.marriott@gmail.com Injection-Date: Wed, 27 Jul 2016 14:11:05 +0000 Content-Type: text/plain; charset=UTF-8 X-Received-Bytes: 2798 X-Received-Body-CRC: 3625619479 Xref: news.eternal-september.org comp.lang.ada:31187 Date: 2016-07-27T07:11:04-07:00 List-Id: On Wednesday, 27 July 2016 15:22:43 UTC+2, Simon Wright wrote: > I already had GNAT GPL 2014 installed. > > I downloaded tdm-gcc-webdl.exe and ran it, making sure to select Ada > support. > > My PATH is > > C:\Users\Simon Wright>echo %PATH% > C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\Sy > stem32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\TDM-GCC-32\bin;C:\GNA > T\2014\bin;C:\Program Files\GnuWin32\bin > > Although the gprbuild is GPL 2014, it's clear from 'gprbuild -v' (and > from GPS/Help/About) that the actual compiler in use is GCC 5.1.0, > i.e. the TDM one. Dear Simon, What is tdm-gcc-webdl.exe and where did you get it from? I used TDM-GCC-5.1.0-3.exe and gcc-5.1.0-tdm-1-ada.zip from http://tdm-gcc.tdragon.net Perhaps this is the difference? MfG Ahlan