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

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

Re: savannah git repository now available


From: Simon Wright
Subject: Re: savannah git repository now available
Date: Mon, 16 Mar 2020 21:23:26 +0000

On 15 Mar 2020, at 21:14, Stephen Leake <address@hidden> wrote:

Simon Wright <address@hidden> writes:

I wrote git_build.sh, attached (nothing about tests yet)

That should be the same as:

$ cd org.emacs.ada-mode/build
$ make update-elisp

Does the makefile not work for you? or maybe we need a README.git_checkout or
something.

After sourcing this:

# 'source' this to set GPR_PROJECT_PATH etc for a checkout organised by
# git_checkout.sh, qv.
#
# IMPORTANT: do this in {base}/org.emacs.ada-mode !

base=$PWD

export GPR_PROJECT_PATH="${base}/../org.stephe_leake.makerules:${base}/../org.wisitoken/build:${base}/../org.stephe_leake.sal/build"
export WISITOKEN=${base}/../org.wisitoken

and installing the latest version of re2c (1.3)

and fixing build/Makefile to use the Emacs application (26.3) from emacsformacosx.com

I got

...
gprbuild: "gpr_query" up to date
"/Applications/Emacs.app/Contents/MacOS/Emacs" -Q -batch --eval "(progn (require 'autoload)(setq generated-autoload-file (expand-file-name \"../autoloads.el\"))(update-directory-autoloads \"../\"))"
cd ..; rm -f *.elc
cd ../; "/Applications/Emacs.app/Contents/MacOS/Emacs" -Q -batch -L . --eval '(progn (package-initialize)(setq byte-compile-error-on-warn t)(batch-byte-compile))' *.el

In toplevel form:
ada-gnat-xref.el:83:4:Error: wisi-names called with 2 arguments, but accepts only 1

In toplevel form:
gnat-core.el:84:8:Error: function gnat-prj-add-prj-dir used to take 2 arguments, now takes 3

In toplevel form:
gpr-query.el:387:21:Error: reference to free variable ‘wisi-file-line-col-regexp’

In toplevel form:
wisi-prj.el:328:20:Error: wisi-xref-item called with 2 arguments, but accepts only 1

In toplevel form:
wisi.el:1486:8:Error: function wisi-names used to take 1 argument, now takes 2
make: *** [byte-compile] Error 1



reply via email to

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