comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <stephen.a.leake.1@gsfc.nasa.gov>
Subject: Re: Visibility problems in Parent.Child configuration
Date: 01 Aug 2002 15:09:45 -0400
Date: 2002-08-01T19:18:20+00:00	[thread overview]
Message-ID: <ueldi8kg6.fsf@gsfc.nasa.gov> (raw)
In-Reply-To: 383f908a.0207310201.207dc9ef@posting.google.com

keld.nielsen@agip.it (Keld Lund Nielsen) writes:

> You are right. Here is an edited example, which compile except for the
> last
> file "unit_test.math.G_scalar.adb".

Your problem is you have too many things called "Math". You have both
"Standard.Math" in your file math.ads and "Standard.Unit_Test.Math"
in some other file. At the point of the error, "Math" refers to
"Standard.Unit_Test.Math", which does not in fact contain Float_64.

code snipped.

-- 
-- Stephe



  reply	other threads:[~2002-08-01 19:09 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-30 11:41 Visibility problems in Parent.Child configuration Keld Lund Nielsen
2002-07-30 19:04 ` Robert A Duff
2002-07-31 10:01   ` Keld Lund Nielsen
2002-08-01 19:09     ` Stephen Leake [this message]
2002-07-31 10:57 ` Thomas Wolf
2002-08-01  7:51   ` Keld Lund Nielsen
replies disabled

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