ada-mode-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compilation woes on Debian bullseye


From: Stephen Leake
Subject: Re: Compilation woes on Debian bullseye
Date: Mon, 06 Sep 2021 09:13:28 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (windows-nt)

Rolf Ebert <rolf.ebert.emacs@gmx.de> writes:

> I installed the community edition

What version?

> $ pwd
> /home/re/.emacs.d/elpa/ada-mode-7.1.8
> $ ./build.sh
> ada_mode_wisi_parse.gpr:22:06: imported project file "gnatcoll_sqlite"
> not found
> ada_mode_wisi_parse.gpr:23:06: imported project file "gnatcoll_xref" not
> found
> gprclean: "ada_mode_wisi_parse.gpr" processing failed
> ada_mode_wisi_parse.gpr:22:06: imported project file "gnatcoll_sqlite"
> not found
> ada_mode_wisi_parse.gpr:23:06: imported project file "gnatcoll_xref" not
> found
> gprbuild: "ada_mode_wisi_parse.gpr" processing failed
>
> So I'm again at the situation that I don't know where to get
> gnatcoll_xref and gnatcoll_sqlite.

See ada-mode.info, node Installation | Ada executables.

Where did you look for help on this issue? It's a common one, so I try
to make the correct information easily findable.

Unfortunately, a web search usually leads to the out-of-date manual at
http://www.nongnu.org/ada-mode/ada-mode.html ; I'm working on getting
that removed.

> I edited ada_mode_wisi_parse.gpr.gp and commented out "with
> gnatcoll_sqlite" and "with gnatcoll_xref" and the main program
> "gpr_query.adb"

(to allow building just the parser)

I've never actually tried this, but it should be possible

> $ ./build.sh
> <snip>
> ada_process_actions.adb:59:117: error: ambiguous expression (cannot
> resolve "&")
> ada_process_actions.adb:59:117: error: possible interpretation at
> a-convec.ads:149, instance at wisi.ads:133
> ada_process_actions.adb:59:117: error: possible interpretation at
> a-convec.ads:145, instance at wisi.ads:133

I've never seen this error; I don't get it on my system with any version
of GNAT Community Edition.

Please run gprbuild with -vh (either edit build.sh, or run gprbuild
directly), and report the full commmand that gets this error (only need
one instance of it).

-- 
-- Stephe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]