comp.lang.ada
 help / color / mirror / Atom feed
From: George Shapovalov <gshapovalov@gmail.com>
Subject: Re: Yet another gnat bug
Date: Fri, 1 Feb 2019 13:26:27 -0800 (PST)
Date: 2019-02-01T13:26:27-08:00	[thread overview]
Message-ID: <62cfed2a-f9b8-4df4-be2f-af3b9343cc66@googlegroups.com> (raw)
In-Reply-To: <lyd0obz1gd.fsf@pushface.org>

On Friday, February 1, 2019 at 9:41:08 PM UTC+1, Simon Wright wrote:
> but I get
> 
> $ gprbuild -p -P wann
> wann.gpr:5:32: "../../libs/ada_common/src" is not a valid directory
> gprbuild: "wann" processing failed

Oops, that's a stale import of an extra lib I thought to use at one point but then rolled back. Apparently I forgot to remove the path, and I obviously still have that lib on my system, even if its not withed any more.. 

Removed, you should be able to proceed now. Sorry about that.


One other note: at first build the compiler may complain about missing obj/dbg dir. Please just run:
mkdir -p obj/dbg 
from the project dir (not src, one level above it).

I have obj/ in .gitignore to prevent it tracking generated files (and git tends to ignore the entire dir, not just its contents. At least my very short attempts to force it to ignore obj/* but not obj/ itself did not succeed. I preferred the annoyance of running once the mkdir command over spending more time trying to beat git when I set it up). 

Thanks for your attempt!
George

  reply	other threads:[~2019-02-01 21:26 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-01 14:51 Yet another gnat bug George Shapovalov
2019-02-01 18:47 ` Dmitry A. Kazakov
2019-02-01 21:32   ` George Shapovalov
2019-02-01 20:41 ` Simon Wright
2019-02-01 21:26   ` George Shapovalov [this message]
2019-02-01 23:17     ` Simon Wright
2019-02-02  7:16       ` George Shapovalov
2019-02-02  2:00     ` Jere
2019-02-02  7:04       ` George Shapovalov
2019-02-01 21:22 ` Per Sandberg
2019-02-01 21:34   ` George Shapovalov
2019-02-01 21:36     ` George Shapovalov
2019-02-02  7:13       ` Per Sandberg
2019-02-02 19:05         ` George Shapovalov
2019-02-02 21:37           ` Per Sandberg
2019-02-04 12:28             ` George Shapovalov
2019-02-04 15:30               ` joakimds
2019-02-04 16:11               ` Simon Wright
2019-02-05 19:16                 ` George Shapovalov
2019-02-05 20:37                   ` Simon Wright
2019-02-06 10:53                     ` George Shapovalov
replies disabled

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