From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,8d33ebaa85598950 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.75.8 with SMTP id y8mr650439wiv.4.1348233498639; Fri, 21 Sep 2012 06:18:18 -0700 (PDT) Path: ed8ni9063430wib.0!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!216.40.29.245.MISMATCH!novia!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!newsfeed.news.ucla.edu!news.snarked.org!feeder.erje.net!news2.arglkargh.de!news.glorb.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: GPS issues: laundry list References: <854nn34fv2.fsf@stephe-leake.org> <1unaedlxs0o9j$.lbivg0rltyvw$.dlg@40tude.net> <85r4q62nw0.fsf@stephe-leake.org> <1b2nanavkx67n$.1rkpkv1o50bkj.dlg@40tude.net> <506efcc9-062b-4bd8-985a-d56e7d7494e4@googlegroups.com> Date: Fri, 14 Sep 2012 04:11:27 -0400 Message-ID: <858vcd2fdc.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (windows-nt) Cancel-Lock: sha1:74ze/cV2izM57+WbHK2CyCbr++c= MIME-Version: 1.0 X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 38ac35052e6b2e029e66106610 X-Received-Bytes: 1786 Content-Type: text/plain Date: 2012-09-14T04:11:27-04:00 List-Id: mark.lorenzen@gmail.com writes: > Den torsdag den 13. september 2012 14.37.24 UTC+2 skrev Dmitry A. Kazakov: >> I see. Yes, it is a problem with the gpr-project files that one cannot make >> >> a "with" dependent on the scenario. > > Can't this be solved using an aggregate project? See last example of: > http://docs.adacore.com/gprbuild-docs/html/gprbuild_ug.html#Define-a-build-environment Ah. So you _can_ set ADA_PROJECT_PATH (and other environment variables) from within a project file. I missed that; apparently I have not been keeping up with recent changes in gprbuild. It's time to sit down and read the whole manual again. The example has relative paths in Project_Path; that would be perfect for my needs, actually. I sent the same list of complaints to AdaCore under my support contract; it will be interesting to see if they point out this feature. Thanks for the pointer! -- -- Stephe