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,8a4e18076ffd17ab X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!r66g2000hsg.googlegroups.com!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Ada 2005 : Multiple Inheritance / Interface / limited Date: Tue, 22 Jul 2008 04:04:24 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5a78503e-a268-4c90-ba49-8353c984c794@r66g2000hsg.googlegroups.com> References: NNTP-Posting-Host: 153.98.68.197 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1216724664 24651 127.0.0.1 (22 Jul 2008 11:04:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 22 Jul 2008 11:04:24 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r66g2000hsg.googlegroups.com; posting-host=153.98.68.197; posting-account=pcLQNgkAAAD9TrXkhkIgiY6-MDtJjIlC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.3) Gecko/20040924,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:1242 Date: 2008-07-22T04:04:24-07:00 List-Id: > The compilation error message is > test.ads:8:01: construct not allowed in this configuration > test.ads:8:01: entity "Ada.Tags.Osd_Table" not defined > > Have you an explain? Looks like a configuration pragma prevents type extension in your program. What compiler are you using (platform, version)? Inf gnat, is there a file called gnat.adc somewhere in your source directory? What does it contain? -- Ludovic Brenta.