'How to build the florist library with GNAT?
I am trying to build the florist library on a linux (mint) system. The source was cloned from github, and the instructions to install it were followed.
It compiles fine (with two warnings for depreciated issues). But the build process terminates with a problem:
Build Libraries
[gprlib] florist.lexch
[archive] libflorist.a
[index] libflorist.a
gprlib: could not copy ALI files to library directory
gprbuild: could not build library for project florist
[2022-02-20 17:04:34] process exited with status 4, 100% (81/81), elapsed time: 04.17s
I am using the GPS 19 and build from there.
Any idea's on how to fix this?
Solution 1:[1]
It was a simple matter of access right. GPS runs in the user domain. Using grpbuild in the top level florist directory as 'sudo grpbuild' did complete the build.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | BalancingRock |
