Package Details: gnatstudio 1:25.0w-1

Git Clone URL: https://aur.archlinux.org/gnatstudio.git (read-only, click to copy)
Package Base: gnatstudio
Description: GNAT Programming Studio for Ada.
Upstream URL: https://github.com/AdaCore/gps
Licenses: GPL
Conflicts: gnat-gps, gnatstudio-bin
Submitter: charlie5
Maintainer: charlie5
Last Packager: charlie5
Votes: 22
Popularity: 0.000000
First Submitted: 2023-06-09 07:53 (UTC)
Last Updated: 2024-05-31 06:44 (UTC)

Pinned Comments

charlie5 commented on 2023-07-09 16:42 (UTC)

This package is available in the Arch Ada Repository.

https://wiki.archlinux.org/title/Ada

charlie5 commented on 2023-06-25 17:14 (UTC) (edited on 2023-06-25 17:15 (UTC) by charlie5)

hi @GaryScottMartin,

'gnat-gps' has been recently deprecated in favour of 'gnatstudio'.

https://aur.archlinux.org/packages/gnatstudio

Regards.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

Armag67 commented on 2019-06-26 15:46 (UTC)

Hi charlie 5, Have you seen my post about my gprbuild troubles to build? https://aur.archlinux.org/packages/gprbuild/

charlie5 commented on 2019-06-24 22:38 (UTC)

Hi @gbabin,

I've just added a desktop config file.

gbabin commented on 2019-06-23 10:35 (UTC)

Thank you charlie5 for all the GNAT/GPS packages.

Could you please add a .desktop file to this package to launch GPS?

charlie5 commented on 2019-06-23 06:27 (UTC)

hi @troisqua,

I'm not sure of the best place to look for new features, atm.

The openGL support is missing from gtkada. I'd like to see it supported again as i enjoy doing a bit of GL. Perhaps when things quieten down a bit, i might have a look at it.

troisqua commented on 2019-06-22 18:20 (UTC)

Hi Charlie5,

You don't have to apologize. I really appreciate your work. By the way, I can't find what are the new features of the 2019 version. Do you plan to fix the problem of opengl support which can't be installed via this package ?

charlie5 commented on 2019-06-21 06:19 (UTC)

hi @troisqua,

I apologise for the broken installation. I added version requirements for dependencies to most of the ada packages, which proved a mistake.

I'm doing the 2019 ada package updates atm and hope to have them ready by the end of this weekend.

troisqua commented on 2019-06-21 06:03 (UTC)

Hello,

The update of gcc 8.3 to gcc 9.1 broke my installation. I tried to recompile but could not achieve because some packages expected versions of gcc <= 8.3.

My workaround was to prevent gcc from being updated in pacman.conf, reinstall gcc 8.3 and recompile everything (but it broke updates of firefox which I also had to recompile with gcc 8.3)

Armag67 commented on 2019-04-06 13:06 (UTC) (edited on 2019-04-06 13:14 (UTC) by Armag67)

Thanks charlie5! After two hours of build on my laptop, it works fine.

charlie5 commented on 2019-04-05 13:39 (UTC)

Hi Armag67,

A re-build/install should fix the problem.

I'll bump up the package version tomorrow.

Thanks for the heads up.

Armag67 commented on 2019-04-04 20:51 (UTC)

Hello,

libclang.so.7 has been updated to libclang.so.8 last week on my box. Now gps claims the older version of the library at launch (gps: error while loading shared libraries: libclang.so.7: cannot open shared object file: No such file or directory).

Even if i make a symlink libclang.so.7 to libclang.so.8 in the /usr/lib/ directory, gps throw at launch the error message: gps: /usr/lib/libclang.so.7: version `LLVM_7' not found (required by gps).

Thank's to take a look.