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.42.51.141 with SMTP id e13mr236643icg.28.1386662502782; Tue, 10 Dec 2013 00:01:42 -0800 (PST) X-Received: by 10.50.80.78 with SMTP id p14mr372082igx.6.1386662502484; Tue, 10 Dec 2013 00:01:42 -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!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!ie8no6002713qab.0!news-out.google.com!p7ni14196qat.0!nntp.google.com!p15no16541986qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 10 Dec 2013 00:01:41 -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: <5d696a5e-1af9-4084-8d50-d88dd0697912@googlegroups.com> Subject: Re: Installing GNAT-GPL-2013 and ASIS-GNAT-2013 on Ubuntu From: Yuichi Goto Injection-Date: Tue, 10 Dec 2013 08:01:42 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:17926 Date: 2013-12-10T00:01:41-08:00 List-Id: Dear Simon 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