-
Notifications
You must be signed in to change notification settings - Fork 55
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
What's the correct way to build ALS on Windows 10 with Alire ? #1103
Comments
Hi @NicoPy, |
Thanks for your answer. I didn't think about this.
When running
Looks like there is still something wrong somewhere (please note the segmentation fault). |
try to |
I used powershell syntax : Unfortunately, the build did not finished successfully :
It looks like a library is missing. Notes :
|
I've created a new project with
alr get ada_language_server
.This created a new folder named
ada_language_server_23.0.0_66f2e7fb
.alr build
generatesada_language_server.exe
in.obj/server
folder.alr run
does nothing (except running a build).alr run ada_language_server.exe
neither.Running
ada_language_server.exe
manually opens an error dialog box saying thatlibgmp-10.dll
is not found.In the dependencies, Alire installed and compiled
gnatcoll_gmp_23.0.0_57de4a1a
. However, there is nolibgmp-10.dll
generated.Did I miss something ?
The text was updated successfully, but these errors were encountered: