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

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

Re: Gnu Emacs Ada mode beta test 7.0.0


From: Stephen Leake
Subject: Re: Gnu Emacs Ada mode beta test 7.0.0
Date: Tue, 24 Dec 2019 17:59:26 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt)

Simon Wright <address@hidden> writes:

> Building with GCC 9.1.0, I got
>
>    sal-gen_bounded_definite_stacks.ads:101:06: visibility of aspect for 
> "Stack" changes after freeze point
>    sal-gen_bounded_definite_stacks.ads:101:27: Meaning of "Top" differs 
> because of declaration at line 96
>
> Changing that line to
>
>    end record with
>      Dynamic_Predicate => Stack.Top in 0 .. Stack.Size;
>
> compiled all OK, 

Ok.


> but then install.sh said
>
>    $ ./install.sh 
>    gprinstall: project file "gpr_query.gpr" not found in .:
>    ada_mode_wisi_parse.gpr:19:06: unknown project file: "wisi"
>    ada_mode_wisi_parse.gpr:20:06: unknown project file: "standard_common"
>    ada_mode_wisi_parse.gpr:45:04: warning: no when others for this case 
> construction
>    ada_mode_wisi_parse.gpr:45:09: unknown package or project "Standard_Common"
>    ada_mode_wisi_parse.gpr:59:07: warning: no when others for this case 
> construction
>    ada_mode_wisi_parse.gpr:59:12: unknown package or project "Standard_Common"
>    ada_mode_wisi_parse.gpr:62:12: unknown projects "Standard_Common.Compiler" 
> or "Standard_Common"
>    ...
>
> Should I try with GNAT CE 2019 (after installing gnatcoll_sqlite)?

Arg. Just delete the gpr_query.gpr line in install.sh; there is now only
one .gpr file.

Apparently my testing was not thorough enough.


-- 
-- Stephe



reply via email to

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