You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Given an aggregate library project gnoga_agg.gpr of gnoga.gpr library project.
See attached test case test29.zip.
Gnoga withs the library project lib_components.gpr.
When I compile the aggregate library all is well:
But the install project doesn't with lib_components.gpr:
-- This project has been generated by GPRINSTALL Community 2018 (20180523) (x86_64-apple-darwin16.7.0)
library project Gnoga_Agg istype BUILD_KIND is ("default");
BUILD : BUILD_KIND := external("GNOGA_AGG_BUILD", "default");
as it should:
-- This project has been generated by GPRINSTALL Community 2018 (20180523) (x86_64-apple-darwin16.7.0)with"lib_components";
library project Gnoga istype BUILD_KIND is ("default");
How to get the library lib_components withed?
Thanks, Pascal.
The text was updated successfully, but these errors were encountered:
Hello,
Given an aggregate library project gnoga_agg.gpr of gnoga.gpr library project.
See attached test case test29.zip.
Gnoga withs the library project lib_components.gpr.
When I compile the aggregate library all is well:
When I install lib_components.gpr project all is well (apart warnings):
When I install gnoga_agg.gpr aggregate library project all seems well:
$ gprinstall -p -f --prefix="inst" gnoga_agg.gpr Install project Gnoga_Agg
But the install project doesn't with lib_components.gpr:
as it should:
How to get the library lib_components withed?
Thanks, Pascal.
The text was updated successfully, but these errors were encountered: