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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?Q?Bj=c3=b6rn_Lundin?= Newsgroups: comp.lang.ada Subject: Re: Can't get to include AWS Date: Sat, 29 Dec 2018 20:34:03 +0100 Organization: A noiseless patient Spider Message-ID: References: <8c701b7a-870c-4258-a8de-d9340d52f653@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Date: Sat, 29 Dec 2018 19:34:04 -0000 (UTC) Injection-Info: reader01.eternal-september.org; posting-host="61e89b1fd827962429a077f3a5545681"; logging-data="18400"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+7w6zpF7vN7TGBHkUJrC5V" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.3.3 Cancel-Lock: sha1:hFA67OVPW+vEX+DWKJOtldwUork= In-Reply-To: <8c701b7a-870c-4258-a8de-d9340d52f653@googlegroups.com> Content-Language: sv Xref: reader01.eternal-september.org comp.lang.ada:55123 Date: 2018-12-29T20:34:03+01:00 List-Id: Den 2018-12-28 kl. 04:58, skrev Andrew Shvets: > > In my *.GPR file I did 'with "aws";'. > Is there some path or some other config value that needs to be set? Find the aws.gpr file and add its path to ADA_PROJECT_PATH. Make sure you spwan GPS/GPRBuild from an environment that has this set -- Björn