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-Thread: 103376,e0852cc0815d62c8 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!out03b.usenetserver.com!news.usenetserver.com!in02.usenetserver.com!news.usenetserver.com!uns-out.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Wide_Wide_String and Ada.Tags.Tag_Table References: <33c88d72-a1a5-45ce-ad66-059a412f7930@e25g2000prg.googlegroups.com> From: Stephen Leake Date: Fri, 07 Dec 2007 01:55:56 -0500 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/22.1 (windows-nt) Cancel-Lock: sha1:5MJWbfVfdo4jGhMM2Ja+5QSkflk= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: c118a4758ee76e05e48ed27336 Xref: g2news1.google.com comp.lang.ada:18756 Date: 2007-12-07T01:55:56-05:00 List-Id: axtens writes: > In the process of attempting to change the spitbol library into > something that uses Wide_Wide_String, I've been hitting a brick wall > with the following compile error: > > C:\DOCUME~1\ALLUSE~1\DOCUME~1\Projects\BOS>build > Building debug version of dll > gcc -c -g -s -gnatn -gnatQ -gnatf -gnato -g -gnata -gnat05 -I- -gnatA > C:\DOCUME~1\ALLUSE~1\DOCUME~1\Projects\BOS\bos.adb > a-except.ads:327:26: run-time configuration error > a-except.ads:327:26: entity "Ada.Tags.Tag_Table" not defined > compilation abandoned due to previous error This must be an unrelated bug; editing or renaming GNAT.Spitbol should have absolutely no impact on Ada.Exceptions. It looks like an installation problem; some .ali file has had a time stamp change, or something. Can you compile a simple Hello_World program? Can you reinstall GNAT from scratch? -- -- Stephe