comp.lang.ada
 help / color / mirror / Atom feed
From: joakimds@kth.se
Subject: Re: How to link to ada-util
Date: Fri, 1 Nov 2019 02:36:52 -0700 (PDT)
Date: 2019-11-01T02:36:52-07:00	[thread overview]
Message-ID: <729e75f4-f435-4728-bbbb-fefe8d402164@googlegroups.com> (raw)
In-Reply-To: <23e06767-a486-434b-9ae0-4b3934a5e18b@googlegroups.com>

Den torsdag 31 oktober 2019 kl. 18:53:24 UTC+1 skrev Alain De Vos:
> 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 ...

Ada-Util has dependencies upon other github repositories and it is part of the AWA framework. To be able to use Ada-Util I recommend going to
https://github.com/stcarrez/ada-awa
and follow the instructions there:
   git clone git@github.com:stcarrez/ada-awa.git
   cd ada-awa
   git submodule init
   git submodule update

Best regards,
Joakim

  reply	other threads:[~2019-11-01  9:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-31 17:53 How to link to ada-util Alain De Vos
2019-11-01  9:36 ` joakimds [this message]
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
replies disabled

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