mgrojo / emacs-ada-mode-binaries

AppImages of the Emacs ada-mode executables
GNU General Public License v3.0
1 stars 0 forks source link

missing shared libs #5

Open deiKruve opened 1 month ago

deiKruve commented 1 month ago

You have used gnat12 for building and linked against a shared lib, so on gnat13 the shared lib files are missing.

pse change the recipe to include:

mv squashfs-root/usr/lib/* ~/.local/lib

for systems with other than a gnat12 installtion.

Otherwise thanks a lot for your effort! j.

mgrojo commented 1 month ago

I was aware of it (see https://forum.ada-lang.io/t/a-less-trivial-trie-library/830) but I tried to make it to link statically, it wasn't working, and then I forgot about fixing the README while it is still dynamically linked.

Thanks for reporting, I'll add the note so it doesn't bite anyone in the future.