Package: gprbuild
Version: 1.2.0-1
Severity: wishlist
Hello. Suppose I have installed the libgtkada package, and created the
two following files.
-- "main.adb"
procedure Main is
begin
null;
end Main;
-- "main.gpr"
with "gtkada2";
project main is
for Main use ("main.adb");
for Object_Dir use "obj";
end Main;
Then 'gprbuild main.gpr' complains that
main.gpr:1:06: unknown project file: "gtkada2"
gprbuild: "main.gpr" processing failed
while 'gnatmake -Pmain' compiles correctly. Providing the full path
'with "/usr/share/ada/adainclude/gtkada2";' works too.
It would be nice if the standard location was guessed as it was with
gnatmake.
-- System Information:
Shell: /bin/sh linked to /bin/dash
Versions of packages gprbuild depends on:
ii libgnat-4.4 4.4.2-6 Runtime library for GNU Ada applic
ii libxmlada3.2 3.2-4 XML/Ada, a full XML suite for Ada
Versions of packages gprbuild suggests:
ii gnat-4.4 4.4.2-6 The GNU Ada compiler
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]