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-Received: by 2002:a6b:ed0c:: with SMTP id n12mr8007811iog.259.1556421567373; Sat, 27 Apr 2019 20:19:27 -0700 (PDT) X-Received: by 2002:aca:bf07:: with SMTP id p7mr966511oif.0.1556421567048; Sat, 27 Apr 2019 20:19:27 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.166.216.MISMATCH!136no443780itk.0!news-out.google.com!w17ni393itb.0!nntp.google.com!b2no444193itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 27 Apr 2019 20:19:26 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=72.46.200.130; posting-account=4XtIhQoAAACVLe8W-swsgut7CQByKD3Y NNTP-Posting-Host: 72.46.200.130 References: <13ce24c7-2cfd-4c77-8e4f-2aba216d9ca9@googlegroups.com> <12955098-0ae7-4e2e-b4dd-050620a1f039@googlegroups.com> <22ad2bb3-4d6e-48f0-9f72-ea2464390b13@googlegroups.com> <3d9b62c5-6461-420a-b051-132618c40369@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: ANN: VisualAda (Ada Integration for Visual Studio 2017 & 2019) release 1.1.12 From: Greg Injection-Date: Sun, 28 Apr 2019 03:19:27 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56203 Date: 2019-04-27T20:19:26-07:00 List-Id: Alex, Sorry I took so long to get back to you - work, sick family, one thing afte= r another :-(. Yes, I'm using GNAT Community 2018 64-bit and GNAT is on my PATH. After setting "git config --global core.autocrlf false", I was able to clon= e both repos successfully and begin building without goofy line terminator = errors. The WinRT Runtime built successfully according to your notes and seemed to = install correctly into "C:/home/greg/apps/GNAT/2018/lib/gcc/x86_64-w64-ming= w32/8.3.0/rts-Winrt_Runtime", without any changes to WinRT-Runtime.gpr. However, when trying to build the WinRT Bindings, I instantly get a "gprcon= fig: can't find a native toolchain for language 'ada', runtime 'Winrt_Runti= me'" error. I know it's a path/dir/install issue of some kind and I'm conti= nuing to fiddle with the env variables/settings you mentioned (I assume it = can't find winrt-runtime for some reason). I've even tried setting "for "Ru= ntime_Dir ("Ada")" without luck so far. I think I'm very close :-), and will let you know. (The payoff is certainly= worth the effort.) Regards, Greg