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: Simon Wright
Subject: Re: Gnu Emacs Ada mode beta test 7.0.0
Date: Tue, 24 Dec 2019 11:58:21 +0000

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, 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)?

> On 20 Dec 2019, at 17:14, Stephen Leake <address@hidden> wrote:
> 
> Gnu Emacs Ada mode beta test 7.0.0 is now available at
> http://www.nongnu.org/ada-mode/. This is a significant refactoring,
> which may affect some user custom code, so it is not in Gnu ELPA yet.
> 
> To install, download the candidate ELPA archive, set package-archives
> to point to it, and use list-packages (more detailed instructions at
> http://www.nongnu.org/ada-mode/).
> 
> The wisi package now provides a more complete integration with Emacs
> project.el.
> 
> Several bugs have been fixed.
> 
> You may want to work thru the tutorials in ada-mode.info again; they
> now cover many of the new features.
> 
> See the NEWS files in ~/.emacs.d/elpa/ada-mode-7.0.0 and wisi-3.0.0,
> for more details. See wisi.info in the release for more information on
> the package.el integration. 
> 
> -- 
> -- Stephe
> 




reply via email to

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