comp.lang.ada
 help / color / mirror / Atom feed
* How to link to ada-util
@ 2019-10-31 17:53 Alain De Vos
  2019-11-01  9:36 ` joakimds
  2019-11-03 17:05 ` Alain De Vos
  0 siblings, 2 replies; 6+ messages in thread
From: Alain De Vos @ 2019-10-31 17:53 UTC (permalink / raw)


The ada-util package has many interesting features.
https://github.com/stcarrez/ada-util
How I use it.
I copy my application to the samples directory and run the gnatmake -Psamples which uses samples.gpr.
I have not find a better way to link to ada-util.
Is there a better easier way ?

When I try a simple gnat make test.adb on a file containing :
with Util.Streams.Pipes;
I get the error "util.ads" not found.
I think I need to tell the systeem where to look for all necessary .ads files, which are in a tree ...


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

end of thread, other threads:[~2019-11-03 17:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-31 17:53 How to link to ada-util Alain De Vos
2019-11-01  9:36 ` joakimds
2019-11-01 15:25   ` Alain De Vos
2019-11-01 17:06     ` Dmitry A. Kazakov
2019-11-01 18:40       ` Shark8
2019-11-03 17:05 ` Alain De Vos

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