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=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Can't get to include AWS Date: Sat, 29 Dec 2018 20:30:30 +0000 Organization: A noiseless patient Spider Message-ID: References: <8c701b7a-870c-4258-a8de-d9340d52f653@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader01.eternal-september.org; posting-host="1de19d5babfdd5a65973db78e9e49d3d"; logging-data="1857"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Z8WW1SKg6hyA3Em3dH65OJ4Wx1CgALQg=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (darwin) Cancel-Lock: sha1:pQ9TFtNPOWgLtpKNc1NI6B0u6AY= sha1:zzJzzRb2FTMmCxR9zDWBee2Jt6Y= Xref: reader01.eternal-september.org comp.lang.ada:55124 Date: 2018-12-29T20:30:30+00:00 List-Id: Andrew Shvets writes: > I installed the latest GNAT Community distribution from AdaCore in > ~/GNAT and when I tried to use my *.GPR file in order to build my > code, I encountered the below error: > > unknown project file: "aws" > > In my *.GPR file I did 'with "aws";'. I have GNAT CE installed under /opt/gnat-ce-2018. If I don't have /opt/gnat-ce-2018/bin on my PATH but say /opt/gnat-ce-2018/bin/gprbuild -P shvets.gpr where shvets.gpr contains 'with "aws";' I get the same as you. If I do have /opt/gnat-ce-2018/bin on my PATH and say gprbuild -P shvets.gpr it works fine.