Questions tagged [gprinstall]

gprinstall program is part of the GNAT tool-set - a.k.a Gnat PRoject Manager; it is also referred to as gprbuild tool.

4 questions
2
votes
1 answer

Ada aws (ada web server) in windows 10

Good afternoon. Please tell what I'm doing wrong. I installed GNAT 2016 in windows10. copied aws (ada web server) repository to the desktop, opened as it is written build.cmd and run build C:\GNAT\2016, further the console…
0
votes
1 answer

Ada library GPR project : why gprinstall does not work?

I have a GPR library project wichi builds successfully (the static or dynamic kind is not relevant here). I know that gprinstall provides means to manage the delivery of the library, i.e.: prepare a GPR file to use the library provide the library…
LoneWanderer
  • 3,058
  • 1
  • 23
  • 41
0
votes
1 answer

gprinstall prefix in project file

The gprinstall program part of the GNAT tool-set seems to ignore the prefix attribute in the project file. It does use the --prefix when specified on the command line. Is there a way to force it to use the prefix in the project file?
Wayne B.
  • 7
  • 1
  • 1
0
votes
1 answer

Building Ada Web Server fails

I am trying to build the AWS GPL 2015, but I get this error: $ make setup build gprbind xoscons.bexch gnatbind xoscons.ali gnatgcc -c b__xoscons.adb gnatgcc xoscons.o -o xoscons Setup OS specific definitions Can not generate system tags. The test…
Eleno
  • 2,864
  • 3
  • 33
  • 39