-
Notifications
You must be signed in to change notification settings - Fork 11
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
Error with fresh install: wrong use of interface type in tagged conversion #39
Comments
Yes, the new version of gcc (at least 13.x) introduced more checks and now refuses to compile a tyoe conversion that was accepted and considered legal before. It is fixed by the following commit: stcarrez/ada-el@13d22ea |
Hum, is there a way to tell Or should I attempt to build from source (cloning the project)? |
I don't know how to do that for It's best if you build from sources. I would recommend trying:
|
By cloning the repository, and doing your instruction, I got the following error with
Btw, the dependency |
Ok, I was able to compile the project. Furthermore, dynamo generates the wrong I have also reported this issue stcarrez/ada-servlet#13. I keep this issue open, even if I was able to compile the project, because it does not compile "out of the box", nether with Makefile nor Alire. In addition, @reznikmm suggest to move all |
Hi Stephane,
I trying to install AWA using Alire gut I got a compilation error.
Step to reproduce:
alr init --bin demo_awa cd demo_awa alr with awa alr build
The trace of
alr build
is:Am I the only one with this problem?
My setup:
I running the full GNAT environment into a Docker container (with VS Code docker dev tools).
I using a GNAT Pro 24.0
The text was updated successfully, but these errors were encountered: