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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4ffb9f97f305882b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-14 05:13:55 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!193.190.198.17!newsfeeds.belnet.be!news.belnet.be!trev!newsfeed.esat.net!lnewspeer01.lnd.ops.eu.uu.net!emea.uu.net!newsfeed.siemens.de!news.mch.sbs.de!not-for-mail From: Alfred Hilscher Newsgroups: comp.lang.ada Subject: Re: meaning of: duplicate body for "_Clean" declared at line 1 Date: Mon, 14 Jan 2002 14:13:50 +0100 Organization: Siemens AG Message-ID: <3C42D98E.B245429B@icn.siemens.de> References: <3C3EE3B8.61155487@icn.siemens.de> NNTP-Posting-Host: 139.21.122.158 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.5 [en] (WinNT; I) X-Accept-Language: en Xref: archiver1.google.com comp.lang.ada:18895 Date: 2002-01-14T14:13:50+01:00 List-Id: Michal Nowak wrote: > > On 02-01-11 at 14:08 Alfred Hilscher wrote: > > >Hi, > > > >I have a package spec and body. When I compile the spec everythin is OK, > >but when I compile the _body_ then I get an errormessage for the _spec_ > >: "duplicate body for "_Clean" declared at line 1". I have nothing named > >"_Clean" so what does this message mean? > > > >I work with GNAT 3.13 and Windows NT 4.0. > > Nothing comes to my mind, but maybe I have not enough experience > with GNAT. If it does not mind for you, can you send me the spec > and body? I try to run in through 3.13p under Win 98 and see what > comes out. > > Mike Hi Mike, thanks for your offer, but I got it now. Due to "cut and paste" the package body contained twice the same task specification. This seemed to be the reason (although the message is not very clear).