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.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII X-Google-Thread: 103376,dcca85275bbf556 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-06 23:39:19 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!fr.usenet-edu.net!usenet-edu.net!proxad.net!wanadoo.fr!not-for-mail From: "abdel" Newsgroups: comp.lang.ada Subject: Re: error: elaboration circularity detected on notify's example Date: Fri, 7 Mar 2003 08:39:17 +0100 Organization: Wanadoo, l'internet avec France Telecom Message-ID: References: NNTP-Posting-Host: alagny-106-2-1-11.abo.wanadoo.fr X-Trace: news-reader10.wanadoo.fr 1047022758 24451 80.13.8.11 (7 Mar 2003 07:39:18 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 7 Mar 2003 07:39:18 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Xref: archiver1.google.com comp.lang.ada:35006 Date: 2003-03-07T07:39:18+00:00 List-Id: a �crit dans le message news: V%K9a.372965$HN5.1582190@rwcrnsc51.ops.asp.att.net... > > 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. thank you for your help i did do what you have said and it goes but only for one of them i have >gantmake -gnatE -gnato -O2 diners -largs -mwindows diners.rbj gnatbind -x diners.ali gnatlink -mwindows diners.rbj diners.ali gcc.exe: Diners.Res: No such file or directory gnatlink: cannot call C:\GNAT\bin\gcc.exe gnatmake: *** link failed.