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.182.120.5 with SMTP id ky5mr28641459obb.21.1429715548389; Wed, 22 Apr 2015 08:12:28 -0700 (PDT) X-Received: by 10.140.38.232 with SMTP id t95mr384366qgt.36.1429715548363; Wed, 22 Apr 2015 08:12:28 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!l13no8637543iga.0!news-out.google.com!a41ni798qgf.1!nntp.google.com!z60no3163972qgd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 22 Apr 2015 08:12:28 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=105.237.42.23; posting-account=orbgeAkAAADzWCTlruxuX_Ts4lIq8C5J NNTP-Posting-Host: 105.237.42.23 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <56b18524-e2cb-445e-a764-242708ba381e@googlegroups.com> Subject: Re: ASIS users: Scope manager added to Adalog's ASIS components From: jan.de.kruyf@gmail.com Injection-Date: Wed, 22 Apr 2015 15:12:28 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:25571 Date: 2015-04-22T08:12:28-07:00 List-Id: If you want to build AdaControl for Gnat gpl 2014 on linux and you are as adalogically challenged as I am: Get asis-gpl-2014-src.tar.gz from 'libre' Extract it somewhere. and cd 'asis-gpl-2014-src' then: make all install prefix=/home/jan/asis-local (substitute yr own directory) ---------------------- Now for the main part: After getting the sources git clone --depth 2 git://adacontrol.git.sourceforge.net/gitroot/adacontrol/adacontrol git clone --depth 2 git://adacontrol.git.sourceforge.net/gitroot/adacontrol/adalog_asiscomps git clone --depth 2 git://adacontrol.git.sourceforge.net/gitroot/adacontrol/adalog_comps (all into 'Ada-Control' I _think_ , I muddled a bit here) cd /home/jan/Ada-Control/adacontrol export GPR_PROJECT_PATH=/home/jan/Ada-Control/adalog_comps:/home/jan/Ada-Control/adalog_asiscomps:/home/jan/asis-local:/home/jan/asis-local/lib/gnat (the last part so gnatmake can find the 'asis.gpr') then gnatmake -Padactl.gpr and adactl, pfni, and ptree will be found in the src directory. Enjoy building, j.