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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ec455cd1b33cc1b7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-06 00:22:10 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!iad-peer.news.verio.net!news.verio.net!newsfeed.icl.net!newsfeed.fjserv.net!opentransit.net!wanadoo.fr!not-for-mail From: "abdel" Newsgroups: comp.lang.ada Subject: Re: socket Date: Thu, 6 Mar 2003 09:22:09 +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-reader12.wanadoo.fr 1046938929 20526 80.13.8.11 (6 Mar 2003 08:22:09 GMT) X-Complaints-To: abuse@wanadoo.fr NNTP-Posting-Date: 6 Mar 2003 08:22:09 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:34956 Date: 2003-03-06T08:22:09+00:00 List-Id: If you tried Claw, did you run one of its mk*.bat files successfully? Yes i did run mk*.bat files but errors appear like: C:\Documents and Settings\Abdel\Bureau\test\mes_telechar\test smtp>gnatmake -gna to -O2 testcc -largs -mwindows testcc.rbj gnatbind -x testcc.ali error: elaboration circularity detected info: "claw.low_dialog (spec)" must be elaborated before "claw.low_wnd_proc (body)" info: reason: with clause info: "claw.edit.multiline (spec)" must be elaborated before "claw.low_dialog (body)" info: reason: with clause info: "claw.edit.multiline (spec)" must therefore be elaborated before "claw.low_dialog (spec)" info: (because "claw.low_dialog (spec)" has a pragma Elaborate_Body) info: "claw.low_wnd_proc (body)" must be elaborated before "claw.edit.multiline (spec)" info: reason: Elaborate_All probably needed in unit "claw.edit.multiline (spec)" info: recompile "claw.edit.multiline (spec)" with -gnatwl for full details info: "claw.low_wnd_proc (body)" info: must be elaborated along with its spec: info: "claw.low_wnd_proc (spec)" info: which is withed by: info: "claw.edit (body)" info: which must be elaborated along with its spec: info: "claw.edit (spec)" info: which is withed by: info: "claw.edit.multiline (spec)" gnatmake: *** bind failed. > Did you try one of the Notify or Simple Web Server or Finder examples > with success? When i compile Notify the smae errors appear.