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:700e:: with SMTP id l14mr22258020ioc.91.1556561903292; Mon, 29 Apr 2019 11:18:23 -0700 (PDT) X-Received: by 2002:a9d:1288:: with SMTP id g8mr3196422otg.28.1556561902685; Mon, 29 Apr 2019 11:18:22 -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!136no44260itk.0!news-out.google.com!v189ni35itv.0!nntp.google.com!b2no42850itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 29 Apr 2019 11:18:22 -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> <67e68b33-4fa1-45fc-aac5-3294258bb4da@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: Mon, 29 Apr 2019 18:18:23 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader01.eternal-september.org comp.lang.ada:56208 Date: 2019-04-29T11:18:22-07:00 List-Id: Hey Alex ... SUCCESS !!! (mostly) My MSYS environment is set up exactly like yours, and I've been able to bui= ld and install the Runtime and Bindings, and verified with gnatls, etc. Now jumping back to VS2019, I created a new XAML project and I've set the 3= Gnat Root directories in the General Ada section of the project properties= to your "for example: C:\msys64......" suggestions for each of those. Thos= e directories do, of course, exist in my environment. Compilation of the XAML project .adb files is working, but failing at the b= ind stage with something like this: 1>------ Build started: Project: RD, Configuration: Debug x64 ------ 1>Compile 1> [Ada] appoverrides.adb 1> [Ada] guitask.adb 1> [Ada] locatortask.adb 1> [Ada] rdxaml.adb 1>Bind 1> [gprbind] rd.bexch 1> [Ada] rd.ali 1>gprbind: invocation of gnatbind failed 1>gprbuild: unable to bind rd.adb 1>MSBUILD : error MSB4166: Child node "2" exited prematurely. Shutting down= . Diagnostic information may be found in files in "C:\Users\Dad\AppData\Loc= al\Temp\" and will be named MSBuild_*.failure.txt. This location can be cha= nged by setting the MSBUILDDEBUGPATH environment variable to a different di= rectory. 1>A task was canceled. 1>A task was canceled. ... Can't find anything in that TEMP folder, and know I'm just a config set= tings or two away. I'll keep plugging away at it and see if something jumps= out at me. Thanks for all the help, great stuff !!! Regards, Greg