comp.lang.ada
 help / color / mirror / Atom feed
* can someone tell me why I am getting this error?
@ 2001-07-04  4:20 Beau
  2001-07-04  4:26 ` Ed Falis
  2001-07-04  4:38 ` can someone tell me why I am getting this error? but still read please Beau
  0 siblings, 2 replies; 10+ messages in thread
From: Beau @ 2001-07-04  4:20 UTC (permalink / raw)


I was am tryong to figure out why I am getting this error
it is saying that it is not recognizing my package that I made.  I compiled
the spec file and then the body, then I included it in the main program with
a WITH statement. anyone know at least a clue how to approach this problem?

--
~Beau~
beau@hiwaay.net






^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: can someone tell me why I am getting this error? but still read please
@ 2001-07-04 12:20 Christoph Grein
  2001-07-04 15:54 ` Beau
  0 siblings, 1 reply; 10+ messages in thread
From: Christoph Grein @ 2001-07-04 12:20 UTC (permalink / raw)
  To: comp.lang.ada

I assume your driver is a kind of main procedure that "withs" the package. I 
further assume you are using Gnat.

Then the solution is simple:

Without further instructions (RTFM Gnat_UG, well hidden and top secret), Gnat 
assumes all units in the context clause to be in the same directory as the unit 
you are compiling.

Thus by moving the driver, you inadvertantly solved your problem.




^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2001-07-05 12:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-04  4:20 can someone tell me why I am getting this error? Beau
2001-07-04  4:26 ` Ed Falis
2001-07-04  4:33   ` Ed Falis
2001-07-04  9:32     ` Keith Thompson
2001-07-04  4:38 ` can someone tell me why I am getting this error? but still read please Beau
2001-07-04  9:32   ` Keith Thompson
2001-07-04 15:53     ` Beau
2001-07-05 12:13       ` Marc A. Criley
  -- strict thread matches above, loose matches on Subject: below --
2001-07-04 12:20 Christoph Grein
2001-07-04 15:54 ` Beau

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