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.50.114.66 with SMTP id je2mr7920299igb.5.1386662329904; Mon, 09 Dec 2013 23:58:49 -0800 (PST) X-Received: by 10.50.65.104 with SMTP id w8mr369162igs.17.1386662329733; Mon, 09 Dec 2013 23:58:49 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!goblin1!goblin2!goblin.stu.neva.ru!feeder.erje.net!us.feeder.erje.net!feed.news.qwest.net!mpls-nntp-02.inet.qwest.net!news.glorb.com!news-out.readnews.com!transit4.readnews.com!209.85.216.87.MISMATCH!ie8no5998517qab.0!news-out.google.com!p7ni14196qat.0!nntp.google.com!p15no16537755qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 9 Dec 2013 23:58:49 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=133.38.237.133; posting-account=eyHXcwoAAADYIEsDfwAiSaC7pRBZ8HIU NNTP-Posting-Host: 133.38.237.133 References: <3ac70adc-7eb8-460e-8f71-56e6c64f455c@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4d390fbe-dde9-4a94-b2a0-7a1e9af69438@googlegroups.com> Subject: Re: Installing GNAT-GPL-2013 and ASIS-GNAT-2013 on Ubuntu From: Yuichi Goto Injection-Date: Tue, 10 Dec 2013 07:58:49 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:17925 Date: 2013-12-09T23:58:49-08:00 List-Id: Thanks a lot. I'll do it. 2013=E5=B9=B412=E6=9C=886=E6=97=A5=E9=87=91=E6=9B=9C=E6=97=A5 18=E6=99=8202= =E5=88=8620=E7=A7=92 UTC+9 Simon Wright: > Yuichi Goto writes: >=20 >=20 >=20 > > After installing ASIS-GNAT-2013, I tried to compile a sample program >=20 > > about ASIS described at "ASIS-for-GNAT User's Guide: 2.4 Building the >=20 > > Executable for an ASIS application" on >=20 > > http://docs.adacore.com/asis-docs/asis_ug_3.html#SEC13 . But, I can't >=20 > > do that. >=20 >=20 >=20 > Having tried installing ASIS (on Mac OS X, but should be similar), I >=20 > think the problem is that AdaCore haven't kept this document up-to-date. >=20 >=20 >=20 > The instructions at [1] should tell you to create a GNAT Project file >=20 > and build using that. The minimal GPR for this example would be >=20 >=20 >=20 > -- example1.gpr >=20 > with "asis"; >=20 > project Example1 is >=20 > for Main use ("example1.adb"); >=20 > end Example1; >=20 >=20 >=20 > (in the same directory as example1.adb) and you use it by >=20 >=20 >=20 > $ gnatmake -P example1 >=20 >=20 >=20 > More info on GNAT Project at [2] and [3]. >=20 >=20 >=20 > [1] http://docs.adacore.com/asis-docs/asis_ug_3.html#SEC13 >=20 > [2] >=20 > http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gnat_ugn_unw/GNAT-Project-Manager= .html >=20 > [3] http://docs.adacore.com/gprbuild-docs/html/gprbuild_ug.html