Piotr Trojanek <[email protected]> writes: > Hi, > > some of the errors I got when trying to test the repo version of > ada-mode seem related to gpr_query.
yes; the tests are run twice, once with the gnat-xref cross-reference backend, and again with the gpr_query cross-reference backend. The gpr_query backend adds more features, but it's broken with GNAT GPL 2015. >So I looked at the official docs: > > http://stephe-leake.org/emacs/ada-mode/ada-mode.html#gpr_005fquery > > which says: > > cd ~/.emacs.d/elpa/ada-mode-5.xx/build > make install-gpr_query > > The first command fails; there is no build/ folder in ada-mode-5.1.9 > installed from ELPA. Yes; at one point, I thought the Makefiles would be in ELPA. Fixed in devel source ada-mode.texi. > The second command also fails, even when executed in the monotone > repo; there is only "gpr_build" target and no "install-gpr_query." > > It seems that the documentation is outdated. Yes. Apparently I never finished releasing 5.1.9; there was no ada-mode-5.1.9.tar.gz either. The web now reflects the 5.1.9 release; monotone contains the latest fixes. Thanks for catching this. -- -- Stephe _______________________________________________ Emacs-ada-mode mailing list [email protected] http://host114.hostmonster.com/mailman/listinfo/emacs-ada-mode_stephe-leake.org
