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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,76769272cb0053f1,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!f14g2000cwb.googlegroups.com!not-for-mail From: mieville@mac.com Newsgroups: comp.lang.ada Subject: New to ADA - not a homework Date: 18 Mar 2005 11:47:22 -0800 Organization: http://groups.google.com Message-ID: <1111175242.081069.274410@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 195.202.1.21 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1111175248 17995 127.0.0.1 (18 Mar 2005 19:47:28 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 18 Mar 2005 19:47:28 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: f14g2000cwb.googlegroups.com; posting-host=195.202.1.21; posting-account=TiY6Yg0AAAASQiwqwF9DP5QCjxuqoOQw Xref: g2news1.google.com comp.lang.ada:9607 Date: 2005-03-18T11:47:22-08:00 List-Id: Hi all, Last week I started working on packages and we had few exercices to do to practice what we just learned. The first two went OK, I did my: package exercice1 .....; then package body exercice1 is .... and then test_exercice1 (all three necessary files) compile and execute flawlessly. Now I have another the package agenda is OK but when compiling the package body agenda is ... I have this message: "spec of this package does not allow a body " Any of you knows what it might be? thanks in advance for any help - Sibyl