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:a6b:3b4b:: with SMTP id i72-v6mr686893ioa.6.1541012086579; Wed, 31 Oct 2018 11:54:46 -0700 (PDT) X-Received: by 2002:a54:4f82:: with SMTP id g2-v6mr310114oiy.3.1541012086350; Wed, 31 Oct 2018 11:54:46 -0700 (PDT) Path: eternal-september.org!reader01.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.166.215.MISMATCH!z5-v6no242717ite.0!news-out.google.com!n199-v6ni183itn.0!nntp.google.com!z5-v6no242716ite.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 31 Oct 2018 11:54:45 -0700 (PDT) In-Reply-To: <06003dc3-fb58-4972-8555-61c1c6429f86@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=87.116.178.253; posting-account=z-xFXQkAAABpEOAnT3LViyFXc8dmoW_p NNTP-Posting-Host: 87.116.178.253 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> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <19a36bd4-621a-4425-84fc-ccb052f25489@googlegroups.com> Subject: Re: Problem compiling Matreshka 18.1 a2js for Windows, I have problem with ASIS From: Bojan Bozovic Injection-Date: Wed, 31 Oct 2018 18:54:46 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:54733 Date: 2018-10-31T11:54:45-07:00 List-Id: On Wednesday, October 31, 2018 at 4:00:36 PM UTC+1, Maxim Reznik wrote: > Hello, > > The easiest way is to use GNAT GPL 2018 for Windows and corresponding ASIS. > > You can get asis-gpl-2018-20180523-src.tar.gz if click "Sources": > https://www.adacore.com/download/more > > README file in the archive has building instrutions. > > Some time ago I've build ASIS for gcc 7.x in msys2. I can provide you scripts, but this is non trivial. So, try GNAT GPL 2018 first. > > Best regards, Thanks very much, ASIS builds. There is a problem, Matreshka configure can't find it. I've set ADA_INCLUDE_PATH and ADA_OBJECTS_PATH to point where ASIS is located, but it isn't found in configure step. Here is output of gnatls -v on my system. C:\matreshka-18.1>gnatls -v GNATLS Community 2018 (20180523-73) Copyright (C) 1997-2018, Free Software Foundation, Inc. Source Search Path: C:\ASIS-GPL\INCLUDE\ASIS\ASISLIB C:\GNAT\2018\lib\gcc\x86_64-pc-mingw32\7.3.1\adainclude Object Search Path: C:\ASIS-GPL\LIB\ASIS\ASISLIB C:\GNAT\2018\lib\gcc\x86_64-pc-mingw32\7.3.1\adalib Project Search Path: C:\GNAT\2018\x86_64-pc-mingw32\lib\gnat C:\GNAT\2018\x86_64-pc-mingw32\share\gpr C:\GNAT\2018\share\gpr C:\GNAT\2018\lib\gnat Thanks for your assistance in advance. Kind regards, Bojan