-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building as in build.md fails #1213
Comments
Hi @simonjwright !
? Can you remove (or temporary move/rename) |
I didn’t spot the --set dependencies.shared false.
Now, I have
and I have 2 similar references in the [etc etc] above,
(in fact they’re the same). I’m wondering what’s different about how I build libadalang in the compiler packages I distribute :-( |
I guess this is because cd ada_language_server
git checkout 25.0.20240915
git show 25.0.20240915 |grep '^[a-zA-Z-]*=' > deps.txt
python -m venv venv
source venv/bin/activate
./scripts/build_als.sh |
Also * use Alire 2.0.2 * fix `pip install` error on istalling libadalang dependencies. Refs * AdaCore#1212 * AdaCore#1213 Fixes ada_language_server#1471
I’m still pursuing this, with many difficulties with the Alire compiler download vs. my local build, and Now using my local compiler and 25.0.20241014 with your suggestion for
|
macOS Sequoia 15.0.1, arm64.
GCC 14.2.0 (but see below)
The build failed (see below), so I created
integration/vscode/ada/arm64/darwin
by hand (I presume it would have happened automatically if the build had succeeded?).The macOS build assumes it’s running on a workflow, so it tests
$RUNNER_OS
formacOS
. I set it by hand.The first build failure happened with the toolchain selecting
gnat_external 14.2.0
:In case it was a toolchain issue, I deleted
gnatcoll_iconv_24.0.0_e90c5b4d/
and selectedgnat_native 14.2.1
: same failure,The build directory
gnatcoll_iconv_24.0.0_e90c5b4d
contains 21 directories, all created since I deleted the parent, includinga7288f5
but not including83e3725
.The text was updated successfully, but these errors were encountered: