[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Alire & git issue on macOS with SDK 15
From: |
Manuel Gómez |
Subject: |
Re: Alire & git issue on macOS with SDK 15 |
Date: |
Sun, 17 Mar 2024 23:18:40 +0100 |
User-agent: |
Mozilla Thunderbird |
El 17/3/24 a las 21:01, Simon Wright escribió:
I think ada_annex_p_lr1_re2c_parse_table.txt is the right name:
Mind, I can’t see where it gets built!
Note: Running pre-build actions for emacs_ada_mode=8.1.0...
/home/runner/.local/share/alire/builds/wisitoken_4.2.1_dc778486/0a252376b3c09fc25da564d844a4e70ec7ad3e6803c5833bf8e64376916b4a1c/build/bin/wisitoken-bnf-generate.exe
--output_bnf ada_annex_p.wy
if [ -f ada_annex_p_*parse_table.txt ]; then mkdir -p bin; for file in
ada_annex_p_*parse_table.txt; do mv $file bin; done fi
re2c --no-generation-date --debug-output --input custom -W -Werror
--utf-8 -o ada_annex_p_re2c.c ada_annex_p.re2c
rm ada_annex_p.re2c
Note: Building emacs_ada_mode=8.1.0/emacs_ada_mode.gpr...
gnatcoll.gpr:254:07: warning: value "windows" is not used as label
You can see the context in this GitHub action here:
https://github.com/mgrojo/emacs-ada-mode-binaries/actions/runs/8318581975/job/22760724983?pr=2#step:10:674
This is for trying to build an AppImage of the executables, by the way.