Re: Ada 2005 : Multiple Inheritance / Interface / limited
by Ludovic Brenta <ludovic@[EMAIL PROTECTED]
>
Jul 22, 2008 at 04:04 AM
> 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.