AdaCore / gnatstudio

GNAT Studio is a powerful and lightweight IDE for Ada and SPARK.
399 stars 52 forks source link

installed but gnatstudio still lacks a few of libraries, which I don't know if or where I can find #132

Open evanescente-ondine opened 1 year ago

evanescente-ondine commented 1 year ago

drm@dr-80qr ~> gnatstudio /opt/GNAT/2021/bin/gnatstudio_exe: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory OS: EndeavourOS x86_64 Host: 80QR Lenovo B50-10 Kernel: 5.19.7-arch1-1 Linux dr-80qr 5.19.7-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 05 Sep 2022 18:09:09 +0000 x86_64 GNU/Linux GNAT Community 2021 (20210519-103) Copyright 1996-2021, Free Software Foundation, Inc.

killajoe commented 1 year ago

https://forum.endeavouros.com/t/gnatstudio-doesnt-install-correctly-libraries-dont-follow/31979/6

;)

seems the https://aur.archlinux.org/packages/gnatstudio-bin#comment-882491 uses some older versions and arch is on newer versions for stuff like libxcrypt and ncurses ? as libtinfo is part of ncurses.. https://archlinux.org/packages/core/x86_64/ncurses/files/ has libtinfo.so.6 --

i can run by symlinking to newer libs.. so seems not to be an issue. only need compiling against latest libs..

AnthonyLeonardoGracio commented 1 year ago

Hello @killajoe ,

Have a look to our new .AppImage GNAT Studio release, this should probably solve your issue.

Regards,