comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <stephen.a.leake.1@gsfc.nasa.gov>
Subject: Re: Problem with glade
Date: 02 Jul 2001 09:20:08 -0400
Date: 2001-07-02T13:36:59+00:00	[thread overview]
Message-ID: <upubjo4c7.fsf@gsfc.nasa.gov> (raw)
In-Reply-To: 9ff447f2.0106302111.31eddaee@posting.google.com

byhoe@greenlime.com (Adrian Hoe) writes:

> Hello,
> 
> I downloaded a copy of glade-3.11p and when I was trying to compile it
> on Intel/Linux (Caldera OpenLinux 2.3) with GNAT-3.11p, it gave a
> warning message:
> 
> debug.ads:36:06: warning: no entities of "Types" are referenced
> gnatmake: "../ada/debug.adb" compilation error
> 
> There is no problem when I compiled other units such as ali.adb which
> also uses Types.
> 
> I could not determine what is the cause of this warning with ARM.
> 
> Can someone kindly shed some lights to me?

This is a friendly message from GNAT, informing you that there is an
unnecessary "with Types" clause in file 'debug.ads'. 

Since it is a "warning", not an "error", you can ignore it. Or you can
simply delete the offending "with types", and recompile.

GNAT often adds checks in new versions that find minor inconsistencies
like this in old code; apparently the glade 3.11p release was not
carefully checked with the gnat-3.11p compiler.

-- 
-- Stephe



      parent reply	other threads:[~2001-07-02 13:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-01  5:11 Problem with glade Adrian Hoe
2001-07-01  5:59 ` Gerhard Häring
2001-07-02 13:20 ` Stephen Leake [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox