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.236.86.178 with SMTP id w38mr37817yhe.13.1406617531347; Tue, 29 Jul 2014 00:05:31 -0700 (PDT) X-Received: by 10.140.29.5 with SMTP id a5mr960qga.20.1406617531327; Tue, 29 Jul 2014 00:05:31 -0700 (PDT) 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!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!j15no3189575qaq.0!news-out.google.com!j6ni23213qas.0!nntp.google.com!v10no3123026qac.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 29 Jul 2014 00:05:31 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=87.244.100.162; posting-account=4Gl3BQoAAACxe0Ek-qblU6Rl4rnP00r1 NNTP-Posting-Host: 87.244.100.162 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Adacore University - Ada 001 - Overview A Bouncing Ball From: junior learning ADA Injection-Date: Tue, 29 Jul 2014 07:05:31 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Received-Bytes: 1705 X-Received-Body-CRC: 1842846569 Xref: news.eternal-september.org comp.lang.ada:21325 Date: 2014-07-29T00:05:31-07:00 List-Id: Dear all, Adacore University has a number of tutorial: Ada 001 - Overview A Bouncing Ball However the example do not compile properly and I get the following error message when compiling: bash-3.2$ make gnatmake -g -gnata -gnaty -gnatwu main `gtkada-config` gcc -c -g -gnata -gnaty -gnatwu -I/usr/local/xadalib-2014/include/gtkada main.adb main.adb:1:06: file "display.ads" not found main.adb:2:06: file "display-basic.ads" not found gnatmake: "main.adb" compilation error make: *** [all] Error 4 bash-3.2$ In the file downloaded from Adacore, then there is no .grp or no library display.ads / display-basic.ads. How do you solve this problem? Kind regards, Francois