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 2002:a24:5309:: with SMTP id n9mr5848374itb.11.1555735976721; Fri, 19 Apr 2019 21:52:56 -0700 (PDT) X-Received: by 2002:a9d:5509:: with SMTP id l9mr4262694oth.195.1555735976330; Fri, 19 Apr 2019 21:52:56 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!b2no229848itd.0!news-out.google.com!v189ni234itv.0!nntp.google.com!b2no229846itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 19 Apr 2019 21:52:56 -0700 (PDT) In-Reply-To: <3d9b62c5-6461-420a-b051-132618c40369@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=101.164.108.182; posting-account=wavAeAoAAAAZF_sXSZepBukuPCBO0Zqt NNTP-Posting-Host: 101.164.108.182 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: alby.gamper@gmail.com Injection-Date: Sat, 20 Apr 2019 04:52:56 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56170 Date: 2019-04-19T21:52:56-07:00 List-Id: On Saturday, April 20, 2019 at 2:23:08 PM UTC+10, alby....@gmail.com wrote: > On Thursday, April 18, 2019 at 6:10:05 AM UTC+10, Greg wrote: > > UPDATE: For some reason, this error has resolved itself (I SWEAR it!), could be something to do with a VS Community upgraded last year to VS Professional, but who knows. > > > > But am getting a new error from grpconfig at the start of the build: > > > > gprconfig: can't find a native toolchain for language 'ada', runtime 'Winrt_Runtime' > > App2019.gpr:4:06: unknown project file: "WinRt.gpr" > > > > WinRt.gpr IS in the share location in my GPS installation, and the bin/ directory is in my PATH. > > > > FYI, this is happening for both VS Pro 2017 and a newly installed VS Comm *2019*. > > > > Regards, > > Greg > > Hi Greg > > Apologies for the delay in responding :-( > > You will need to install & build winrt_runtime available from my git repo > https://github.com/Alex-Gamper/Ada-WinRT-Runtime > and the winrt bindings themselves, also available from my git repo > https://github.com/Alex-Gamper/Ada-WinRT > > Note that I am making changes to the Winrt_runtime to make it compatible with > the Windows Store certification (aka Windows Application certification Kit, WACK) > I hope to have this finished in the next day or two > > A couple of notes: > - only x64 is currently supported (I haven't had a chance to look at 32bit yet) > - The build.cmd script should install the RTS correctly > > If you have any further issues please let me know > > Alex Hi Greg I forgot to mention that you may need to adjust/tweak both the Winrt_runtime.gpr and the winrt.gpr to fit in with your environment, specifically the variable "Base_Installation_dir" in both winrt_runtime.gpr and winrt.gpr, as these files where created manually outside of VisualAda. I am looking at ways in which gnat/gcc directories/Paths can be dynamically determined (at build time). In the next release of VisualAda, the dirs. are dynamically determined when a new project is first created, a step in the right direction ? But this doesn't help for projects pushed up to Git ! Alex