AdaCore / gtkada

Ada bindings for the GTK+ graphical library.
Other
88 stars 20 forks source link

GPR project "shared.gpr" makes it impossible to use Gtkada with AWS via Alire #49

Closed andrewathalye closed 1 year ago

andrewathalye commented 1 year ago

Depending on both "alire" and "gtkada" causes problems at the moment because the two both have a GPR project named "shared.gpr" and called Shared.

This can be resolved by renaming shared.gpr to gtkada_shared.gpr or anything else. I’ll make a similar issue for AWS as well, however ideally this could be resolved somehow in Alire? It’s easier to modify Gtkada in this way than AWS, since AWS’ shared.gpr is used in a lot of subprojects.

andrewathalye commented 1 year ago

This issue was fixed in a commit on 13 May, although no release version has (yet) been put out. Closing the issue to avoid clutter.