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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.67.3.35 with SMTP id bt3mr19259520pad.20.1434121951518; Fri, 12 Jun 2015 08:12:31 -0700 (PDT) X-Received: by 10.140.80.168 with SMTP id c37mr223183qgd.39.1434121951467; Fri, 12 Jun 2015 08:12:31 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!feeder.erje.net!1.eu.feeder.erje.net!news2.arglkargh.de!news.glorb.com!h15no2135532igd.0!news-out.google.com!k20ni1182qgd.0!nntp.google.com!z60no835553qgd.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 12 Jun 2015 08:12:31 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=105.210.1.171; posting-account=orbgeAkAAADzWCTlruxuX_Ts4lIq8C5J NNTP-Posting-Host: 105.210.1.171 References: <6d5f352b-d886-4cd4-8f88-4116fe34129a@googlegroups.com> <15483248-927d-4f25-a399-1a722e60a9b2@googlegroups.com> <64744fbd-3519-4c0a-8e64-60f55ac4912d@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4479bebe-7d40-4f45-8366-783e247d7187@googlegroups.com> Subject: Re: gnat compiler issues with a partial build From: jan.de.kruyf@gmail.com Injection-Date: Fri, 12 Jun 2015 15:12:31 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:26280 Date: 2015-06-12T08:12:31-07:00 List-Id: On Friday, June 12, 2015 at 5:05:35 PM UTC+2, Simon Wright wrote: > > package Builder is > > Global_Configuration_Pragmas := "gnat.adc"; > > I think this should be > for Global_Configuration_Pragmas use "gnat.adc"; > I was caught by that too :) It is apparently a single value variable, and not an array, like others where you do say "for . . . ." So this is what works. Thank for your attentive reading. j.