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:7445:: with SMTP id o66-v6mr5121988itc.20.1541073500819; Thu, 01 Nov 2018 04:58:20 -0700 (PDT) X-Received: by 2002:a9d:fed:: with SMTP id m42mr63128otd.6.1541073500506; Thu, 01 Nov 2018 04:58:20 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!goblin1!goblin.stu.neva.ru!75-v6no94290itm.0!news-out.google.com!n199-v6ni77itn.0!nntp.google.com!z5-v6no94658ite.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 1 Nov 2018 04:58:20 -0700 (PDT) In-Reply-To: <19a36bd4-621a-4425-84fc-ccb052f25489@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=213.154.192.107; posting-account=K1cP1QoAAAD_GR6kW2Td0NqGqGBLRE8h NNTP-Posting-Host: 213.154.192.107 References: <32f92671-6dbd-4152-a1bc-e07c902bee8c@googlegroups.com> <63c1f311-c9ff-497c-acee-840f47bd3018@googlegroups.com> <62be198f-064e-445a-a9b1-f6b2c910d563@googlegroups.com> <06003dc3-fb58-4972-8555-61c1c6429f86@googlegroups.com> <19a36bd4-621a-4425-84fc-ccb052f25489@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5cc52673-c322-46b0-af46-bd63797f484a@googlegroups.com> Subject: Re: Problem compiling Matreshka 18.1 a2js for Windows, I have problem with ASIS From: Maxim Reznik Injection-Date: Thu, 01 Nov 2018 11:58:20 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:54740 Date: 2018-11-01T04:58:20-07:00 List-Id: Setting ADA_INCLUDE_PATH and ADA_OBJECTS_PATH is not necessary. What you need is to set ADA_PROJECT_PATH (or GPR_PROJECT_PATH): In CMD console do: set ADA_PROJECT_PATH=C:\ASIS-GPL\share\gpr before running make.exe