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,23b61d4dfe367913 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!not-for-mail From: duke_luke@gmx.de (Duke Luke) Newsgroups: comp.lang.ada Subject: Re: graphical output on win xp with gnavi-package Date: 12 Apr 2005 09:18:32 -0700 Organization: http://groups.google.com Message-ID: References: <8uCdnchHxNPTgsXfRVn-1Q@comcast.com> NNTP-Posting-Host: 84.162.33.150 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1113322712 9445 127.0.0.1 (12 Apr 2005 16:18:32 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 12 Apr 2005 16:18:32 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:10397 Date: 2005-04-12T09:18:32-07:00 List-Id: why can't i install claw? when i execute mkshapes.bat as explained in the installation instructions, gcc tells me that the binding failed. i'll paste the error message to the end of this message. All above the bind works well. (btw. what does this mean - i didn't do it: "Set Gnat path environment appropriately") greetings, Lukas Error message: gnatbind -x shapes.ali error: elaboration circularity detected info: "claw.low_dialog (spec)" must be elaborated before "claw.low_dialog (body)" info: reason: spec always elaborated before body 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 (spe c)" info: (because "claw.low_dialog (spec)" has a pragma Elaborate_Body) info: "claw.low_dialog (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_dialog (body)" info: must be elaborated along with its spec: info: "claw.low_dialog (spec)" info: which is withed by: info: "claw.low_wnd_proc (body)" info: which 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.