From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_20,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:622a:110d:b0:2f3:9bb0:8924 with SMTP id e13-20020a05622a110d00b002f39bb08924mr1607389qty.197.1651293049419; Fri, 29 Apr 2022 21:30:49 -0700 (PDT) X-Received: by 2002:a81:494c:0:b0:2ef:546f:127e with SMTP id w73-20020a81494c000000b002ef546f127emr2499502ywa.335.1651293049230; Fri, 29 Apr 2022 21:30:49 -0700 (PDT) Path: eternal-september.org!reader02.eternal-september.org!border1.nntp.dca1.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 29 Apr 2022 21:30:48 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=2601:3c3:400:b30:5bbb:11d1:c956:9424; posting-account=JSxOkAoAAADa00TJoz2WZ_46XrZCdXeS NNTP-Posting-Host: 2601:3c3:400:b30:5bbb:11d1:c956:9424 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Trouble building with gnatcoll From: John Perry Injection-Date: Sat, 30 Apr 2022 04:30:49 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:63785 List-Id: I found the answer, and it's a bit embarrassing, but looking in the gnatcoll examples would have done it: add with "gnatcoll"; to the beginning of the gpr file.