comp.lang.ada
 help / color / mirror / Atom feed
From: Alain De Vos <devosalain71@gmail.com>
Subject: Re: How to link to ada-util
Date: Sun, 3 Nov 2019 09:05:40 -0800 (PST)
Date: 2019-11-03T09:05:40-08:00	[thread overview]
Message-ID: <534aa309-ce3b-4454-a2c8-bcee50f8fbde@googlegroups.com> (raw)
In-Reply-To: <23e06767-a486-434b-9ae0-4b3934a5e18b@googlegroups.com>

On Thursday, October 31, 2019 at 6:53:24 PM UTC+1, Alain De Vos wrote:
> 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 ...

Don't you need two project files.
A project file when the package exists as sources in the subtree.
A project file when the package is installed.

      parent reply	other threads:[~2019-11-03 17:05 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
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 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