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,dcca85275bbf556 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-06 08:51:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn12feed!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc51.ops.asp.att.net.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: error: elaboration circularity detected on notify's example References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc51.ops.asp.att.net 1046969461 12.234.13.56 (Thu, 06 Mar 2003 16:51:01 GMT) NNTP-Posting-Date: Thu, 06 Mar 2003 16:51:01 GMT Organization: AT&T Broadband Date: Thu, 06 Mar 2003 16:51:01 GMT Xref: archiver1.google.com comp.lang.ada:34980 Date: 2003-03-06T16:51:01+00:00 List-Id: > I have added -gnatE just after gnatmake to all .bat files and have changed > in "tools" "GNAT option in current directory" on line gnatmake: "-gnatE" and > the problem is alwais there Gnatmake probably didn't recompile things. erase *.o and erase *.ali for the Claw and Notify files (or just erase the directories you unzipped into and re-unzip). Then run the compilations with the -gnatE parameter.