From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:a37:6393:: with SMTP id x141mr29124262qkb.238.1600367408304; Thu, 17 Sep 2020 11:30:08 -0700 (PDT) X-Received: by 2002:a0c:c244:: with SMTP id w4mr30079515qvh.12.1600367407874; Thu, 17 Sep 2020 11:30:07 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 17 Sep 2020 11:30:07 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=146.5.17.100; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 146.5.17.100 References: <9fa8f936-ba7e-43bb-914d-746073970545n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <48362fec-143e-45a6-b03c-fd2eb7ff825dn@googlegroups.com> Subject: Re: [Ann] MP From: Shark8 Injection-Date: Thu, 17 Sep 2020 18:30:08 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:60186 List-Id: On Thursday, September 17, 2020 at 9:23:28 AM UTC-6, Jeffrey R. Carter wrot= e: > On 9/17/20 5:18 PM, Shark8 wrote:=20 > >=20 > > Looks interesting; there is a little problem:=20 > > the line "with Gnoga_File_Selection;"=20 > > causes the compilation to fail due to that unit not being in your repos= itory. > Certain dependencies and where to find them are listed in the README.=20 >=20 I found those after posting. Got it to work, though there is a little bit of weirdness with respect to h= ow you start the executable. (For example in the base directory and invokin= g "obj\mp-program.exe" seemed to make the playlist's directory-path out of = sync with where it was intending to point; thus making the "working directo= ry" of the program different than expected.)