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.107.160.73 with SMTP id j70mr2090950ioe.65.1524009416000; Tue, 17 Apr 2018 16:56:56 -0700 (PDT) X-Received: by 2002:a9d:6186:: with SMTP id g6-v6mr23580otk.7.1524009415898; Tue, 17 Apr 2018 16:56:55 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!k65-v6no3306618ita.0!news-out.google.com!u64-v6ni5999itb.0!nntp.google.com!k65-v6no3306617ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 17 Apr 2018 16:56:55 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=76.113.16.86; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 76.113.16.86 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Build ding a distributed partition From: Shark8 Injection-Date: Tue, 17 Apr 2018 23:56:55 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1966 X-Received-Body-CRC: 2818938351 Xref: reader02.eternal-september.org comp.lang.ada:51569 Date: 2018-04-17T16:56:55-07:00 List-Id: On Tuesday, April 17, 2018 at 10:02:02 AM UTC-6, Dmitry A. Kazakov wrote: > > > > I seem to remember something called gnatdist. > > Yes. I saw references to gnatdist and po_gnatdist. Neither is anywhere > to find. (:-() I haven't seen a polyorb installer from AdaCore in a couple of years, but here's a Frankensteinian way you might be able to get it working: (1) Download the latest PolyOrb [I think it's 2014] and the matching GPL GNAT. (2) Install GNAT, be sure to remember the install location. (3) Install PolyOrb. [I used the same location.] (4) Install the latest GPL GNAT [or you can try FSF GNAT] in the same location as #2. Create your distribution config file (here "Distribution.cfg"), and run "[GNAT_LOCATION]\po_gnatdist -d -PC:\Programming\Projects\[Actual_Project]\[Actual_Project].gpr Distribution"